/* Form style inspired by Nadia P's http://www.dreamweaverresources.com/tutorials/styled_form.htm*/
.contact {
	border: 1px solid #00F;
	background: #9CF;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form { width: 95%;
	margin: 0 0 0 10px; }
	
label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 10px;
	color:#003;
	
}
br {
	clear: left;
}
fieldset{ 
	padding:10px;
	border:1px solid #F68618;
	margin-bottom:15px; 
}
legend{
	padding:10px; 
	color:#F68618;
	font-size: 95%;
	font-weight: bold;
	
}
.submitbutton {
	border: 1px solid #036; 
	background:#F68618;
}
.hidden {
	border:none;
}
/* The error style is for error text in the contact form */
.error {
	color: #F00;
	font-weight: bold;
	font-size:80%;
	
}
