.full {
    position: relative;
    width: 788px;
    left: -14px;
}

img {
    border: 0;
}

.h {
    color: rgb(0,51,153);
    font-size: 16px;
    font-weight:bold;
    margin-bottom:10px;
}

.s {
    font-size: 11px;
    color: #666;
    position: relative;
    top: -8px;
    margin-bottom: 10px;
}

.form_block {
    padding: 15px 30px;
    border-bottom: 1px solid rgb(244,244,244);
}

#course_select {
    background-color: rgb(236,236,253);
    border-top: 1px solid rgb(189,200,223);
    border-bottom: 0;
    border-bottom: 1px solid rgb(189,200,223);
    background-image: url('../images/bg_form.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

#course_select label {
    font-weight: bold;
    width: 70px;
}

#payment_select {
    width: 345px;
    margin: 0 auto;
    border-bottom: 0;

}

#payment_select label {
    font-weight: bold;
    width: 170px;
    color: rgb(0,51,153);
}


.full h1 {
    margin-left: 21px;
}


label {
    display: block;
    float: left;
    font-size: 14px;
    text-align: right;
    padding-right: 5px !important;
}

label, select {
    margin-bottom: 5px;
}

.field {
    height: 23px;
    line-height: 23px;
}

.form {
    float: left;
}

.price {
    float: left;
    padding-left: 30px;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
}

.price .value {
    color: rgb(0,51,153);
}

.entry {
    clear: both;
    height: 30px;
    font-size:14px;
    position: relative;
}

.entry.error label {
    color: red;
}

#identificacao, #endereco {
    float: left;
}

#identificacao label, #escolaridade label {
    width: 140px;
}

#endereco label {
    width: 80px;
}

input, select, label {
    padding: 3px;
}

input, select {
    font-family: georgia;
}

input[type=text] {
    width: 200px;
}

.vertical_separator {
    background-image: url('../images/vertical_separator.jpg');
    width: 2px;
    height: 218px;
    float: left;
    margin-top: 20px;
}


#bt_finalizar, #bt_pagar {
    background-position: left top;
    background-repeat: no-repeat;
    height: 49px;
    cursor: pointer;
    margin: 20px auto;
}

#bt_finalizar:hover, #bt_pagar:hover {
    background-position: left bottom;
}

#bt_finalizar:active, #bt_pagar:active {
    background-position: 0 -49px;
}

#bt_finalizar {
    background-image: url('../images/finalizar_bts2.jpg');
    width: 372px;
}

#bt_pagar {
    background-image: url('../images/pagar_bts.jpg');
    width: 223px;
    margin: 0px auto;
}

#acordo {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}

.input_error {
    width: 16px;
    height: 16px;
    /*background-image: url('../images/exclamation.png');*/
    position: absolute;
    right: -18px;
    top: 4px;
    cursor: help;
}

#form_has_errors {
    text-align: center;
    color: rgb(128, 1, 43);
    background-color: rgb(255,238,244);
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    display: none;
    border-top: 2px solid rgb(244, 227, 233);
}

#form_has_errors .hint {
    font-size:10px;
    font-weight: normal;
}

#parcelas option.even  {
    color: rgb(0,51,153);
    background-color: rgb(236,236,253);
}

  .trans_msg {
        font-size: 14px;
        font-weight: bold;
        padding: 10px;
        padding-left: 40px;
        background-repeat: no-repeat;
        background-position: 10px center;
        border: 1px solid rgb(189,200,223);
        background-color: white;

    }

    .ok_msg {
        background-image: url('../images/accept.png');
    }

    .error_msg {
        background-image: url('../images/exclamation.png');
        border-color: red;
        color: red;
    }

#vbv_logo {
    width: 90px;
    margin: 0 auto;
    margin-top:30px;
}

#cotacao {
    text-align: center;
    font-family: arial;
    font-size: 10px;
    margin-top: 10px;
}
