@charset "UTF-8";
/* CSS Document */
#form_box {
padding:10px 0px 40px 0px;
}

#form_box h2{
margin:0px 5px;
font-size:12px;
}

#form_box h3{
margin:0px 5px;
padding:5px;
font-size:14px;
color:#FFFFFF;
background:#000033;
text-transform:capitalize;
}
#form_box p{
margin:10px 20px;
font-size:12px;
}

.error{
background:none;
font-size:12px;
color: #FF0000;
font-weight:bold;
}

form {
padding: 0px 5px 0px 5px;
font-size: 12px; 
voice-family: "\"}\"";/*===== HACK PARA IE6.========*/
voice-family: inherit;
margin-top:-10px;/*===== IE6 SI VE ESTA LINEA  ========*/
	}
html>body form{/*===== IE6 NO VE ESTA LINEA  ========*/
margin-top:-0px;
margin-bottom:-0px;
	}
.text {
margin:5px 10px 5px 10px; /* set top margin same as form input - textarea etc. elements */
font-size: 11px;
width: 260px;
}

.select {
margin:0px 10px 5px 10px; /* set top margin same as form input - textarea etc. elements */
font-size: 11px;
width: 260px;
}

.select_medium {
margin:0px 10px 5px 10px; /* set top margin same as form input - textarea etc. elements */
font-size: 11px;
letter-spacing:0.5px;
width: 140px;
color:#FF0000;
}

.select_small {
margin:0px 10px 5px 10px; /* set top margin same as form input - textarea etc. elements */
font-size: 11px;
width: 80px;
}

.check {
background: #FFFF99;
border:1px solid #BE7E00;
margin:5px 5px 0px 5px; /* set top margin same as form input - textarea etc. elements */
}

.check_right { margin:0px 10px 5px 10px; /* set top margin same as form input - textarea etc. elements */
width: 260px; position:relative;
}

.submit {
float:left;
font-size: 11px;
background-color: #486F97;
color: #FFFFFF;
margin-left: 4px;
margin-top:5px;
cursor: pointer;/* CURSOR - MANO PARA TODOS LOS NAVEGADORES EXCEPTO IE 5.x*/
cursor: hand; /* EL MISMO CURSOR PARA IE 5.x */
padding:2px;
	}
.submit{/*===== HACK PARA IE6  ========*/
	voice-family: "\"}\"";
	voice-family: inherit;
border:0px solid #02114D;/*ELIMINA EL BORDE DEL BOTON EN IE 6.0*/
	}
html>body .submit{/*===== HACK PARA IE6  ========*/
border:1px solid #02114D;/*BORDE DE 1 PX PARA EL RESTO DE NAVEGADORES, INCL. IE7 */
	}

.erase {
font-size: 11px;
background-color: #660033;
color: #FFFFFF;
margin-right: 6px;
border:1px solid #BE7E00;
cursor: pointer;
padding:5px;
}


form fieldset {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin-top: 10px;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;
	float: left; 
	width: 250px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:250;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 5px 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 10px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.readonly {
border:0px;
background:#efeff4;
margin:5px 10px 5px 10px; /* set top margin same as form input - textarea etc. elements */
font-size: 11px;
width: 300px;
}


#email_sent
{
font-size: 12px; 
height:350px;
border-color: #000;
border-width: 1px;
border-style: solid;
padding: 10px;        /* padding in fieldset support spotty in IE */
margin: 0;
padding-top:20px;
text-align:center;
line-height:30px;
}
/************************************************************************************************/