@charset "utf-8";
#mktForm {
	background-repeat: no-repeat;
	height:600px;
	width:900px;
	float:left;
	text-align:left;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
}
input.formas, select.formas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	width: 250px;
	height: auto;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-repeat: no-repeat;
	background-position: 3px center;
	display: block;
}
#mktForm label {
	font-size: 14px;
	display: block;
	text-indent: 5px;
	font-weight: bold;
}

#mktForm label.noBold {
	font-size: 14px;
	display: block;
	text-indent: 5px;
	font-weight:normal;
}
.errorCaptcha {
	display: block;
	color: #C33108;
	border: none;
	text-transform: capitalize;
	font-size: 11px;
	font-variant: small-caps;
	font-weight:bold;
}
input.boton{
	padding: 5px;	
}

