/* Advanced form */
.advForm{
	float: left;
	width: 440px;
	height: 320px;
	background: url(../images/common/advform-bg.gif) no-repeat;
	padding: 10px;
}		
.advForm h1{
	display: none;
}
.advForm label{
	display: block;
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 0 3px 3px;
}
.advFormLeft, .advFormRight, .advFormFull{
	margin: 0 0 8px 0;
}
.radioValue, .checkboxValue{
	margin-right: 20px;
}
.advFormLeft{
	float: left;
	display: inline;
	width: 214px;
	margin: 0 10px 8px 0;
}
.advFormLeft .text, .advFormRight .text{
	width: 206px;
	padding: 4px 3px 4px 3px;
	color: #444444;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	}
.advFormRight{
	float: left;
	display: inline;
	width: 214px;
}
.advFormFull{
	clear: both;
	float: none;
}
.advFormFull .select{
	width: 100%;
	padding: 4px 3px 4px 3px;
	color: #444444;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}
.advForm .textarea{
	width: 98%;
	height: 90px;
	padding: 4px 3px 4px 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
}
.submitContainer{
	clear: both;
	float: none;
	text-align: right;
}
.submitContainer .submit{background: url(../images/common/advform-submit.gif) no-repeat; width: 70px; height: 27px; overflow: hidden; cursor: pointer; text-indent: -9999px; font-size: 0; letter-spacing: -999px; border: none;}
.msgInfo{color: #0F7337; font-weight: bold; text-shadow:0 1px #FFFFFF;}
.msgLegend{display: none;}
.msgError{color: #AE2C29; font-weight: bold;}

