@import url("body.css");
@import url("container.css");
@import url("header.css");
@import url("menu.css");
@import url("footer.css");

/*---------------------------------------------------------------------------------------
  										=FORMULARIO
  ---------------------------------------------------------------------------------------*/ 

div#form_wrap {
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
height:auto;
margin:25px auto 25px auto;
width:720px;
}

#form {
background-color:#FFFFFF;
/* font-family:Arial, Helvetica, sans-serif;*/
font-size:13px;
height:auto;
margin:0 0 0 0;
padding:16px 0 0 0;
width:100%;
}

#form fieldset {
border-color:#DEDEE2;
border-style:solid none none none;
border-width:3px;
height:auto;
padding:16px 5px 0 30px;
width:680px;
}

#form legend {
color:#666666;
font-size:14px;
font-weight:bold;
padding:0 10px 0 10px;
}

#form .inputbox {
background-image:url(../img/fondo_input.jpg);
background-repeat:repeat-x;
background-position:bottom;
border-color:#C5C5C5;
border-style:solid;
border-width:1px;
display:block;
margin-left:5px;
float:left;
height:20px;
width:100px;
}

#form select {
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
border-color:#C5C5C5;
border-style:solid;
border-width:1px;
display:block;
margin-left:5px;
float:left;
height:20px;
width:100px;
}

#form textarea {
background-image:url(../img/fondo_input.jpg);
background-repeat:repeat-x;
background-position:bottom;
border-color:#C5C5C5;
border-style:solid;
border-width:1px;
display:block;
margin-left:5px;
float:left;
height:150px;
width:350px;
}

#form label {
clear:left;
display:block;
float:left;
font-weight:bold;
margin:3px 0 10px 0;
/* margin-bottom:10px;
margin-top:3px;*/
text-align:right;
width:150px;
}

#form br {
clear:both;
}

#contact .boton {
background-color:#FFFFFF;
background-image:url(../img/fondo_input.jpg);
background-repeat:repeat-x;
background-position:bottom;
border-color:#C5C5C5;
border-style:solid;
border-width:1px;
display:inline; /* Centra el botón en IE6 */
margin:10px 0 0 155px;
height:25px;
width:102px;
}

#contact .boton:hover {
cursor:pointer;
}

#contact #company {
width:350px;
}

#contact #name {
width:250px;
}

#contact #email {
width:250px;
}

#contact #subject {
width:350px;
}