@charset "utf-8";
body, html{
	height:100%;
	margin:0;
	background-color:#fff;
}
input, select{background:#fff;}

.login-box{
	margin:0 auto;
	width:739px;
	height:374px;
}
.login-logo{
	background:url(../images/logo.gif) no-repeat;
	height:38px;
	text-indent:45px;
	color:#ooo;
	font: 24px/24px SimHei, SimSun;
	padding-top:6px;
	margin-left:100px;
}
.login-top{
	height:67px;
}
.login-midd{
	background:url(../images/login_midd.gif) repeat-y;
	height:118px;
}
.login-bottom{
	background:url(../images/login_bottom.gif) no-repeat;
	height:150px;
	text-align:center;
	font: 12px/58px SimSun, Verdana;
	color:#ff0000;
}
.login-text{
	width:18%;
	height:30px;
	color: #000;
    font-family: SimSun,Verdana;
    font-size: 12px;
    vertical-align: middle;
}
.login-input{
	font: 12px/17px SimSun,Verdana;
	width:185px;
	border:1px solid #D5D5D5;
	height:17px;
}
.login-input1{
	font: 12px/17px SimSun,Verdana;
	width:115px;
	border:1px solid #D5D5D5;
	height:17px;
}
.login-select{
	font: 12px/21px SimSun,Verdana;
	width:189px;
	border:1px solid #C5C5C5;
	height:21px;
	color:#333;
}
.comeback {
    position: absolute;
    bottom: 0;
	text-align:right;
    width: 100%;
}
.comeback a {
    font: 12px/28px "Trebuchet MS",arial;
	background:url(../images/logo_16.gif) no-repeat;
	padding:0 20px;
	margin:0 5px;
	color:#000;
	text-decoration:none;
}
.login-button{
	background-color:transparent;
	background:url(../images/login_button.gif) no-repeat;
	height:48px;
	width:55px;
	border:0;
	cursor : pointer;
}
