﻿/*reg_head 头部*/
.reg_head{
	width:844px;
	height:100px;
	margin:0 auto;	
}
.reg_head .charge_logo{
	position:relative;
	top:36px;
	left:10px;	
}
/*reg_head 充值头部*/

.reg_title{
	width:818px;
	height:40px;
	background:url("../images/reg_title.png") no-repeat top center;	
	margin:0 auto;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding-left:26px;
}

.reg_title a{
	float:right;
	color:#fff;
	margin-right:20px;	
	text-decoration:underline;
}

.reg{
	width:842px;
	border:1px solid #d6d6d6;	
	border-top:0;
	margin-left: auto;
    margin-right: auto;
}
.reg .in{
	height:36px;
	clear:both;	
}
.reg .in_tip{
	height:36px;
	padding-left:140px;
	color:#8f8e8e;	
	padding-top:2px;
	line-height:18px;
}
.reg .tit{
	float:left;
	display:inline-block;
	width:130px;
	padding-right:10px;
	height:36px;
	line-height:36px;
	text-align:right;
	color:#333;
	font-size:14px;	
}
.reg .text{
	width:387px;
	padding-left:5px;
	height:34px;
	_line-height:34px;
	outline:none;
	background:#fff;
	border:1px solid #868686;
	float:left;	
}
.reg .code_text{
	width:192px;
}
.reg .error_focus{
	background:#ffdada;
	border:1px solid #e37878;	
}
.reg .error_ok{
	background:#defee3;
	border:1px solid #9be9a8;	
}

.reg .error{
	float:left;
	line-height:36px;
	margin-left:8px;
	padding-left:22px;
	color:#f00;
	background:url("../images/form_error.png") no-repeat left center;	
}
.reg .ok{
	float:left;
	line-height:36px;
	height:36px;
	margin-left:8px;
	padding-left:22px;
	background:url("../images/form_ok.png") no-repeat left center;	
}
.reg .red{
	color:#f00;	
}
.reg .get_code{
	float:left;
	display:inline-block;
	height:30px;	
	line-height:24px;
	width:135px;
	background:#ff5c00;	
	border-color:#ff5c00 #ff5c00 #ff5c00 #ff5c00;
	color:#fff;
	margin:3px 50px 0 10px;
}
.reg .get_code:hover{
	background:#ff7800;	
}
.reg .get_code_disable{
	float:left;
	display:inline-block;
	height:30px;	
	line-height:24px;
	width:135px;
	background:#c0c0c0;	
	border-color:#c0c0c0 #c0c0c0 #c0c0c0 #c0c0c0;
	color:#fff;
	margin:3px 50px 0 10px;
}

.reg .img_code{
	float:left;
	margin:0 10px;
	border:1px solid #d6d6d6;	
	width:90px;
	height:36px;
}
.reg .re_code{
	line-height:34px;
	color:#333;	
	float:left;
}
.reg .re_code:hover{
	color:#f60;	
}

.reg .sub_outer{
	width:605px;
	margin:18px auto 0 auto;
	border-top:1px dashed #d6d6d6;
	padding:30px 0 0 45px;	
}
.reg .sub{
	width:180px;
	height:43px;
	background:url("../images/charge_sub.png") no-repeat;	
	font-size:24px;
	color:#fff;
	font-family:"Microsoft Yahei";
	margin-bottom:20px;
}
.reg .sub_outer .chk{
	position:relative;
	top:2px;
	margin-right:3px;	
}
.reg .sub_outer a{
	color:#1153e9;
	text-decoration:underline;	
}