﻿body, html
{
    margin: 0;
    padding: 0;
    height: 100%;
    background: url(../img/TeaserPedido2.jpg) 50% 50% no-repeat;
}

*
{
    font-family: BellCent SubCap BT Sub-Caption;
    font-size: 12px;
    color: #DE2D27;
}


/*#fundo { width:300px; height:100%; overflow:hidden; }*/
#geral
{
    position: absolute;
    width: 770px;
    height: 410px;
    left: 50%;
    top: 50%;
    margin-top: -220px;
    margin-left: -372px;
}

div#avise
{
    width: 400px;
    margin: 290px 0 0 195px;
}
div#validadores
{
    width: 400px;
    margin: -15px 0 0 5px;
}

.inputcontainer
{
    float: left;
    display: inline;
    margin: 0px 5px 10px 0px;
    background: url(../img/txtNomeEmail2.jpg) no-repeat;
    width: 150px;
    height: 35px;
}
.inputcontainer input
{
    background-color: #eeeeee;
    border: none;
    color: #555f6c;
    font-family: tahoma;
    font-size: 11px;
    margin: 3px 0px 0 5px;
    padding-left: 8px;
    width: 130px;
}
.inputcontainernome
{
    background: url(../img/txtNomeEmail2.jpg) no-repeat;
    width: 155px;
    height: 35px;
}
.inputcontainernome input
{
    width: 85%;
}

.rodape
{
    margin-top:25px;
    width:450px;
    height:80px;
    float:left;
}

#boxPedido
{
    background: url(../img/boxPedido.jpg) no-repeat;
    height: 100px;
    width: 200px;
    float: left;
    margin-left:10px;
}
#boxPedido a
{
    float: right;
    margin: 55px 30px 0 0px;
    text-decoration:none; outline:none;
    text-decoration:underline;
    font:11px Arial, Helvetica, sans-serif;
    color: #C52620;    
}
#sac
{
    float:left;
    margin:20px 10px;
 }
