@charset "utf-8";
*{
	margin:0;
	padding:0;}
html,body{
	height:100%;
	overflow:hidden;}
body{
	position:relative;
	font:12px/1.5 "microsoft yahei","\5FAE\8F6F\96C5\9ED1",Arial;
    color:#333;
	background:url(../img/login_bg.gif) 0 0 repeat;}
h1{
	font-size:30px;}

.input-text{
    padding:8px;
    width:480px;
    height:16px;
    line-height:16px;
    vertical-align:middle;
    color:#333;
    border:1px #ddd solid;}

.wrapper{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;}
.main{
	position:absolute;
	top:45%;
	left:50%;
	margin-top:-200px;
	margin-left:-149px;
	width:297px;}

.item{
	position:relative;
	padding-top:10px;
	text-align:center;}
.user-input, .pwd-input, .verify-input{
	padding:15px 0 15px 67px;
	width:230px;
	height:23px;
	overflow:hidden;
	line-height:23px;
	font-size:14px;
	color:#333;
	border:none;
	background:url(../img/login_input.png) 0 0 no-repeat;}
.pwd-input{
	background-position:0 -53px;}
.verify-input{
	background-position:0 -106px;}
.item .errorMessage{
	position:absolute;
	top:10px;
	left:303px;
	width:200px;
	line-height:50px;
	text-align:left;
	font-size:14px;
	color:#f00;}

button{
	display:block;
	margin:0 auto;
	width:297px;
	height:54px;
	overflow:hidden;
	line-height:200px;
	border:none;
	background:url(../img/login_submit.png) 0 0 no-repeat;}
button:hover{
	background-position:0 -54px;}