/**
 * Hoja de estilo que guarda la definición de aspecto para los distintos
 * elementos que forman parte del formulario de contacto y los mensajes de correo.
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 */

/**
 * Formulario de contacto
 */
/* contenedores, titulo, entradilla, ... */
.contactForm {
	padding-bottom: 3.18em;
}
 
.contactForm .contentMainTitle {
	margin-bottom: 0;
	padding-bottom: 0.61em;
	background: url(../imagenes/fondos/bg-trama-04.gif) repeat-x bottom left;
}
 
.contactForm #contentAbstract.contentAbstract {
	margin: 0.73em 0;
	font-weight: normal;
}

.contactForm .requiredFieldsInfo {
	margin: 0.73em 1.37em 0 0;
	text-align: right;
	color: #007fb1;
}

/* el formulario */
.contactForm FORM {
	margin: 0.46em 0 0 0;
}

.contactForm .divInformation, .contactForm .divOtherInformation, .contactForm .divMessage {
	position: relative;	
}

.contactForm FORM FIELDSET {
	margin: 2em 0 4em 0;
	padding: 0.91em 0 0.73em 0;
	background-color: #F5F5F5;
}

.contactForm .divMessage FIELDSET {
	margin-bottom: 2em;	
}

.contactForm LEGEND SPAN {
	position: absolute;
	top: -1.82em;
	display: block;
	padding: 0 0 0 1.83em;
	color: #000;
	font-weight: bold;
	background: url(../imagenes/fondos/bullet11.gif) no-repeat 0.36em 50%;
}

.contactForm INPUT {
	border: 1px solid #999;
	padding: 0.19em;
	width: 99%;
}

.contactForm INPUT:focus,
.contactForm SELECT:focus,
.contactForm TEXTAREA:focus{
	outline: 4px solid #0093cb;
}

.contactForm SELECT {
	border: 1px solid #999;
	padding: 0.19em;
	width: 99.6%;
}

.contactForm TEXTAREA {
	border: 1px solid #999;
	padding: 0.19em;
	width: 99%;
}

.contactForm DIV.cmContactMailLabel {
	margin-bottom: 0.19em;	
}

.cmContactMailErrorLabel {
	color: #f00;
}

/* campos del formulario */
.contactForm .cm_surname, .contactForm .cm_name, .contactForm .cm_email, .contactForm .cm_village, .contactForm .cm_country {
	float: left;
	width: 44%;
	padding: 0 0.82em 0.55em 1.82em;
}

.contactForm .cm_street, .contactForm .cm_state, .contactForm .cm_subject, .contactForm .cm_message {
	float: left;
	width: 93%;
	padding: 0 0 0.55em 1.82em;
}

.contactForm .cm_zip, .contactForm .cm_phone {
	float: left;
	width: 10%;
	padding: 0 0.82em 0.55em 1.82em;
}

/* captcha */
.contactForm .divCaptcha {
	position: relative;	
}

.contactForm .divCaptcha FIELDSET {
	margin: 0 0 2em 0;
	padding: 0.91em 0 1.28em 1.83em;
}

.contactForm .divCaptcha LEGEND IMG {
	position: absolute;
	top: 1em;
	left: 1.83em;
}

.contactForm .divCaptcha .cm_dvSecurityText {
	float: left;
	margin: 1em 0 0.37em 19em;
}

.contactForm .divCaptcha DIV.cmContactMailLabel {
	float: left;	
	margin-top: 0.19em;
}

.contactForm .divCaptcha DIV.cmContactMailInput {
	float: left;	
}

.contactForm .divCaptcha DIV.cmContactMailInput INPUT {
	width: 7em;
}

/* botones del formulario */
.contactForm .divBottom {
	text-align: center;	
}

.contactForm .divBottom BUTTON {
	width: auto;
	margin: 0 0.46em;	
	padding: 0;
	border: none;
	background: none;
}

/**
 * formulario de para enviar mensaje a los centros
 */
.cmForm.sendMailFormContent fieldset {
	margin-bottom: 1em;	
}
 
.cmForm.sendMailFormContent .cmFormRow {
	clear: both;	
}
 
.cmForm.sendMailFormContent .cmFormLabel {
	float: left;
	width: 5em;
}

.cmForm.sendMailFormContent .cmFormInput {
	float: left;
	width: 20em;
}

.cmForm.sendMailFormContent .cmFormTextarea {
	display: block;
	clear: both;
	width: 86%;
	height: 10em;
}

.cmForm.sendMailFormContent .cmFormRow.captcha .cmFormLabel {
	width: 10em;	
}