#formContenedor 
{
	text-align:center;
	position:absolute;
	width:300px;
	margin-left:30px;
}

table { width:300px; }

input 
{
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid #373636;
	color: #004000;
	margin-top: 5px;
}

select 
{
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #373636;
	color: #004000;
	margin-top: 5px;	
}

textarea
{
	width:250px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #373636;
	color: #004000;	
}

button { font-weight: bold; font-family:Verdana, Arial; font-size:12px; background-color:#CCFFFF; color: #4481C2; border: 2px solid #4481C2; margin-left:40px; padding: 3px;}

.submit { font-weight: bold; font-family:Verdana, Arial; font-size:12px; background-color:#CCFFFF; color: #4481C2; border: 2px solid #4481C2; margin-left:40px; padding: 3px;}

.label { width:110px; text-align:right; }

.campo { width:240px; outline:none; }

.ayuda { width:50px; text-align:center; }

.inputNormal { border:1px solid; }

.inputError
{
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color: #FFFFCC;
	z-index:1; 
	position:absolute;
	width:300px;
	height:200px;
	display:none;
	opacity:0.95; filter:alpha(opacity="94");
	border: 2px solid #FF0000;
	margin-left:50px;
}

#transparenciaMensaje
{
	position:absolute;
	width:300px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:1px solid #107B28;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
}

#ayudaTitulo
{
	background-color:#107B28; 
	color:#FFFFFF; 
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
}
