@import url("common.css");

form{
	display:inline;
	margin:0px;
	padding:0px;
}

p#inqFormLead {
	margin-bottom:20px;
}
div#inqFormN {
	font-size:12px;
	margin:0px 30px 0px 0px;
	padding:0px;
	text-align:right;
}
.mastMark {
	color:#333300;
	font-weight:bold;
}

div#errStmnt{
	background:#FFEDF5;
	border:1px solid #501A43;
	margin:0px 0px 20px 0px;
	padding:10px;
	width:510px;
}

div#errStmnt ul {
	margin-left:20px;
}

table#inqField {
	border-top:1px solid #666640;
	border-left:8px solid #50501A;
}

table#inqField th,
table#inqField td{
	padding:5px;
	border-right:1px solid #666640;
	border-bottom:1px solid #666640;
	vertical-align:top;
}
table#inqField th {
	text-align:left;
	padding:5px 20px 5px 5px;
	color:#333300;
	background:#FFF6D4;
}

input#inq_mail {
	width:350px;
}

textarea#inq_content {
	width:400px;
	font-size:12px;
}

div#inqFormBtn{
	margin:10px 0px;
	text-align:center;
}