﻿@charset "utf-8";
/* 注册登录页面共CSS样式 */
.main-cont {
	width:950px;
	margin:0px auto;
}
#mainBody {
	overflow:hidden;
	font-size:12px;
	border:1px solid #a1c8f0;
	border-top:none;
	width:958px;
}
.main-cont-tit {
	position:relative;
	text-align:left;
	height:30px;
	line-height:30px;
	text-indent:15px;
	margin:20px 0px;
	background:url(../Images/hnzp/title-bg.gif) repeat-x;
}
#titlea {
	border-bottom:1px solid #a1c8f0;
	margin:0 10px 0 10px;
	overflow:hidden;
	padding:0 10px;
	color:#0045d2;
	height:36px;
}
#titlea h1 {
	font-size:14px;
	padding-top:12px;
	float:left;
}
#titlea .note {
	line-height:40px;
	color:#666;
}
#reg_logo {
	float:left;
	height:55px;
	margin-left:15px;
	margin-top:20px;
	overflow:hidden;
	width:147px;
}
.main-cont-tit span {
	color:#666;
}
.main-cont-tit h2 {
	line-height:30px;
	font-size:14px;
	color:#0045d2;
	float:left;
	font-weight:400;
}
.main-cont-tit .arr {
	float:left;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
	position:absolute;
	left:40px;
	top:30px;
	background:url(../Images/hnzp/title-inco.gif) no-repeat;
	height:9px;
	width:10px;
}
.cont-tab {
	width:100%;
}
.cont-tab td {
	padding:6px 2px;
	vertical-align:top;
	line-height:22px
}
.cont-tab td.tit {
	padding-left:42px;
	font-size:12px;
	line-height:26px
}
.cont-tab td.td1 {
	font-size:14px;
	width:265px;
	text-align:right
}
.cont-tab td.td11 {
	width:115px;
	text-align: right;
	font-size:14px;
}
.cont-tab td.td2 {
	width:255px
}
.cont-tab td.td5 {
	font-size:14px; text-align:right;
}
.cont-tab td.td4 { width:680px;}
.cont-tab td.mail{ text-align:center; width:145px; margin:0 auto;}
.btn-jc {
	width:43px;
	height:28px;
	vertical-align:middle;
	border:0px;
	font-size:14px;
	color:#0045d2;
	cursor:pointer;
	background:url(../Images/hnzp/jc.gif) no-repeat;
	float:left;
}
input.ipt-focus {
	border-color:#727272;
	background-color:#FFFBD5
} /*输入正确输入框样式*/
input.ipt-error {
	border-color:#D5060D;
	background-color:#FEF5F5
}	/*输入错输入框样式*/
.cont-tab td.td3 {
	width:auto
}
.cont-tab td.td3 .info {
	position:relative;
	height:20px;
}
b.ico-ok, b.ico-error {
	display:block;
	width:19px;
	height:19px;
	font-size:0px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:3px
}
b.ico-ok {
	background: url(../Images/hnzp/c_r.gif) no-repeat;
}
b.ico-error {
	background: url(../Images/hnzp/c_w.gif) no-repeat;
}
.info-pop {
	width:307px;
	height:auto;
	position:absolute;
	left:22px;
	top:-4px;
	background:#EDEDEB;
}
.info-pop .cont-r {
	border:1px solid #adc3f1;
	background:#fafcff;
	clear:both;
	font-family:simsun;
	line-height:24px;
	margin-right:2px;
	padding:2px 10px;
}
.info-pop .cont-w {
	border:1px solid #f8b5c5;
	background:#fff4f7;
	clear:both;
	font-family:simsun;
	line-height:24px;
	margin-right:2px;
	padding:2px 10px;
}
.info-pop .arr-r {
	width:10px;
	height:13px;
	overflow:hidden;
	position:absolute;
	left:-5px;
	top:10px;
	background:url(../Images/hnzp/title-inco2.gif) no-repeat;
}
.info-pop .arr-w {
	width:10px;
	height:13px;
	overflow:hidden;
	position:absolute;
	left:-5px;
	top:10px;
	background:url(../Images/hnzp/title-inco3.jpg) no-repeat;
}
.cont-tab td.td2 .inp {	
	width:98%;
	float:left;
	font-size:14px;
	height:20px;
	line-height:16px;
	padding:4px 2px 2px;
	vertical-align:middle;
}
input.ipt-normal {
	background-color:#FFF;
	border:1px #adc3f1 solid;	
}
#capture input{
	background-color:#FFF;
	border:1px #adc3f1 solid;
	font-size:14px;
	height:20px;
	line-height:16px;
	padding:4px 2px 2px;
	width:90px;
	margin-right:2px;
	}

.stat {
	color:#f60;
	font-size:14px;
	line-height:30px
}
.unstat {
	color:#fff;
	font-size:14px;
	line-height:30px
}

