﻿button,
input[type=button],
input[type=submit],
input[type=reset]
{
    overflow: visible;
    position: static;
    margin-left: 3%;
    width: 94%;
    height: 36px;
    background-image: url("../../img/botao_amarelo.png");
    background-repeat: repeat-x;
    background-position: center center;
    border: 1px solid #6f7a7e;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 1px 3px 3px #999;
    font-weight: bold;
    font-size: 18px;
}

#content
{
    padding-bottom: 20px;
}

#footer
{
    position: static;
    width: 94%;
    height: 50px;
    margin-top: 20px;
    text-align: center;
}

/* Painel de Avisos */
.painel_avisos
{
    margin: 3% 3% 1%;
    -webkit-border-radius: 8px;
    background-color: #fffeb7;
    font-size: 13px;
    border: 1px solid #ac9e54;
    color: #e00;
}

.painel_avisos h1
{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;    
    margin: 0;
    padding: 0.4em 0;
    background-color: #eae199;
    border-bottom: 1px solid #cec67e;
    color: #9a7131;
    font-size: 14px;
    text-align: center;
}

.painel_avisos img
{
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.painel_avisos ul
{
    margin-left: 1em;
    padding-left: 0;
}

.painel_avisos ul li
{
    list-style-position: inside;
}
/* FIM: Painel de Avisos */
