/*
.message { background: #e6e6e6; border: 1px solid #ccc; font-size: 1.1em; padding: 1em; text-align: center; }

#contact-form, #contact-form fieldset { border: 0 none; margin: 0; padding: 0; }

#contact-form { padding: 1em 1em 0; }

#contact-form input { width: 285px; }

#contact-form textarea { padding: 5px; width: 587px; }

#contact-form legend { display: none; }

#contact-form label { display: block; }

#contact-form p.form-details { float: left; width: 50%; }

#contact-form p.form-buttons { text-align: center; }
*/
form, form fieldset { border: 0 none; margin: 0; padding: 0; }
form { padding: 1em 1em 0; }
form input.text { width: 285px !important; }
form textarea { padding: 5px; width: 587px; }
form label { display: block; }
form div.text { float: left; width: 50%; }
form div.email { float: left; width: 50%;}
form div.Actions { text-align: center; }
span.required{
	padding: 0;
	width: 90%;
	color: #C90231;
	font-size: 1em;
}
form input.action{
	background:#333333 url(skin/img/bg_black.gif) repeat scroll 0 0;
	border:1px solid #E6E6E6;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.5em 1em;
}
form input.action:hover { background: #b2cf42 url('skin/img/bg_green.gif'); color: #333; }
