body{
	margin:0 auto; 
	font-size:12px; 
	text-align:left; 
	font-family:Arial, Helvetica, sans-serif;
	width:795px;
}
div{ 
	margin:0 auto;
	overflow:hidden;
}
a:link {
	color:#676767;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#676767;
}
a:hover {
	text-decoration:underline;
	color:#676767;
}
a:active {
	text-decoration:none;
	color:#676767;
}

#top{
	width:100%;
	height:60px;
	float:left;
	margin-top:30px;
}
#logo{
	width:141px;
	height:58px;
	background:url(../images/logo.jpg) no-repeat;
	float:left;
	margin-left:20px;
}
#home{
	width:300px;
	height:20px;
	float:right;
	line-height:20px;
	margin-right:10px;
	text-align:right;
	margin-top:20px;
}
#main{
	width:100%;
	height:450px;/*����ĸ߶�*/
	float:left;
	margin-top:20px;
}
#left{
	width:89px;
	height:373px;
	float:left;
	background:url(../images/newuser/left_bg.jpg) no-repeat;
	margin-top:20px;
}
#center{
	width:616px;
	height:448px;/*�м��ĸ߶�*/
	border:#676767 1px solid;
	float:left;
	background:url(../images/newuser/center_bg.jpg) top repeat-x;
}
#title{
	width:100%;
	height:20px;
	line-height:20px;
	float:left;
	color:#0D5DB6;
	font-size:20px;
	font-weight:bold;
	text-indent:26px;
	margin-top:40px;
}
.form{
	width:100%;
	height:auto;
	float:left;
	margin-top:18px;	
}
#right{
	width:88px;
	height:373px;
	float:left;
	background:url(../images/newuser/right_bg.jpg) no-repeat;
	margin-top:20px;
}
#bottom{
	width:100%;
	height:60px;
	float:left;
	margin-top:40px;
	border-top:#CCCCCC 1px solid;
}
.bottom_text{
	width:100%;
	height:12px;
	float:left;
	line-height:12px;
	margin-top:8px;
	text-align:center;
	color:#666666;
}



.input_left{
	width:120px;/*��������˵����*/
	height:20px;
	float:left;
	line-height:20px;
	text-indent:17px;
	color:#21358B;
	margin-top:8px;
	font-weight:bold;
	margin-left:10px;
	text-align:right;
}
.input{
	width:460px;/*����������*/
	height:25px;
	line-height:20px;
	float:left;
	margin-left:10px;
	margin-top:6px;
	color:#666666;
}

.input1{
	width:180px;
	height:18px;
	float:left;
	border:#86A2C7 1px solid;
	line-height:18px;
}
.text1{
	width:100%;
	height:30px;
	text-align:center;
	float:left;
	margin-top:10px;
}
.text2{
	width:100%;
	height:20px;
	line-height:20px;
	float:left;
	margin-top:10px;
	text-indent:20px;
}
.text2 a:link {
	color:#203D7F;
	text-decoration:none;
}
.text2 a:visited {
	text-decoration:none;
	color:#203D7F;
}
.text2 a:hover {
	text-decoration:underline;
	color:#203D7F;
}
.text2 a:active {
	text-decoration:none;
	color:#203D7F;
}
.line{
	width:300px;
	height:10px;
	float:left;
	margin-left:7px;
	margin-top:0px;
	border-bottom:#CAC9CF 1px solid;
}
.button1{
	width:188px;
	height:29px;
	background:url(../images/button_bg.jpg);
	text-align:center;
	line-height:29px;
	color:#02246E;
	font-weight:bold;
	border:0;
}

.errormsg{
	width:100px;
	color:#FF0000;
	font-style:italic;
	margin-right:10px;
	float:right;
	font-size:14px;
}