/* Fieldsets CSS File */

h2#header-contato {

	background:transparent url(../images/headers/contato.gif) top left no-repeat;

	width:100%; height:45px;

	margin:0 0 10px 10px;

}

.box {

	width:610px; height:90px;

	border:5px solid #e7e4da;

	margin:10px 20px 10px 0; padding:10px 20px 0 20px;

	background:#fdf9f0;

}

dl {

	margin:0; padding:0;
	width:200px;
	float:left;

}

dt {

	font:bold 11px Tahoma, Verdana, sans-serif;
	text-transform:uppercase;

	color:#bbb8af;

	margin:0 0 10px 0; padding:0;

	border-bottom:1px solid #dad6cd;

	width:205px; height:25px;

	float:left;

}
dd {

	margin:0; padding:0;

	float:left;

	height:40px;

}

address {

	font-style:normal;

}

/**/

fieldset {

	width:610px;

	padding:20px;

	margin:0;

	border:5px solid #e7e4da;

}

fieldset legend {

	display:none;

}

label {

	display:block;

	width:100%;

}
input, textarea {

	padding:6px 5px 4px 5px;

	border:none;
	height:15px;

	font:11px Tahoma, Verdana, sans-serif;

	margin:5px 0 10px 0;

	width:350px;
	border:1px solid #ccc;

}

textarea {

	height:200px;

}

#form-button {

	width:80px; height:40px;
	border:none;

	margin:0; padding:0;

}

span {

	color:#c5c2b9;

}

#sent {

	margin-top:10px;

	font-size:18px;

	color:#f06;

}
