.focusField						{ border:solid 1px #3AC0FB; background:#BCEAFE; color:#000; }
.idleField						{ background:#FFF; color: #6F6F6F; border: solid 1px #3AC0FB; }	
 



body
{
	background: #fff url(backgound.png) repeat left top;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px; 
	font-weight: normal;
	padding: 10px;    
}

:focus {outline: 0; }

#content      
{
	
	position: absolute;
	left: 50%;
	top: 50%;
	width: 520px;
	height: 500px;
	margin-left: -260px; /* half of width */
	margin-top: -250px;  /* half of height */
	background-color: #ffffff;
	border:1px solid #999999;
	
	
}



#login      
{
padding: 10px;
overflow:visible;

}

.singlelineinput
{

	font-size: 12px; 
	font-family: Tahoma,Arial,Helvetica,sans-serif; 
	color: #00000;
	width:200px;
	border:#bbbbbb 1px solid;
	text-align:left;
	padding: 5px 5px 5px 5px;
}


.buttontype1 {
	height: 24px;
	width: 100px;
	color: #FFFFFF;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;

	font-family: Tahoma,Arial,Helvetica,sans-serif;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 0px 10px 0px 10px;

    background:transparent url(button_dark.png) repeat-x scroll left;

	/*text-indent: -1000em; hides text*/
	cursor: pointer; /* hand-shaped cursor */ 
	cursor: hand; /* for IE 5.x */
	border: none; /* border:#ffffff 1px solid; */

}

.buttontype3 {
	height: 24px;
	width: 100px;
	color: #999999;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;

	font-family: Tahoma,Arial,Helvetica,sans-serif;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 0px 10px 0px 10px;

    background:transparent url(button_light.png) repeat-x scroll left;

	/*text-indent: -1000em; hides text*/
	cursor: pointer; /* hand-shaped cursor */ 
	cursor: hand; /* for IE 5.x */
	border: none; /* border:#ffffff 1px solid; */

}




.messageOK 	{ 

	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color:#666666;

}

.messageERROR 	{ 

	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color:#E2001A;

}

.messageVALIDATION	{ 

	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color:#E2001A;

}


/*session notification*/
       
.infoIcon, .notificationContent
{
    display: inline-block;
    zoom: 1;
    *display: inline;
	text-align:center;
}
        
.infoIcon
{
    width: 32px;
    height: 32px;
    margin: 0 10px ;
    vertical-align: top;
	text-align:center;
}
        
.notificationContent
{
    width: 400px;
    vertical-align: bottom;
	text-align:center;
	margin-bottom:10px;
}










