/*
Contact Index
*/

#contact label {
    clear: both;
    width: 100%;
    display: block;
}
#contact input[type="text"], #contact textarea {
    width: 60%;
    margin: 2px 0 10px;
    border: 5px solid #F3F2F2;
    font-size: 14px;
    padding: 5px;
}
#contact textarea {
    height: 80px;
}
