/* CSS Document */
body,html{
	font-size:13px;
	font-weight:bold;
	color:#394D66;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input{
	/*border:1px solid #2955b1;*/}
#info{
	height:0px; 
	width:0px;
	top:50%; 
	left:50%;
	position:absolute;
	border:1px solid red;
}

#center
{
	background: url(../images/cover_admin.gif) top center no-repeat;
	width:458px;
	height:330px;
	position:absolute; 
	margin:-200px;
	margin-left:-230px;
}

td{
	height:34px;
	vertical-align:bottom;
	font-size:13px;
	font-weight:bold;
	color:#394D66;}
table.info{
	position:absolute;
	left:70px;
	top:94px;}

a.login{
	display:block;
	width:97px;
	height:27px;
	background:url(../images/login_adminbg_a.gif) center center no-repeat;
	color:#e0e5f5;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:27px;
	position:absolute;
	left:331px;
	top:214px;}

a.login:hover{
	background-image:url(../images/login_adminbg_b.gif);}
td.changetext{
	color:#4485BE;
	font-size:12px;
	font-weight:normal;}
td.changetext a{
	color:#4485BE;
	text-decoration:none;}
td.changetext a:hover{
	color:#FF6600;
	text-decoration:underline;
}

p{
	color:red;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	margin-top:40px;
	left:10px;
	top:50px;
	padding-left:25px;
}