/**/

.bt_comprar span { 
    width: 17px;
    height: 17px;
    background: url(../img/sprite_icons.png) no-repeat -40px 0px;
    float: right;
    margin: 5px 0 0 10px;
}

.labelCustomer{
    color: #3e3e40;
    display: block;
    margin-bottom: 23px;
    font-size: 1.2em;
 }
.input-text-customer{
    display: block;
    padding: 9px;
    margin-top: 10px;
    border: 1px solid #cfcfd1;
    color: #8a8a90;
    width: 94%;
}
.select-customer {
    display: block;
    padding: 9px 3%;
    margin-top: 10px;
    border: 1px solid #cfcfd1;
    color: #8a8a90;
    width: 100%;
}
.textarea-customer {
    display: block;
    padding: 9px 3%;
    margin-top: 10px;
    border: 1px solid #cfcfd1;
    color: #8a8a90;
    width: 91%;
}
.input-submit-customer{
    background: #be1e2d;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.input-submit-customer:hover{background: #000;}

.boxForget a {
    text-decoration: underline;
    color: #c3bdbd;
}


/**/

#form_customer .boxGray {
    float: left;
    width: 28%;
    padding: 2%;
}
#form_customer .boxGray h2,
.box_form_customer.boxGray h2 {
    color: #be1e2d;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-bottom: 30px;
}
#form_customer #cep,
.box_form_customer.boxGray #cep {
    width: 68%;
    float: left;
}
#form_customer .bt_cep,
.box_form_customer.boxGray .bt_cep {
    padding: 0;
    width: 24%;
    height: 35px;
    margin-top: 10px;
}