/* Fieldsets CSS File */

h2#faleconosco {

	background:transparent url(../images/headers/header-faleconosco.gif) center left no-repeat;
	width:690px; height:50px;

	margin:0;

	border-bottom:1px solid #e0e0e0;

}

.box {

	width:640px; height:90px;

	border:5px solid #f8f8f8;

	background:#f1f1f1;

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

}

dl {

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

}

dt {

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

	color:#69f;

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

	border-bottom:1px solid #e0e0e0;

	width:100%; height:25px;

	float:left;

}
dd {

	margin:0; padding:0;

	float:left;

	height:40px;

}

p {

	margin:0 0 20px 0;

}

fieldset {

	width:640px;
	border:none;

	padding:20px; margin:0;

	border:5px solid #f8f8f8;

	background:#f1f1f1;

}

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:95px; height:50px;
	border:none;

	margin:0; padding:0;

}

#sent {

	margin-top:10px;

	font-size:18px;

	color:#f06;

}