*{
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #595959;
    text-decoration: none;
}
.alignimg{
    text-align: center;
    vertical-align: middle;
}

body{
    background: url(../img/fundo_topo.jpg) top center no-repeat;
    background-position-y: 30px;
}
.clear{
    clear: both;
}


/************** FIM BOXRIGHT ***************/
/** MENSAGEM DE RETORNO
*********************************/
#mascara{
    width:100%;
    height:100%;
    background:#000;
    position:fixed;
    z-index:900;
    top:0px;
    left:0px;
    display:none;
    margin:0px;
}
#box-retorno{
    width:330px;
    background:#000;
    padding-top:40px;
    padding-bottom:40px;
    padding-left:10px;
    padding-right:10px;

    position:fixed;
    z-index:901;
    top:0px;
    left:0px;
    
    border-radius: 9px; /* CSS 3 */
    -o-border-radius: 9px; /* Opera */
    -icab-border-radius: 9px; /* iCab */
    -khtml-border-radius: 9px; /* Konqueror */
    -moz-border-radius: 9px; /* Firefox */
    -webkit-border-radius: 9px; /* Safari */
    text-align:center;
    font-size:18px;
    color:#fff;
    display:none;
}

/** MENSAGEM NAVEGADOR IE6
*********************************/
#box-ie{
    display:none;
    width:600px;
    height:450px;
    background:#000;
    position:absolute;
    z-index:60;
    left:50%;
    top:50%;
    margin-left:-300px;
    margin-top:-200px;
    font-size:12px;
}
#box-ie-text{
    padding:30px;
    color:#fff;
    text-align:justify;
}
#box-ie-text h1{
    text-align:center;
    font-size:35px;
    color:yellow;
}
#box-ie-text h1 span{
    font-size:28px;
    color:#fff;
}
#box-ie-icones{
    padding-top:20px;
    height:120px;
}
#box-ie-icones a{
    display:block;
    width:100px;
    padding-top:65px;
    float:left;
    margin-left:20px;
    margin-right:20px;
    text-align:center;
    color:#fff;
    text-decoration:none;
    text-align:center;
}
#box-ie-icones a:hover{
    text-decoration:underline;
}
#firefox{background:url(../img/firefox.png) top center no-repeat;}
#chrome{background:url(../img/chrome.png) top center no-repeat;}
#safari{background:url(../img/safari.png) top center no-repeat;}
#ie8{background:url(../img/ie8.png) top center no-repeat;}
#box-ie-close{
    clear:both;
    color:#fff;
    float:right;
    margin:20px;
    cursor:pointer;
}
#header{
    height: 30px;
    background-color: #4B4B4D;
}
#headerInterno{
    width: 960px;
    text-align: center;
    color: #eee;
    margin: 0 auto;
    padding-top: 7px;
}

#headerInterno a{
    color: chartreuse;
}
#headerInterno a:hover{
    text-decoration: underline;
}

#notaFiscalIMG{
    width: 960px;
    height: 500px;
    margin: 0 auto;
    background:url(../img/StudioAnfe.jpg) top center no-repeat;
}
#rodape{
    height: 30px;
}
#rodapeInterno{
    width: 960px;
    text-align: right;
    color: #eee;
    margin: 0 auto;
}
#rodapeInterno a{
    display: block;
    width: 72px;
    height: 31px;
    float: right;
    background:url(../img/logo_studioa.png) top no-repeat;
}
#rodapeInterno a:hover{
    background:url(../img/logo_studioa.png) bottom no-repeat;
}