/* Formularios */
input, select, textarea{
    border: 1px solid gray;
}

select{
}

.submit{
    border: 1px solid #bbb;
}

fieldset{
    border: 0;
}

legend{
    padding: 0 .5em;
    color: #000;
    text-transform: uppercase;
    color: #b8b8b2;
}

label{
  	cursor: pointer;
}

#contact_content label{
    width: 90%;
    margin-bottom:5px;
}

#contact_content span{
    width:180px;
    text-align:right;
    display:block;
    float:left;
    margin-right:10px;
}
#contact_content input, #contact_content select{
    width:200px;
}
