/* CSS Document */
body,html{
	font-size:13px;
	font-weight:bold;
	color:#394D66;
	font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti;
	background:#fff;
}
input{
	border:0px;
	}
#info{
	height:0px; 
	width:0px;
	top:50%; 
	left:50%;
	position:absolute;
	border:1px solid red;
	}
#center{
	background: url(../images/basic/login/cover.jpg) top center no-repeat;
	width:932px;
	height:312px;
	position:absolute; 
	margin:-180px -466px;
}
td{
	height:40px;
	vertical-align:middle;
	font-size:13px;
	color:#fff;
	}
table.info{
	position:absolute;
	left:390px;
	top:29px;
	}
a.login{
	display: block;
	width: 219px;
	height: 31px;
	background: #56B6252;
	color: #F4FAF5;
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 450px;
	top: 155px;
	border: 1px solid #81c0f7;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	}
a.login:hover{
	background: #3290d6;
	}
td.changetext{
	color:#4485BE;
	font-size:12px;
	font-weight:normal;
	}
td.changetext a{
	color:#fff;
	text-decoration:none;
	margin-left: 5px;
	}
td.changetext a:hover{
	text-decoration:underline;
	}
p{
	color:red;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	margin-top:40px;
	left:10px;
	top:50px;
	padding-left:25px;
	}