@charset "utf-8";

/* FORM (OVERLAYED ELEMENT)
------------------------------------------------------------------------*/
h2, p, .form {text-align:left;}
.p_intro {padding-left:10px;}

.form_overlay {
width:380px;
padding:0;
border:none;
}

.form_overlay p {
clear:both;
margin:0;
}

.form_overlay label {
clear:left;
display:block;
float:left;
width:100px;
margin-left:0;
padding:2px;
font-size:10px;
}

.buttonBox_overlay {
clear:left;
padding-left:104px;
overflow:hidden; /*Simple Clearing of Floats*/
}
		
/*** the overlayed element ***/
div.overlay, div.overlay_contacto {
background-image:url("/img/white.png"); /* growing background image */
/* dimensions after the growing animation finishes  */
width:380px;
height:320px;
display:none; /* initially overlay is hidden */
padding:20px; /* some padding to layout nested elements nicely */
}

/*default close button positioned on upper right corner */
div.overlay div.close, div.overlay_contacto div.close_contacto {
background-image:url("/img/ico_close.gif");
position:absolute;
right:10px;
top:10px;
cursor:pointer;
height:19px;
width:19px;
}

:focus {-moz-outline-style:none;}

