@charset "UTF-8";

#formWrap {
	width:680px;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#formWrap form {
	margin-bottom: 15px !important;
}
table.formTable{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	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;
	white-space: nowrap;
}
.formend {
	margin-top: 25px;
	width:680px;
	color:#555;
	line-height:120%;
	font-size:90%;
}
.txtarea {
	width:80%;
} 