body {
 font-family: Trebuchet MS, Verdana, sans-serif;
 color: #383838;
 background-color: #fff;
 /*background: url(images/loginBg.jpg) top center repeat-x;*/
 font-size: 11px;
 text-decoration: none;
 padding:0px;
 text-align:center;
 }
 
a:link{
color: #006699;
text-decoration: none;
}

a:visited{
color: #006699;
text-decoration: none;
}

a:hover{
color: #669933;
text-decoration: none;
}

a:active{
color: #999999;
text-decoration: none;
} 

 div#idCenter
 {
	background-color: #fff;
 	width: 370px;
 	height: 500px;
 	margin:100px auto;
 	text-align:center;

 }
 
 #idScreen {
 	margin: 10px auto;
 	padding: 10px 5px 10px 5px;
 	background-color: #fff;
 	/*background: url(images/loginScreenBg.jpg) top left repeat-x;*/
 	border: 1px solid #dcdcdc;
	width: 368px;
	height: 108px;
 	text-align: center;
 	}
 	
 #idError {
	padding: 20px 5px;
	width: 340px;
	height: 40px;
	overflow: hidden;
	background-color: #eac0c1;
	border: 2px solid #fb7979;
	margin:10px auto;
	line-heigth: 22px;
	
 	}
 
 h1 {
 	font-size: 14px;
 	font-style: bold;
 	color: #000;
 	text-align: center;
 	margin-left: 15px;
 	}
 	
 h2 {
 	font-size: 12px;
 	font-style: bold;
 	 margin-left: 15px;
 	}
	
input#text
{
	border:				1px inset #FAFAFA;
	
	font-family:		Tahoma;
	font-size:			9px;
	color:				#000000;
	background-color:	#F8FAFF;
	
	width:				95px;
	height:				12px;
	
	padding:2px;
}

input#loginButton
{
	border:				1px outset #1A6AA9;
	
	font-family:		Tahoma;
	font-size:			10px;
	color:				#FFFFFF;
	background-color:	#7D93C2;
	
	width:				100px;
	height:				19px;
	
	padding:			2px;
	cursor:				pointer;
}
