#formContenedor {
	background-color: #09F;
	float:right;
	margin-right:50px;
	margin-top:250px;
	height:260px;
	width:300px;
	z-index:1;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#formContenedor input {
	width:220px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
}
#formContenedor textarea {
	width:220px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
}
.inputError {
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}
/* Capas de transparencia y mensajes de confirmacion */

#transparencia {
	background-color:#fff;
	z-index:1;
	position:absolute;
	width:300px;
	height:270px;
	display:none;
	opacity:0.80;
	filter:alpha(opacity="80");
}
#transparenciaMensaje {
	position:absolute;
	width:300px;
	height:230px;
	margin-top:50px;
	margin-left:80px;
}
table tr:hover {
	background: none
}
