root {
    display: block;
}
* {
    margin: 0;
    padding: 0; /* padronizando nos navegadores */
}
img {
    border: 0;
}
fieldset {
    display: block;
    border: 2px ridge #FFF;
    padding: 10px; /* padronizando nos navegadores */
}
ul,ol {
    margin-left: 10px; /* padronizando nos navegadores */
}
input[type=hidden] {
    display: none !important;
    visibility: hidden !important; /* esconde mesmo inputs hidden no FF */
}
button {
    border: 1px outset #AAA;
}
form button {
    text-align: center;
    margin: 5px auto;
    display: block;
}
form ul {
    list-style: none;
    margin-left: 0;
}
fieldset label {
    display: block;
}
fieldset .radios label {
    display: inline;
}
p {
    margin-top: 5px;
}
#topo {
    position: absolute;
    background: #dddddd;
    width: 100%;
    height: 62px;
    z-index: 1;
}
#topoImagem {
    position: absolute;
    background-image: url("../img/logo.jpg");
    width: 32px;
    background-repeat: none;
    height: 73px;
    z-index: 3;
    left: 14px;
    top: -4px;
}
#topoRodape {
    position: absolute;
    background: #999999;
    width: 100%;
    height: 20px;
    z-index: 2;
    left: 0px;
    top: 51px;
}
.user{
    position: absolute;
    top: 60px;
    left: auto;
    right: 0px;
    text-align: right;
    font-family: Verdana;
    font-size: 10px;
    color: #ffffff;
    z-index: 3;
    padding-right: 10px;
}
#titulo {
    position: absolute;
    font-family: Verdana, Arial;
    font-weight: bolder;
    font-size: 16px;
    color: #7a1918;
    z-index: 4;
    left: 50px;
    top: 0px;
    font-weight: bold;
}
#tituloSombra {
    display: none;
    position: absolute;
    font-family: Arial, Verdana;
    font-size: 22px;
    font-weight: bolder;
    color: #990000;
    z-index: 3;
    left: 77px;
    top: 14px;
}
.caminho{
    position: absolute;
    top: 58px;
    left: 50px;
    right: auto;
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    z-index: 3;
}