/* ---------------------------- */
/* Contact Us Form				*/

	#header {
		background: transparent;
	}

	#header div {
		width: 565px;
		background: #293771 url("/a/img/contact/header.gif") no-repeat 0 50%;
	}

	#content {
		margin: 0 5px 0 0;
		float: left;
		min-height: 405px;
		height: auto !important;
		height: 355px;
	}
	
		#content p {
			width: 520px;	
		}
	
		#content p a {
			color: #B20A45;
		}
		
			#content p a:hover {
				color: #860633;
			}
			
		#content form .errorBox ul {
			clear: both;
		}
	
		#content form fieldset {
			padding: 10px 5px;
			clear: both;
		}
		
		#content form fieldset .row {
			width: 270px;
			float: left;
			clear: none;
			height: 1.5em;
		}
	
			#content form fieldset .row .label {
				width: 105px;
			}
			
			#content form fieldset .row .input {
				width: 165px;
				float: left;				
			}
			
				#content form fieldset .row .input input,
				#content form fieldset .row .input textarea {
					width: 155px;
				}
				
		#content form fieldset .submit {
			clear: both;
			text-align: right;
		}

/* ---------------------------- */
/* Thank you 				*/

	.thankyou #content {
			min-height: 408px;
			height/**/: auto !important;
			height: 402px;
			he\ight: 408px;
	}
	

	.thankyou h3 {
		padding: 8px 8px 0;
		font-size: 1.2em;
		font-weight: bold;
	}

