label {
	height: 16px;
	width: 56px;
	margin-left: 22px;
	float: left;
	display: block;
}
.contato label {
	margin-left: 82px;
	width: 76px;
}
* html .contato label {
	margin-left: 41px;  /* IE6 likes to multiply this value by 2 */
}
input, select, textarea {
	font-size: 11px;
	line-height: 18px;
}
/* IE6 does not support [type=something], so I use a javascript to dynamically add a type_something class. */
/*input[type=text],*/ input.type_text, select, textarea {
	color: #036;
	background: #fff;
	border: 1px solid #ccc;
}
/*input[type=text],*/ input.type_text {
	width: 181px;
	height: 14px;
	text-indent: 10px;
	padding: 1px 0;
}
select {
	width: 183px;
	/*height: 16px;*/
	line-height: 31px;
	padding: 0;
}
/*input[type=submit],*/ input.type_submit,
input.submit {
	margin: 2px 0 0 78px;
	width: 183px;
	height: 18px;
	padding: 0;
	color: #fff;
	background: url('../images/formsubmit.png') repeat-x;
	border: 0;
	cursor: pointer;
}
/*.contato input[type=submit],*/ .contato input.type_submit {
	margin-left: 158px;
}
.contato textarea {
	width: 171px;
	height: 110px;
	padding-left: 10px;
}
#iframe_content .submit input {
	height: 18px;
	padding: 0;
	color: #fff;
	background: url('../images/formsubmit.png') repeat-x;
	border: 0;
	cursor: pointer;
}
#iframe_content table.medidor {
	width: auto;
	margin: 30px 35px 10px 35px;
	padding: 0;
}
#iframe_content td.medidor {
	margin: 0;
	padding: 0;
	height: 18px;
	border-bottom: 1px solid #ccc;
}
#iframe_content td.medidor2 {
	margin: 0;
	padding: 0;
	height: 18px;
	border-bottom: 1px solid #ccc;
	color: #6a77b1;
}
#iframe_content th.medidor, #iframe_content td.medidor_bold {
	margin: 0;
	padding: 0;
	height: 18px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: left;
}
#iframe_content p.medidor {
	margin-left: 154px;
	text-align: justify;
}
input.medidor {
	margin: 14px 0 0 154px;
	width: 132px;
	height: 18px;
	padding: 0;
	color: #fff;
	background: url('../images/formsubmit.png') repeat-x;
	border: 0;
	cursor: pointer;
}
