/* Enquiry contact */
#contact-wrapper { 
background: #FFFFFF;
 width: auto;  
 padding-top: 0px;
 padding-left: 0px;
 margin: 0px 10px;
 padding-bottom: 5px; 
 text-align: left;
}
#contact-wrapper a:link, #contact-wrapper a:visited {	
	text-decoration: none;
	padding: 0px;
}

#contact-wrapper a:hover {
	text-decoration: underline;
}

/* contact form elements */
#contact-wrapper form {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.contact-field {
	clear: both;
	width: 98%;
	padding: 5px;
	margin: 2px;
	text-align: left;	
}

#contact-wrapper label {
	display: inline;
	float: left;
	width: 100px;
	font-size: 1em;
	padding: 0px;
	text-align: left;	
}

#contact-wrapper input, #contact-wrapper select, #contact-wrapper textarea  {
	width: 150px;	
	border: 1px solid #333;
 	background-color: #CBDBEB;
	}
	
#contact-wrapper textarea  {
	width: 280px;
}	


#contact-wrapper fieldset {
	border: 1px dotted #000000;
	margin-top: 16px;
	padding: 5px;
	width: 80%;
	}
	
.contact-form-questions {		
	padding: 10px;
	}
	
#contact-form-profile {	
	padding: 10px;
	
	}
	

#contact-form-profile label {
	width: 110px;
	}
	
#contact-wrapper legend {	
	color: #000;	
	font-size: 1.1em;
	text-transform: uppercase;	
	font-weight: bold;
	padding: 0px 5px;
	}
	
body #contact-wrapper input.contact-button {
  	border: 1px solid #333;
 	background-color: #CBDBEB;
	padding: 0px;
	margin: 0px;		
	cursor: hand;
	float: none; 
	width: auto;
}

.contact-intro {
	margin: 20px 10px;
	padding: 0;
}

.contact-submit {
	clear: both;
}

.contacterror {
	color: red;
}

