﻿.ValidateForm {
    color: Red;
}

#contact-form {
    margin: 10px 0 0;
}

    #contact-form label {
        display: block;
        font-size: 15px;
        font-weight: inherit !important;
        margin: 5px 0 0;
        min-width: 170px;
        padding-top: 5px;
        text-align: left;
    }

    #contact-form .customer-info,
    #contact-form .receiver-info {
        float: left;
        width: 40%;
    }

.checkout-method {
    float: left;
    width: 59%;
}

#contact-form input[type=text] {
    width: 200px;
}

#Comments {
    height: 70px;
}

#contact-form {
    background: none white;
    margin: 10px 0 0;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

    #contact-form h4 {
        border-bottom: 1px dotted black;
        display: block;
        font-size: 18px;
        font-weight: normal;
    }

    #contact-form .content {
        padding-top: 10px;
    }

    #contact-form .thongtin {
        width: 100%;
        height: 450px;
        display: none;
    }

#map_canvas {
    width: 100%;
    height: 100%;
}
