body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#111;
	color:#ccc;
	line-height:22px;
}

#formContenedor 
{
	text-align:center;
	position:absolute;
	width:400px;
	left:50%;
	margin-left:-200px;
}

table { width:400px; }

input 
{
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #333;
	background-color:#111;
	color:#ccc;
}

textarea {
	width:220px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	border:1px solid #333;
	background-color:#111;
}

button { width:100px; height:22px; font-family:Verdana; font-size:11px; }

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

.campo { width:240px; }

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

.inputNormal {
	border:1px solid #333;
	background-color:#111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
}

.inputError {
	border:1px solid #900;
	background-color:#111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#111; 
	z-index:1;
	position:absolute;
	width:400px;
	height:260px;
	display:none;
}

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