﻿body {
	font-family: "宋体";
	font-size: 12px;
	margin:10px auto;
	width: 800px;
	padding: 0;
}
.top{
    width:800px;
	height:70px;
	margin-bottom:30px;
}
.logo{
    width:140px;
	height:70px;
	float:left;
}
.nav_size{
    width:620px;
	height:40px;
	float:left;
	border-bottom:1px solid #CCCCCC;
}
.nav{
    width:250PX;
	height:15PX;
	margin-top:25PX;
	text-align:right;
	float:right;
}
.size10{
    font-size:10px;
}
.middle{
    width:800px;
	height:200px;;
	magin-bottom:30px;
}
.reg_size{
    width:300px;
	height:180px;
	margin:0 30px;
	float:left;
}
.gray_border{
    border:1px solid #CCCCCC;
}
.border_color{
    border:1px solid #AACCEE;
}
.index_bg{
    background:url(../image/index_bg.jpg) repeat-x;
	border-bottom:1px solid #AACCEE;
	height:17px;
	padding:8px 0 0 10px;
	margin-bottom:20px;
	font-weight:bold;
	text-align:left;
}
.info_name,.info_psw{
    width:240px;
	height:20px;
	margin:0 0 10px 20px;
}
.label_nav{
    width:50px;
	height:15px;
	padding-top:5px;
	float:left;
	margin-right:10px;
}
.input_text01{
    width:170px;
	height:18px;
	float:left;
}
.input_text02{
    width:60px;
	height:18px;
	float:left;
}
.info_yzm{
    height:23px;
	margin:0 0 10px 20px;
	width:240px;
}
.extra_code{ 
    float:left; 
	height:20px;
	margin-right:5px;
}
.notclear {
	float:left;
	margin-left:5px;
	padding-top:8px;
	width: 50px;
	height:15px;
}
.input_btn{
    width:55px;
	height:22px;
	background:url(../image/index_bg.jpg) repeat-x;
	padding-top:1px;
}
.login_size{
	text-align:center;
	clear:both;
}
.middle_right{
    width:400px;
	height:180px;
	float:left;
}
.label_reg{
    font-weight:bold;
	width:120px;
	height:15px;
	margin:5px 0 0 5px;
}
.reg_flow{
    width:400px;
	height:100px;
	margin:20px 0 10px 0;
	float:right;
}
.reg_flow_word{
    margin-top:20px;
	font-weight:bold;
	color:#FF0000;
}
.suggestion{
    clear:both; 
	height:22px; 
	padding-left:10px;
}
.size10{
    font-size:10px;
}
.bottom {
	width: 800px;
	margin-top: 20px;
	float: left;
}
hr{
    width:700px; 
	height:1px; 
	color:#92A6B6; 
	background-color:#92A6B6;
}
.bottom_nav {
	margin: 10px auto;
	text-align: center;
}
.declaration {
	margin: 10px auto;
	text-align: center;
	line-height: 20px;
}

/*管理员，代理商登录，忘记密码*/
.top_other{
    height:70px;
	width:500px;
	margin:0 auto 20px;
}
.nav_size_other{
    width:360px;
	height:55px;
	float:left;
	border-bottom:1px solid #CCCCCC;
}
.nav_other{
    width:250PX;
	height:15PX;
	margin-top:40PX;
	text-align:right;
	float:right;
}
.reg_size_other{
    width:300px;
	height:180px;
	margin:0 auto;
}


a:link {
	text-decoration: none;
	color:#005A98;
}
a:visited {
	text-decoration: none;
	color:#626F91;
}
a:hover {
	text-decoration:underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color:#000000;
}