form.forms {
}
form.forms label {
	display:block;
	float:left;
	margin:2px 10px 3px 0px;
	text-align:right;
	width:80px;
}
form.forms div.textbox, form.forms div.textarea {
	margin-bottom:5px;
}
form.forms input.textbox {
	background-color:#fff;
	border:1px solid #000000;
	display:block;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0px;
	padding:3px 2px;
	width:165px;
}
form.forms textarea.textarea {
	background-color:#fff;
	border:1px solid #000000;
	display:block;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0pxs;
	padding:3px 2px;
	width:315px;
	height:92px;
}
form.forms input.focus, form.forms textarea.focus {
	border:1px solid #7B7B7B;
}
form.forms input.submit {
	background-color:transparent;
	border:none;
	color:#fff;
	cursor:pointer;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
	height:20px;
	margin-right:10px;
	text-align:right;
	width:40px;
}
form.forms input.submit:hover, form.forms input.submit.focus {
	color:#8D5D5C;
}
form.forms .msj_contacto_iefix {
	clear:both;
	padding-top:15px;
}
form.forms .msj_contacto {
	margin:0px auto;
	text-align:center;
	width:330px;
	height:30px;
	overflow:hidden;
}
form.forms .msj_contacto span {
	color:#fff;
	display:none;
	font-size:11px;
}