@CHARSET "UTF-8";

body,html {
	margin: 0;
	padding: 0;
	background: url(../img/index/big-back.png) repeat-x rgb(241, 241, 241);
	font-family: Georgia, Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

img,h1,h2,h3,ul,li,dl,dt,dd{margin:0; padding:0;}

.verify-input {
	width: 70px;
	position: absolute;
	right: 87px;
	bottom: 10px;
	height: 20px;
	text-align: center;
}

.verify-img {
	width: 70px;
	height: 26px;
	position: absolute;
	right: 160px;
	bottom: 10px;
}

.form-textbox,.form-textarea,.form-dropdown,.form-radio-other-input,.form-captcha input,.form-list
	{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 2px 0
		rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 2px 0
		rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 2px 0
		rgba(255, 255, 255, 0.5);
		border:0;
		*border:1px solid #ccc;
	background-color: #FFFFFF;
	/*border: 1px solid #999;*/
	padding: 8px;
}

.form-radio-other-input{ border:0;}

#form-body {
	/*text-align: center;*/
	position: absolute;
	right:4%;
	top:25%;
}

.account {
	background-image: url(../img/index/user_male.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	padding-left: 24px;
	width: 170px;
	vertical-align:middle;
}
.city {
	background-image:url(../themes/icons2/company.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	padding-left: 24px;
	width: 170px;
	vertical-align:middle;
}
.password {
	background-image: url(../img/index/lock_key.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	padding-left: 24px;
	width: 170px;
	vertical-align:middle;
}

#form-body .yzm{
	width:60px;
	vertical-align:middle;
	}

#form-body ul {
	padding: 0;
	list-style: none;
}

#form-body ul li {
	margin-top: 20px;
	*margin-top:18px;
}
#form-body ul li label{ font-size:14px; font-weight:bold; color:#0B5594; margin-right:0; width:86px;}

#logo {
	text-align: center;
	height: 101px;
	line-height: 101px;
	display:none !important;
}

#logo h1 {
	display: inline;
	font-size: 26px;
}


.verifyImg {
display: inline-block;
height: 30px;
margin-left: 5px;
vertical-align:middle;
width: 70px;
}

a.changeOne{ margin-left:5px; font-size:12px;}
a.changeOne:hover{ color:#FF231E;}

.content_img{width:100%;min-width:980px; height:100%; min-height:700px; position:absolute; left:0; top:0; zoom:1;}
.content_img img{ display:block; width:100%;min-width:980px; height:100%; min-height:700px; _zoom:1;}





.loginContent{  height:350px; position:absolute; left:50%; top:50%; margin-left:-275px; margin-top:-175px;background:url(../img/index/login_03.png) no-repeat left bottom; _background:url(../img/index/login_03.gif) no-repeat left bottom; padding-left:200px;}
.fixPwdCon{ background:url(../img/index/fixPwdIcon.png) no-repeat left center; _background:url(../img/index/fixPwdIcon.gif) no-repeat left center; padding-left:270px; margin-left:-303px;}
.fixCityCon{height:300px;background:url(../img/index/fixCity.png) no-repeat left center;_background:url(../img/index/fixCity.gif) no-repeat left center; padding-left:360px; margin-left:-350px;}
.fixCityCon dt{margin-top:40px;}
.loginContent dt{margin-bottom:40px;}
.loginContent dt h3{font-size:30px; color:#1b6bb1; font-family:microsoft YaHei; font-weight:normal; padding:0; margin-bottom:5px;}
.loginContent dt span{ font-size:24px; color:#819ab0; font-family:Arial, Helvetica, sans-serif;}
.loginContent dd{margin-bottom:12px;}
.loginContent dd label{font-size:14px; font-family:microsoft YaHei; color:#819ab0;}
.loginContent dd input{width:220px; border:1px solid #77b8ef; margin-left:10px; vertical-align:middle;}
.fixCityCon dd select{width:220px; border:1px solid #77b8ef; margin-left:10px; vertical-align:middle;}
.loginContent dd.yzm input{width:90px;}
.loginContent dd.btn{padding-left:66px; padding-top:8px;}
.loginContent dd.btn a{ display:inline-block; vertical-align:middle; width:92px; height:29px;}
.loginContent dd.btn a.backto{ background:url(../img/index/back-btn.jpg); margin-right:18px;}
.loginContent dd.btn a.loginin{ background:url(../img/index/login-btn.jpg);}
.fixPwdCon .account{ background:#fff url(../img/index/blue_key.png) no-repeat 6px center;}
.fixPwdCon .password{ background:#fff url(../img/index/key.png) no-repeat 6px center;}
.fixPwdCon .passwordAgin{ background:#fff url(../img/index/lock.png) no-repeat 6px center;  padding-left:24px;}
.fixPwdCon dd.btn{padding-left:80px;}
.fixPwdCon dd.btn a.fix{background: url("../img/index/fix-btn.jpg") repeat;margin-right: 18px;}
.fixPwdCon dd.btn a.nofix{background: url("../img/index/nofix.jpg") repeat;margin-right: 18px;}
.fixCityCon dd.btn{padding-left:85px;}
.fixCityCon dd.btn a.fix{background: url("../img/index/fix-btn.jpg") repeat;margin-right: 18px;}
.fixCityCon dd.btn a.nofix{background: url("../img/index/backIndex-btn.jpg") repeat;margin-right: 18px;}