html,
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}

.mr_v0 { margin-top: 0px; margin-bottom: 0px; }
.mr_t15 { margin-top: 15px;  }
.pd_t30 { padding-top: 30px; }
.txt_c { text-align: center; }
.c_333333 { color: #333333; }

.bg-img1 {
	
	background-image: url(img/login-bg.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100% 100%;
			background-size: 100% 100%;
}

.icon { display: inline-block; background-position: left center; background-repeat: no-repeat; }
.icon.icon-list { background-image: url(img/icon/icon_list.png); width: 20px; height: 19px; } 
.icon.icon-user { background-image: url(img/icon/icon_user.png); width: 16px; height: 16px; } 
.icon.icon-lock { background-image: url(img/icon/icon_lock.png); width: 14px; height: 16px; } 

.bd-b-s-cfd4d7 { border-bottom: 1px solid #cfd4d7; }

body {
	background-color: #7dd4f9;
	font-family: "微软雅黑";
}

.wrap { width: 1120px; margin-left: auto; margin-right: auto; text-align: left; }

.login-box {
    box-sizing:content-box;
	margin: 0px 0px auto auto;
	width: 338px;
	background-color: #FFFFFF;	
	border: 1px solid #89c9e0;
	/*border-left: 1px solid #b7d3de;
	border-right: 1px solid #a4d0df;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 30px;
	box-shadow: 0px 0px 5px rgba(254,254,254,0.5);
	text-align: left;	
}

.login-box h2 {
    box-sizing:content-box;
	color: #1080cc;
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
}

.login-box h2 .icon {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}

.login-box form {
    box-sizing:content-box;
	border: 1px solid #d2d9dc;
	box-shadow: 0 0 5px #f4f4f4 inset;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}

.login-box form .input-box {
    box-sizing:content-box;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 30px;
	line-height: 30px;
}

.login-box form .input-box label {
    box-sizing:content-box;
	width: 25px;
	float: left;
	+margin-top: 6px;	
}

.login-box form .input-box input {
    box-sizing:content-box;
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	line-height: 20px;
	outline: none;
	font-size: 16px;
	width: 256px;
}

.login-btn {
    box-sizing:content-box;
	background: url(img/btn-bg1.png) repeat-x;
	height: 52px;
	line-height: 52px;
	padding: 0px;
	display: block;
	width: 100%;
	border: 1px solid #008100;
	color:  #ffffff;
	font-size: 24px;
	font-family: "微软雅黑";
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


#header-wrap { margin-top: 90px; height:80px;background:url(img/title.png) no-repeat;}
#content-wrap { text-align: right; }
#footer-wrap { text-align: center; position: absolute; left: 0px; margin: 0px; padding: 0px; bottom: 10px; width: 100%; }
