.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}

.panel.active-tab-body {
	display: block;
}

#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #FFF;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #FFF;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #536474;
	font:12pt Calibri, "Trebuchet MS", Tahoma, "Century Gothic";
}

/*estilos en stand by*/
input.required, textarea.required {
	font:12pt Calibri, "Trebuchet MS", Tahoma, "Century Gothic";
	color:#364700;
	border:1px solid #6d851f;
	background-color:#b4c18a;
	padding: 2px 2px 2px 2px;
	text-decoration:none;
}

/*estilos cuando pide rellenar todos los campos requeridos, debe ir en tonos de alerta*/
input.validation-failed, textarea.validation-failed {
	
	font:12pt Calibri, "Trebuchet MS", Tahoma, "Century Gothic";
	border: 1px solid #FF3300;
	color: #0c2638;
	background-color:#FF9B9B;
	padding: 2px 2px 2px 2px;
}

/*estilos cuando se envian satisfactoriamente los datos*/
input.validation-passed, textarea.validation-passed {
	font:12pt Calibri, "Trebuchet MS", Tahoma, "Century Gothic";
	color:#364700;
	border:#6d851f solid 1px;
	background-color:#b4c18a;
	padding: 2px 2px 2px 2px;
	text-decoration:none;
}

.validation-advice {
	margin: 0px 0;
	padding: 0px;
	background-color: #fff;
	color: #FF0000;
	font-weight: bold;
	left:0px;
	z-index:0;
	font:8pt Calibri, "Trebuchet MS", Tahoma, "Century Gothic";
}

.custom-advice {
	margin: 1px 0;
	padding: 1px;
	background-color: #00CCFF;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
}

.field-widget {
}

.validate-selection {
	font:12pt Calibri, "Trebuchet MS", Tahoma, "Century Gothic";;
	color:#364700;
	border:1px solid #6d851f;
	background-color:#b4c18a;
	padding: 2px 2px 2px 2px;
	text-decoration:none;
}
