#vms_tradeInBox {
    width: 312px;
    background: GHOSTWHITE;
    font-size: 18px; 
}
#vms_tradeInBox #vms_tradeInForm {
    margin-bottom: 0px;
}
#vms_tradeInBox .vms_label {
    display: inline-block;
    width: 25%;

}
#vms_tradeInBox .vms_field {
    display: inline-block;
    width: 75%;
}
#vms_tradeInBox .vms_field {
    display: inline-block;
    /*height: 30px;*/
    margin-top: 0;
    padding-top: 0;
    vertical-align: top;
    width: 75%;
}
#vms_forDescription {
    font-weight: bold;
    margin-bottom: 10px;
}
#vms_message {
    color: green;
}
.vms_error {
    color: orange;
}
.vms_formRow {
    padding-bottom: 10px;
}
.vms_formRow label.error {
    display: block;
    color: orange;
}
.vms_formRow input.error {
     border: 1px solid orange;
}
#vms_dataProvider {
    font-size: 13px;
    text-align: center;
}
#vms_tradeInBox a {
    color: black;
}
#vms_tradeInBox .vms_success {
    color: green;
}
#vms_tradeInBox .vms_failure {
    color: red;
}
#vms_myvehicle_logo {
    background-color: #3b57a0;
    margin: auto;
    height: 22px;
    margin-right: 4px;
}
#vms_submitTradeIn {
    background-color: #C2DFFF;
    box-shadow: none;
    border: #adadad solid 1px;
}
#vms_submitTradeIn:hover {
    background-color: #e5f1fb;
    border: #0078d7 solid 1px;
}