#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:1.7;
}

h3 {
	font-weight: bold;
	font-size: 140%;	
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
.submit_btn , .form_back_btn {
	background-color: #31A5C2;
	color: #fff;
	@include fz(14);
	font-weight: bold;
	width: 200px;
	height: 50px;
	text-align: center;
	border-radius:3px;
	border:none;

}
.form_btn_group {
	margin: 50px 0 30px;
	text-align: center;	
}


@media screen and (max-width: 960px) {
#formWrap {
	width: 100%;
}
table.formTable {
	border-bottom:1px solid #ccc;
}

table.formTable th,
table.formTable td
 {
	display: block;	
	width: 100%;
	border-bottom: none;
}
.submit_btn {
	margin-top: 16px;	
}

}

