/*--------------------------------------------------------- */
/*  Form Styles						    */
/*--------------------------------------------------------- */
/* = FORMS: TABLE OF CONTENTS

    1. = SPECIFIC FORMS

---------------------------------------------------------
*/
/* = CONTACT FORM
---------------------------------------------------------
*/
#contact table {
	color:#B9B9B9;
	font-weight:bold;	
	margin-top:18px;
}	

#contact .etiqueta
{
    text-align:right;
    padding-right:20px;
}

#contact .error
{
    color:#CC1c1c;
}

#contact td
{
    padding:5px 8px 5px 8px;
}

#contact input,#contact textarea {
	border: 1px solid #ccc;
	font: 11px "Lucida Grande", Helvetica, sans-serif;
	
	color: #000;
	background-color:#A8A8A8;	
}
#contact textarea 
{
    overflow:auto;
}
#contact input:focus, #contact textarea:focus {background-color:#F9ECDF}

#contact input.send {
	 color: #fff !important; 
	 margin-top: 5px;
	 border:0;  
	 width:81px !important;
	 cursor:pointer;
	 background:url(../../imagenes/titles/p-send.gif) no-repeat left top;
	 height:22px;
	 
}
html>/**/body #contact fieldset input.send 	{text-indent:-9000em; /* Fixes Firefox */}
#contact input.send:hover {
	 background-position:0 -22px;
}  
/* END CONTACT FORM
---------------------------------------------------------
*/