@charset "UTF-8";
/* CONTANCT  CSS */


#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	text-align: left;
	margin-bottom: 30px;
}
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;
}




.button{
	width:35%;
	height:40px;
	background-color:#bbb;
	border:none;
	color:#fff;
	font-size:13px;
	font-weight:700;
	text-align:center;
	
}
.button:hover{
	background-color:coral !important;
	color:#fff;
}