.contact-form { }

	.contact-form fieldset { }
	.contact-form legend { }
	
	.contact-form label { font-weight: bold; }
	
	.contact-form input { margin-bottom: 2px; }
	.contact-form .button { margin-top: 1em; padding: 0 1em; color: #000000; border-color: #246E41; cursor: pointer; }
	
	.contact-form #ec_message { width: 500px; height: 15em; }

.success { 
	display: inline-block;
	padding: 1em;
	color: #ffffff; background: #357e52;
	border: 1px solid #222222;
}
