/*
contact index
*/

#contact{
    width : 90%;
    margin : 25px 5%;
}

#contact table{
    width : 100%;
}

#contact table tbody td{
    height : 45px;
}
#contact .row{
    padding-bottom : 15px;
}

#to, #cc, #bcc, #subject{
    width : 90%;
}

.form-inline label{
    width : 9%;
}

p {
    margin-top:0px;
    margin-bottom:5px;
}
