﻿@charset:"utf-8";
.register_box{
	width:700px;
	border-radius: 6px;
	margin:0 auto;
	/*overflow-y:scroll;*/
	/*background:#ccc;*/
}
.register_title{
	width:100%;
	height:49px;
	line-height: 49px;
	background: #f6f6f6;
	color:#f95f53;
	font-size: 21px;
	text-align:center;
}
.register_content{
	width:600px;
	margin:20px auto;
}
.register_table{
	font-size: 12px;
}
.register_table tr td:nth-child(1){
	text-align: right;
	width:110px;
	height:32px;
}
.register_table tr td:nth-child(2){
	width:120px;
	height:32px;
}
.register_table tr td:nth-child(3) {
    width: 110px;
    height: 32px;
    text-align: right;
}
.register_table tr td:nth-child(2) input[rel="register"]{
	width:120px;
	border: 1px solid #b2b2b3;
	height:27px;
	line-height: 27px;
}
.register_table tr td:nth-child(4) input[rel="register"]{
	width:135px;
	border: 1px solid #b2b2b3;
	height:27px;
	line-height: 27px;
}
input[name="register_submit"]{
	width:101px;
	height:24px;
	font-size: 16px;
	background: #f95f53;
	border:none;
	color:#fff;
}
.register_code span a{
	color:#3680c2;
	text-decoration: none;
}