﻿#headerDiv
{
  background: url(/ica/img/loginBG.png) repeat-x;
}
 
#container
{
	position: relative;
	background: #f7f7f7;
	top: 100px;
	width: 400px;
	margin: 0px auto 0px;
	padding: 10px;
	border: #d0d0d0 1px solid;
}

#logo
{
	background: url(/ica/img/inciderLogo.gif);
	position: absolute;
	top: 17px;
	left: 12px;
	width: 73px;
	height: 21px;
}

#heading
{
	background: url(/ica/img/login.gif);
	position: absolute;
	top: 17px;
	left: 353px;
	width: 57px;
	height: 21px;
}

.textCell
{
	background-color: #eee;
	font-size: 0.75em;
}

.errorText
{
  color: Red;
	font-size: 0.75em;
	margin: 0;
	padding: 0.5em 0.5em 0 0.5em;
	text-align: center;
}

