/* Fieldsets CSS File */

#wrapper {

	width:100%;

	height:200px;

}

fieldset {

	width:730px;
	border:none;

	margin:0;

}

label {

	display:block;
	padding:5px 0 5px 0;

}
label span, span.orange {

	color:#fc0;

}

input, textarea, select {

	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;

}

input,textarea {

	width:300px;

}

textarea {

	height:200px;

}

span {

	color:#c5c2b9;

}

#sent {

	margin-top:10px;

	font-size:18px;

	color:#f06;

}

/**/

#cep {

	width:60px;

}

.ddd {

	width:20px;

}
.fone {

	width:180px;

}