#warpper{
	height: 1776px;
	width: 100%;
	position: relative;
	min-width:1200px;
}
#bg{
	width: 100%;
	height: 1776px;
	position: absolute;
}
#content{
	width: 1170px;
	height: 1100px;
	position: absolute;
	left: 50%;
	top: 250px;
	margin-left: -582px;
	border-radius: 3px;
	background: url(../img/register_bg.png);
}
#footer{
	width: 1170px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 1520px;
	margin-left: -582px;
	text-align: center;
	border-radius: 3px;
}
.c_t{
	width: 1170px;
	height: 65px;
	margin-top: 2px;
}
.c{
	width: 1170px;
	height: 870px;
	float: left;
}
.cn{
	margin-left: 100px;
	margin-top: 40px;
}
.c_t_bt{
	width: 1170px;
	height: 63px;
}
.c_t_bt span{
	display: block;
	width: 80px;
	margin-left: 30px;
	padding-top: 35px;
	font-size: 20px;
  	-webkit-background-clip:text;
  	color:#0c3482;
}
.c_t_line{
	margin-left:35px;
	margin-right:35px;
	height: 2px;
	background:#0c3482;
}
table tr{
	height: 75px;
}
.tdl{
	width: 520px;
	text-align: right;
	padding-right: 10px;
}
.form_t{
	width: 410px;
	height: 50px;
}
form label{
	font-size: 18px;
	color: #111111;
}
.tdleft{
	padding-left: 110px;
}
#sendbtn{
	width: 200px;
	height: 50px;
	font-size: 18px;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
    background:-webkit-linear-gradient(top, #ffffff,  #9c9c9c);
    background:-moz-linear-gradient(top, #ffffff,  #9c9c9c);
    background:-o-linear-gradient(top, #ffffff,  #9c9c9c);
    background:linear-gradient(top, #ffffff,  #9c9c9c);
}
.btn_blue{
	width: 200px;
	height: 50px;
	font-size: 18px;
	color: white;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	background:#0c3482;
}
.c_bg{
	display: inline-block;
	width: 1170px;
	height: 870px;
}
.cla{
	color: #0c3482;
}
