#contact-form p label
{
    width: 120px;
    float: left;
    font-weight: bold;
    line-height: 22px;
}

#contact-form input
{
    border: 1px solid #c0c0c0;
    padding: 5px;
}

#contact-form textarea
{
    width: 300px;
    min-height: 200px;
    border: 1px solid #c0c0c0;
    padding: 5px;
}

