@charset "utf-8";
/* CSS Document */

html,body{ height:100%; margin:0px;}

.logindiv{
	background:url(../img/bg.jpg)/* no-repeat center center fixed*/;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:100%;
	padding:8px;
}
.loginbox{ width:980px;height:100%; margin:auto;}

.loginlist{ background:#fff; padding:15px 10px; background:#fff; border:#ccc solid 1px; right:20px; top:25%;}
.loginlist h3{ height:48px; line-height:48px; font-size:24px;}
.loginlist ul li{ height:42px; line-height:42px; padding-bottom:15px;}
.input{ height:40px; line-height:40px; border:#ddd solid 1px; width:260px; border-radius:3px; text-indent:8px; box-shadow:0 0 5px #e8e8e8 inset;}

.codeimg{ position:absolute; right:0; top:3px; width:90px; height:40px;}

.button{ width:110px; height:38px; text-align:center; line-height:38px; outline:medium none; border-radius:3px; cursor:pointer; margin-top:5px;}
.bluebutton{
	color:#fff;
	border:#185aa5 solid 1px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#4793e5,endColorStr=#2d83da); /*IE 6 7 8*/ 
	background:-ms-linear-gradient(top, #4793e5,  #2d83da);/* IE 10 */
	background:-moz-linear-gradient(top,#4793e5,#2d83da);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#4793e5), to(#2d83da));/*谷歌*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4793e5), to(#2d83da));/* Safari 4-5, Chrome 1-9*/
	background:-webkit-linear-gradient(top, #4793e5, #2d83da);/*Safari5.1 Chrome 10+*/
	background:-o-linear-gradient(top, #4793e5, #2d83da);/*Opera 11.10+*/
}
.whitebutton{
	color:#333;
	border:#afbfcf solid 1px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f5f8fc,endColorStr=#dcebf6); /*IE 6 7 8*/ 
	background:-ms-linear-gradient(top, #f5f8fc,  #dcebf6);/* IE 10 */
	background:-moz-linear-gradient(top,#f5f8fc,#dcebf6);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f5f8fc), to(#dcebf6));/*谷歌*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f8fc), to(#dcebf6));/* Safari 4-5, Chrome 1-9*/
	background:-webkit-linear-gradient(top, #f5f8fc, #dcebf6);/*Safari5.1 Chrome 10+*/
	background:-o-linear-gradient(top, #f5f8fc, #dcebf6);/*Opera 11.10+*/
}