#form1 label {
	width:130px;
	height:19px;
	display:block;
	float:left;
	margin:2px 4px;
	cursor:pointer;
	padding-top:3px;
	font:14px/16px Georgia, "Times New Roman", Times, serif;
	color:#006C3A;
	text-align:right;
}

#form1 label:hover {
	cursor:text;
}

input,select,textarea{
	margin:4px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:210px;
	border-bottom:1px solid #E6E6E6;
	border-top:0;
	border-left:0;
	border-right:0;
	margin-bottom:10px;
	color:#666;
}

fieldset {
	float:left;
	width:370px;
	display:block;
	border:0;
	margin-top:10px;
}

	*html fieldset {
		width:370px;
	}

.enviar {
	width:102px; height:30px;
	margin-left:250px;
	border:0;
	background:url(../img/enviar.jpg) no-repeat left;
	cursor:pointer;
}

.enviar:hover {
	background:url(../img/enviar_hover.jpg) no-repeat left;
}

