﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-01-22 11:39:42
 * @version $Id$
 */

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: tahoma,arial,"微软雅黑","heiti";
}

body,html{
	height: 100%;
}
a{
	text-decoration: none;
}
 ul,ol{
 	list-style: none;
 }

.wrapper{
	width: 100%;
	background: #9dddfc;
	min-height: 100%;
}

.main{
	width: 1000px;
	margin: 0 auto;
}

.register_top{
	border-bottom:1px solid #bfbfbf;
	overflow: hidden;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
}

.go_login{
	float: right;
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	color: #5d5d5d
}
.go_login a{
	color: #0088cc;
}

.main_content{
	width: 500px;
	background: #fff;
	border:1px solid #ddd;
	box-shadow: 0 0 10px #999;
	margin: 0 auto;
	padding: 30px 65px 80px 65px;
}

.register_title{
	border-bottom: 1px solid #969696;
	height: 30px;
	margin-bottom: 60px;
}
.register_title li{
	float: left;
	width: 165px;
	text-align: center;
	font-size: 18px;
	color: #666666;
	height: 29px;
	line-height: 29px;
}
.register_title li.cur{
	border-bottom: 2px solid #439cd7
}

.register_content{
	height: 65px;
}
.register_content label{
	width: 140px;
	float: left;
	display: block;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #666;
	text-align: right;
	margin-right: 5px;
}
.register_content label.auto{
	width: auto;
	text-align: center;
	padding: 0 10px;
}

.register_content input{
	float: left;
	height: 31px;
	border:1px solid #ddd;
	width: 170px;
	outline: none;
	font-size: 12px;
	color: #666;
	line-height: 31px;
	padding: 0 18px 0 30px;
}
.register_content input.w80{
	width: 80px;
}
.register_content input.w40{
	width: 40px;
	padding: 0 10px;
}

.register_content label.auto input{
	width: auto;
	height: auto;
	margin: 10px 5px 0 0
}

.register_content p{
	clear: both;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #666;
	margin-left: 145px;
}

.agree{
	height: 34px;
	line-height: 34px;
	margin-left: 70px;
	font-size: 12px;
	color: #666666;
	margin-bottom: 20px;
}
.agree input{
	float: left;
	margin: 10px 5px 0 0;
}
.agree a{
	color: #0088cc
}

.register_btn{
	display: inline-block;
	padding: 0 10px;
	height: 38px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#bbddf3,endColorStr=#4d9bcf); /*IE 6 7 8*/ 
    background: -ms-linear-gradient(top, #bbddf3,  #4d9bcf);        /* IE 10 */
    background:-moz-linear-gradient(top,#bbddf3,#4d9bcf);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#bbddf3), to(#4d9bcf));/*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbddf3), to(#4d9bcf));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #bbddf3, #4d9bcf);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #bbddf3, #4d9bcf);  /*Opera 11.10+*/
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin:0 0 0 160px;
}

.finish_btn{
	display: block;
	padding: 0 10px;
	height: 38px;
	width: 80px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#bbddf3,endColorStr=#4d9bcf); /*IE 6 7 8*/ 
    background: -ms-linear-gradient(top, #bbddf3,  #4d9bcf);        /* IE 10 */
    background:-moz-linear-gradient(top,#bbddf3,#4d9bcf);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#bbddf3), to(#4d9bcf));/*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbddf3), to(#4d9bcf));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #bbddf3, #4d9bcf);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #bbddf3, #4d9bcf);  /*Opera 11.10+*/
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin:0 0 0 160px;
    text-align: center;
}

.account_icon{
	background: #f9f9f9 url('../styImg/register/account_icon.png') 8px 7px no-repeat;
}
.password_icon{
	background: #f9f9f9 url('../styImg/register/password_icon.png') 8px 6px no-repeat;
}
.email_icon{
	background: #f9f9f9 url('../styImg/register/main_icon.png') 6px 8px no-repeat;
}


/*注册成功*/
.register_success{
	width:330px;
	margin: 0 auto;
}
.register_success_top{
	border-bottom: 1px dashed #3cab19;
	font-size: 14px;
	padding-bottom: 10px;
	color: #3cab19;
	margin-bottom: 10px;
}

.register_success_content{
	font-size: 18px;
	color: #999999;
	text-align: center;
	line-height: 40px;
	margin-bottom: 55px;
}

.other{
	font-size: 14px;
	color: #439cd7;
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
}
.other a{
	color: #439cd7
}

#rbt_sup, #rbt_buy{
	width:auto;
	height:auto;
	margin-top:10px;
}

.c_s label{
	width:auto;
	padding:0 10px;
}
#c_s{
	width:140px;
	padding:0;
}