input[type=email] {

    background: white;
    border: none;
    width: 300px;
    height: 55px;
    line-height: 55px;
    padding: 0px 50px 0px 40px;
    font-family: 'vag_black';
    color: #0bb58c;
    font-size: 15px;

    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    behavior: url(pie/PIE.htc);

    width: 225px;
    color: #685b44;
    font-weight: normal;
    font-family: 'Arimo';
    font-size: 13px;
    padding-right: 40px;
}

#contato_form input[type=email], #newsletter_form input[type=email] {
    background: white;
    border: none;
    width: 300px;
    height: 55px;
    line-height: 55px;
    padding: 0px 50px 0px 40px;
    font-family: 'vag_black';
    color: #0bb58c;
    font-size: 13px;

    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    behavior: url(pie/PIE.htc);
}

#lightbox .login .form .row3 {
    width: 280px !important;
}

.login_expired a {
    font-family: 'Arimo';
    font-weight: 700;
    color: #685b44;
    font-size: 13px;
}

.login_expired .login_links {
    text-align: center;
}

.error_form {
    display: block;
    color: #e45b37;
    font-family: 'Arimo';
    text-align: center;
    position: absolute;
    top: 28px;
    left: 30px;
}

#light-profile-add .error_form,
#light-profile-edit .error_form {
    font-weight: bold;
}

#contato_form label, #newsletter_form label {
    display: none;
}

.pagamentos-botoes {
    text-align: center;
}

#all {
    min-width: 1000px;
}

.img_answer {
    max-width: 150px;
}

@media print {
    /*body:before {
        content: url(../img/logo.png);
    }*/
    body, html {
        margin: 0;
    }
}

@page {
    margin: 0;
}