	#content #first h1{
		background:url(../images/backgrounds/contact.png) no-repeat 0px 20px;
		margin-bottom:7px;
	}
	#content{
		background:url(../images/backgrounds/contactus_content_bg.jpg) no-repeat center 45px;
	}
	#ContactFormPreamble{
		width:755px; height:115px;
	}
	#content #ContactFormPreamble h2{
		display:block;
		width:244px; height:62px;
		margin:0px 0px 10px 0px; padding:0px;
		background:url(../images/backgrounds/contactUsHeader.png) no-repeat 0px 0px;
	}
	#content #ContactFormPreamble h2 span{ display:none; }
	#ContactFormPreamble p{
		margin:0px 0px 10px 0px;
		
		color:#606060;
		font-size:11px;
	}
	#contactForm{
		padding:10px;
		width:745px;
		
		background:url(../images/backgrounds/contactform_header.png) no-repeat -15px -52px;
	}
	#contactForm legend{ display:none; border:none; }
	#contactForm label{
		color:#85618E; /*pink*/	
	}
	#contactForm input, #contactForm textarea{ 
		background:url(../images/backgrounds/whiteFormInput_bg.png) repeat 0px 0px;
		border:1px solid #2b4440;
		color:#fff;
		padding:0px 0px 0px 5px;
	}
	
	#contactForm input:active{
		border:1px solid #666;	
	}
	#contactForm textarea:active{
		border:1px solid #666;	
	}
	#contactForm input:focus{
		border:1px solid #666;	
	}
	#contactForm textarea:focus{
		border:1px solid #666;
	}
	#personalInformation{
		border-bottom:1px dotted #333;
		margin:0px 0px 10px 0px;
	}
	#personalInformation label{
		display:block;
		float:left;
		width:120px;
		margin:0px 0px 10px 0px;
	}
	#personalInformation input{
		width:230px;
		float:left;
		margin:0px 10px 12px 0px;
	}
	#message{
		background:url(../images/backgrounds/formFooter.png) no-repeat right bottom;	
	}
	#message label{
		display:block;
		float:left;
		width:120px;
		margin:0px 0px 10px 0px;
	}
	#message input,#message textarea{
		width:597px;
		float:left;
		margin:0px 10px 12px 0px;	
	}
	#message #submit{
		width:62px;
		height:26px;
		margin:5px 20px 5px 5px; padding:0px;
		border:none;
		/*background:url(images/buttons/submit.png) no-repeat 0px 0px;*/
		float:right;
		
		cursor:pointer;
	}
	#success, #error{
		border-top:1px solid #999;
		padding:10px 0px 0px 0px;
		color:#fff;
	}

