@charset "utf-8";
/* CSS Document */

form{
	width:500px;
	float:right;
	margin:0;
	padding:0;
	color:#00454f;
}
label{
	position:relative;
	border-bottom:1px solid #00454F;
	display:block;
	width:500px;
	padding-bottom:5px;
	margin-top:6px;
}
label.textarea{
	padding-top:65px;
}
input{
	position:absolute;
	left:80px;
	top:-3px;
	width:420px;
	border:none;
	border:1px solid #fff;
	background:none;
	font-size:11px;
	color:#7da3b7;
}
textarea{
	position:absolute;
	left:80px;
	top:-3px;
	width:420px;
	height:80px;
	border:none;
	border:1px solid #fff;
	background:none;
	font-size:11px;
	color:#7da3b7;
	font-family:Arial, Helvetica, sans-serif;
}
#botones{
	position:relative;
	text-align:right;
	margin-top:15px;
	height:20px;
}
#botones a{
	position:relative;
	float:right;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #00454F;
	line-height:11px;
	text-decoration:none;
	color:#00454F;
	font-weight:bold;
}
#botones a:hover{
	color:#fdb71c;
}
#botones a.ultimo{
	margin-right:0;
	padding-right:0;
	border-right:none;
}
#mensajeEnvioOk{
	width:500px;
	float:right;
	margin:0;
	padding:0;
	color:#00454f;
	font-weight:bold;
}
