#formContenedor 
{
	text-align: center;
	width: 350px;
}

table {
	width:300px;
	background-color: #CCCCCC;
	text-align: right;
}

input 
{
	width:220px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid;
}

textarea
{
	width:220px;
	height:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid;
}

button {
	width:100px;
	height:22px;
	font-family:Verdana;
	font-size:12px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

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

.campo { width:220px; }

.ayuda {
	width:20px;
	text-align:center;
	height: 25px;
}

.inputNormal {
	border:1px solid #000000;
	border-color: #000000;
}

.inputError
{
	border: solid #FF0000 1px;
	background-color:#FFCCf0;
	color:#990000;
	font-weight:bold;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#CCCCCC;
	z-index:1;
	position:absolute;
	width:300px;
	height:250px;
	display:none;
	opacity:0.95;
	filter:alpha(opacity="95");
	top:20px;
	left:30px;
	font-size:12px;
	font-weight:bold;
}

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

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #000000;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
}

#ayudaTitulo
{
	background-color:#000000;
	color:#FFFFFF;
	padding:1px;
	font-weight: bolder;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
	background-color: #FF9900;
	color: #000000;
	filter: alpha(opacity="95");
}
