/**
 * Form theme
 */
textarea,
input,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="submit"],
input[type="reset"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

textarea,
select,
input,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    color: #333333;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    border: 1px solid #dddddd !important;
}

select,
input,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="submit"],
input[type="reset"] {
    font-size: 15px;
}

input[type="submit"],
input[type="reset"] {
    color: #000;
    font-weight: normal;
    font-family: 'museo_slab', Verdana, Geneva, sans-serif;
    background-color: #c0c0c0;
    text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
    color: #424242;
}

textarea {
    font-size: 14px;
}

select {}

label {
    font: normal 15px 'museo_slab', Arial, sans-serif;
}