﻿/* ********************************************************************************* */
input[type=text], input[type=email], input[type=date], input[type=number] {
    width: 240px;
    height: 25px;
    margin: 0 0 4px 0;
    padding: 0 5px 0 5px;
}
input[type=button] {
    width: 252px;
    height: 25px;
    padding: 0 5px 0 5px;

    color: #404042;
    cursor: pointer;
}
input[type=button]:hover {
    background-color: #E8E9EB;
}
textarea {
    width: 240px;
    height: 150px;
    padding: 0 5px 0 5px;

    font-family: Verdana;
}
/* ================================================================================= */
input, textarea, button {
    background-color: #F3F3F5;
    border-top: solid 1px #E8E9EB;
    border-right: solid 1px #E8E9EB;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #D2D2D2;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/* ********************************************************************************* */
#formularios {
    clear: both;
    margin: 20px 0 0 0;
}
#formularios div { margin: 0 0 5px 0; }
#formularios .formulario {
    float: left;
    width: 250px;
}
#formularios .formulario:first-child { margin: 0 50px 0 0; }
#formularios .formulario:last-child { margin: 0 0 0 50px; }

#formularios .formulario h1 {
    font-size: 22px;
    font-weight: bold;
    color: #404042;

    border-bottom: solid 1px #D3D4D6;
}
#formularios .formulario .texto {
    font-size: 16px;
    font-weight: lighter;
    color: #404042;
}
/* ********************************************************************************* */