@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font: 12px verdana,lucida,arial,helvetica,sans-serif;
	color: #333;
}
ul {
	float: left;
	list-style: none;
}
.clear {
	clear: both;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* 登录 */
#header {
    width: 100%;
    height:232px;
	background: url(../images/headbg.jpg?v=1) no-repeat center top;
}
.loginoutbox{width:700px;margin:30px auto 0;}
#loginsubmitbtn, #reg{border:1px solid #60a8e3;color:#60a8e3;background-color:#fff;}
#loginsubmitbtn{margin-left:190px;}
#footer {
	background: url(footbg.gif) no-repeat center bottom;
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 50px;
}
#footerin {
	margin: 0px auto;
	width: 950px;
}
#footerin p {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
}

/* 注册 */
.regoutbox{width:950px;margin:0 auto;}
.regoutbox p{color:#f3167d;font-size:12px;margin-top:15px;font-weight:bold;}
.reginbox{width:800px;}
.text-yellow{color:#f3167d;font-weight:bold;}
#sendTel{color:#fff;background-color:#60a8e3;}
#regbtn{margin-left:180px;margin-top:20px;border:1px solid #60a8e3;color:#60a8e3;background-color:#fff;}

/* 基本信息 */
.inforoutbox{width:950px;margin:15px auto 0;}
/* .inforoutbox form{width:780px;margin-left:85px;} */
.lblred {
	font-weight: bold;
	color: #f3167d;
}
.lblblue {
	font-weight: bold;
	color: #63a7e8;
}
.inforoutbox p.warn1{color:#f3167d;font-size:12px;margin-top:15px;font-weight:bold;}
.inforoutbox div.form-group{height:38px;clear: both;}
.inforoutbox div.femaleoption{margin-right:5px;}
#SelfIntroduction{border:1px solid #f3167d;margin-left:12px;margin-bottom:15px;}
.SelfDesc{color:#f3167d;}
#savebtn{border:1px solid #60a8e3;color:#60a8e3;background-color:#fff;}
.btn-brown{}

.infor .error{color:#f3167d;}