/* estilos para el contenedor del formulario y el caption del mismo */
fieldset {
	border: #CCC solid 1px;
	width: 500px;
	margin:20px auto;
	background-color:#FFF;
	padding-top:10px;
	padding-left:10px;
}
legend {
	background: #font-size:11px;
	border: #CCC solid 1px;
	padding: 1px 10px;
}

/* Etiquetas del formulario. Los textos, vamos */
.inlinelabel{
	width: 100px;
	float: left;
	text-align: right;
	margin: 0 10px 10px 0;
	clear: both;
}

.legallabel{
	font-size:9px;
	text-align:justify;
	margin-bottom: 10px;
}

/* Estilos apra los controles del formulario... */
/* cajas de texto simples */
.input-box{
	background: #EEE;
	color:#666666;
	border: #333 solid 1px;
	margin-bottom: 10px;
	width:300px;
	font-size:11px !important;
}
/* Areas de texto */
.text-area{
	background: #EEE;
	color:#666666;
	border: #333 solid 1px;
	margin-bottom: 10px;
	width:300px;
	height:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px !important;
}
/* menus */
.combo-box{
	background: #EEE;
	color:#666666;
	border: #333 solid 1px;
	margin-bottom: 10px;
	font-size:11px !important;
}

/* checkboxes */
.check-box{
	margin-bottom: 10px;
}
.check-box2{
	margin-bottom: 0;
}

/* Clases para las encuestas */
.frmradio{
	width:20px;
	clear:both;
}
.inlinelabel2{
	float: right;
	width:440px;
	text-align: left;
	margin-left:35px;
}
.encuesta_pregunta{
	margin-bottom: 10px;
}
.encuesta_submit{
	background: #F5B656;
	border: 1px #333 solid;
	margin-left:20px;
	margin-top:10px;
	clear: both;
	font-size:11px !important;
}



/* Botones de enviar */
.submit-button{
	background: #F5B656;
	border: 1px #333 solid;
	margin-left:110px;
	clear: both;
	font-size:11px !important;
}
.reset-button{
	background: #F5B656;
	border: 1px #333 solid;
	margin-left:10px;
	clear: both;
	font-size:11px !important;
}

/* clase para la validación de los controles */
.validation_error{
	border:2px solid #CC0000;
	background-color:#ff9900;
	color:#000000;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* CLASES PARA EL RECUADRO DE VALIDACIÓN */
.validationbox{
	background-color:#F5B656;
	border:1px solid #999999;
	color:#000000;
	width:500px;
	margin:20px auto;
	padding:10px;
}
.validationok{
	background-color:#EEE;
	border:1px solid #999;
	color:#333;
	width:500px;
	margin:20px auto;
	padding:10px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
