fieldset {
	margin:0 0 10px 0;
	padding:0;
	border:0;
	clear:left;
	}

label {
	display:block;
	margin:5px 0 0 0;
	}

#formDDD {
	display:inline;
	margin:5px 5px 0 0;
	width:20px;
	}
	
#formFone {
	margin:5px 0 0 0;
	width:215px;
	}

input, textarea {
	width:250px;
	height:17px;
	margin:3px 0 0 0;
	padding:1px 0 0 4px;
	background:#fff;
	border-left:2px solid #17234b;
	border-right:1px solid #17234b;
	border-bottom:1px solid #17234b;
	border-top:1px solid #17234b;
	color:#17234b;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:10px;
	}	
	
#enviarEmail{
	width:80px;
	height:20px;
	background:#fff;
	border:1px solid #17234b;
	font: bold 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	}

textarea {
	height:100px;
	color:#17234b;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:10px;
	}