/**
 * @copyright 2009-2011
 * @author: Mauricio Pasciulla
 */

#contact { position:relative; }
#contact fieldset {
	width: 290px;
	margin: 20px auto;
	padding: 10px 15px;
	border: 1px solid #ccc;
}
#contact fieldset p { color:#aaa; padding:0 0 3px; }
#contact fieldset .box_button {	text-align:center; }
#contact legend { color:#669900; }
#contact #boxOk {
	font-size: 1.2em;
	font-weight: bold;
	color: #669922;
	text-align: center;
	margin: 35px 0 0;
	width: 100%;
	position: absolute;
}
#contact #boxOk p {	margin: 25px 0 0; }


