/* METALLIED - Formulario */

/*------ Formulario ------*/
fieldset{
	border:none;
}

input, textarea, option{
	font-family:Tahoma, Arial,"Trebuchet MS", "Lucida Sans Unicode", Georgia, Geneva, Helvetica, sans-serif;
	font-size:1em;
	padding:.2em .2em .2em .4em;
	color:#8A8A8A;
	width:20em;
	background:#F0F0F0;
}

input:focus, textarea:focus{
	background:#fff;
	color:#333;
}

textarea{
	height:8em;
}

option{
	width:15.8em;
	padding:0;
}

.checkbox{
	width:3em;
	background:none;
}

.boton{
	width:auto;
	background:#fff;
	padding:.2em .3em .1em .3em;
	font-weight:bold;
	color:#333;
	border:1px solid #9b9b9b;
	cursor:pointer;
	text-transform:uppercase;
	text-align:center;
}

.boton:focus{
	background:url(../img/all/bg_boton.gif) repeat-x;
}

.examinar{
	margin:0;
	padding:0;
	width:17.5em;
	background-color:#F3F3F3;
}

.formulario{
	margin:2em auto 0 auto;
	width:33em;
	text-align:right;
}

.formulario li{
	margin-bottom:.6em;
}

.privacidad{
	float:right;
	margin-top:1em;
	text-align:justify;
	font-size:.9em;
	width:36em;
}

.botones{
	clear:both;
	margin-top:1em;
}

.respuesta{
	margin:1em 1.5em;
	font-size:1.2em;
	border-bottom:1px dashed #666;
	border-top:1px dashed #666;
	padding:1em;
	background-color:#F8F8F8;
}

.respuesta li{
	margin-bottom:.2em;
}

.respuesta .texto{
	color:#000;
}

.respuesta .error{
	color:#CC3300;
}

.respuesta .valido{
	color:#339900;
}
