@charset "utf-8";

div#form1 div#sideContent dl#grandNav dd#gNavInquiry a{
	color:#306FCB;
}

.aform-header{
	display: none;
}

table.form{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.form th{
	padding: 10px 5px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

table.form td{
	padding: 10px 0px 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


table.form th{
	text-align: left;
	font-weight: 100;
	width: 220px;
}

table.form td{}

th label{
	float: left;
	width: 180px;
}

th .required{
	color: #FFFFFF;
	background-color: #FF6600;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	float: right;
	font-size: 85%;
}

table.form td textarea,
table.form td input{
	width: 320px;
}

table.form td input.required,
table.form td textarea.required{
	border: 1px solid #006699;
}

.submit{
	text-align: center;
	padding-top: 20px;

}

.submit input{
	font-size: 120%;
	padding: 5px 15px;
}

#aform_result{
	padding-top: 30px;
}