form.forms {
}
form.forms label {
	display:block;
	float:left;
	margin:5px 5px 3px 0px;
	text-align:right;
	width:43px;
}
form.forms div.textbox, form.forms div.textarea {
	margin-bottom:5px;
}
form.forms input.textbox {
	background-color:#fff;
	border:1px solid #b2b2b2;
	display:block;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0px;
	padding:3px 2px;
	width:200px;
}
form.forms textarea.textarea {
	background-color:#fff;
	border:1px solid #b2b2b2;
	display:block;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0px;
	padding:3px 2px;
	width:294px;
	height:92px;
}
form.forms input.focus, form.forms textarea.focus {
	border:1px solid #fff;
}
form.forms input.submit {
	background-color:transparent;
	border:none;
	color:#91A06E;
	cursor:pointer;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:20px;
	text-align:right;
	width:40px !important;
}
form.forms input.submit:hover, form.forms input.submit.focus {
	color:#fff;
}
form.forms .msj_contacto_iefix {
	padding-top:5px;
}
form.forms .msj_contacto {
	margin:0px auto;
	text-align:center;
	height:30px;
	overflow:hidden;
}
form.forms .msj_contacto span {
	display:none;
}
label.submit {
	display:none !important;
}
