/* contact */
#contact-page { color: black; font-weight: bold; margin-left: 7%; padding-bottom: 10px;}
#contact-page form { margin-top: 2em; }
h3.email-error { font-size: 150%; color: #FFFFFF; }

fieldset#contact-form { width: 30em; }

fieldset.send-details h3 { margin-top: 0; }
fieldset.send-details span { float: left; width: 25%; }
fieldset.send-details span.gold { float: none; width: auto; }
fieldset.send-details select { float: right; margin: 0.5em 0; }
fieldset.send-details label { overflow: hidden; }
fieldset.send-details input, fieldset.send-details textarea { 
	background-color: white;
	color: black;
	border: 0;
	padding: 2px;
	margin-bottom: 0.5em;
	width: 72%;
	font: 16px "Trebuchet MS", verdana, arial, sans-serif;
}
fieldset.send-details input:focus, fieldset.send-details textarea:focus { 
	background-color: white;
	color: #CC3300;
}
fieldset.send-details input.btn { 
	background-color: #002c6b;
	color: white; 
	border:1px solid white; 
	clear: both;
	width: auto; 
	font-weight: bold; 
}
fieldset.send-details input.btn:hover, fieldset.send-details input.btn:focus {;
	background-color: white;
	color: #002c6b;
	border:1px solid white; 
}



 


fieldset.send-details {
	padding: 0.7em 0.5em 0.2em 0.5em;
	background: #002c6b;
	color: #FFF;
	border: 1px solid black;
	font-weight: bold;
}
fieldset.send-details legend { display: none; }
fieldset.send-details label { display: block; }





 
 