/* -----------------------------------------------------------------*/
/*         Desenvolvido por Allan Wolski - UP Solutions             */
/*  CSS contendo as formatações das páginas de compra do software.  */
/* -----------------------------------------------------------------*/

#btn_prosseguir{
    background: url(../img/btn_continuar.png) no-repeat 0 0;
    height: 95px;
    width: 213px;
    cursor: pointer;
    border: none;
    outline: none;
}

#btn_prosseguir:hover{
    background-position: 0 -101px;
    outline: none;
    border: none;
}

#btn_confirmar{
    background: url(../img/btn_confirmar.png) no-repeat 0 0;
    height: 95px;
    width: 213px;
    cursor: pointer;
    border: none;
    outline: none;
}

#btn_confirmar:hover{
    background-position: 0 -102px;
    outline: none;
    border: none;
}

#btn_alterar{
    background: url(../img/btn_alterar.png) no-repeat 0 0;
    height: 95px;
    width: 213px;
    cursor: pointer;
    border: none;
    outline: none;
}

#btn_alterar:hover{
    background-position: 0 -102px;
    outline: none;
    border: none;
}

.box_form_compra{
    background-color:#F5F5F5;
    border:1px solid #CCCCCC;
    color:#666666;
    padding:10px 0px 0px 10px;
    width:760px;
}

.totais_vermelho{		
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 15px 0px;
}

.flecha_cima{
    background-image: url(../img/flecha_cima.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: left;
}

.flecha_cima_hover{
    background-image: url(../img/flecha_cima_hover.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: left;
}

.flecha_baixo{
    background-image: url(../img/flecha_baixo.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: left;
}

.flecha_baixo_hover{
    background-image: url(../img/flecha_baixo_hover.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: left;
}

.campo{
    height:20px;
    width:360px;
    padding: 2px 2px 2px 2px;
    border:1px solid #6eacd5;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size: 13px;
    margin-bottom: 6px;
  }

.campo:focus {
    border:1px solid #EB191E;
    outline:0 none;
}
.campo3{
    height:27px;
    width:366px;
    padding: 2px 2px 2px 2px;
    border:1px solid #6eacd5;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size: 13px;
    margin-bottom: 6px;
  }

.campo3:focus {
    border:1px solid #EB191E;
    outline:0 none;
}

.campo2{
    height:27px;

    padding: 0 15px 2px 0;
    vertical-align: middle;
   
    
  }
label {
    display: block;
    margin-top: 10px;
}

label.error {
    float: none;
    color: red;
    margin: 0 .5em 0 0;
    vertical-align: top;
    font-size: 10px
}
.row_comp-web {
    font-style: italic;
    margin-bottom: 5px;
    display: block;
    height: 20px;
   
}
.titulos_comp-web{
    font-weight: bold;
    height: 20px;
}
