
.form_table{
	width: 700px;
	color: #4C4C4C;
	border-collapse: collapse;
	background: #E2E2E2;
}
.form_table tr{
	height: 50px;
}
.form_table tr td{
	height:48px;
	border: 1px solid #FFFFFF;
}

.form_table tr td:first-child {
	background:#D4D3D3;
	width: 110px;
	text-align: right;
	padding: 0 20px 0 0;

}

.form_table input {
	width: 400px;
	height: 50px;
	outline: none;
	border:none;
     background: #E2E2E2;
     text-indent: 2em;
     font-size: 14px;
     color: #818083;
}

.form_table textarea {
	width: 400px;
	height: 120px;
	resize: none;
	outline: none;
	border:  none;
	background: #E2E2E2;
	text-indent: 2em;
	 font-size: 14px;
	  color: #818083;
	  padding-top: 10px;
	overflow: auto;
}

.button .btnsubmit{
	display: block;
	width: 700px;
	height: 52px;
	margin: 5px 0 20px 0;
	border: none;
	cursor: pointer;
	outline: none;
	background: url(../images/tijiao.jpg) no-repeat center right #CACACA;

}
.sex_box {
	position: relative;
	top: 2px;
	left: 26px;
}

.sex_box a {
	padding-left: 20px;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin-right: 50px;
	cursor: pointer;
	background: url(../images/radio_tu1.png) no-repeat;
	background-size: 15px 15px;
	outline: none;
}

.sex_box a.checked {
	background: url(../images/radio_tu.png) no-repeat;
	background-size: 15px 15px;
}

.sex_box a {
	color: #818083;;
}
