body {
    background: #000000;
}

p{   
    font-family: arial, verdana, sans-serif;
    text-align: center;
}

#divContainer{
    background: #FFFFFF;
    border: 10px outset #DEDEDE;
}

#divTitulo{
    color: #48555E;
    font-variant: small-caps;
    font-family: arial, verdana, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

#divTexto{
    background-color: #DEDEDE;
    padding: 10px 20px 10px 20px;
}

#divAnotacao{
    background-color: #FFFFFF;
}

#divSalva{
    background-color: #DEDEDE;
}

#divAnotacaoExplicita{
    background-color: #DEDEDE;
}

#divAnotacaoImplicita{
    background-color: #DEDEDE;
}

#divLogin{
    background-color: #DEDEDE;
}

#texto{
    background: white;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    height: 300px;
    width: 750px;
    border: 1px solid black;
    margin: auto;
}

#btEntrar{
    background: url('https://dh3vbjnk0bnfa.cloudfront.net/static/centralauth/images/btn-login.png') no-repeat 5px 5px #484B4F;
    width: 100px;
    //cursor: pointer;
    border-radius: 50px;
    padding: 10px 20px 10px 0;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    text-indent: 40px;
    //display: block;
    //margin: 0 auto;
 
    /* Animations: */
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    -webkit-transition-property: all;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: .4s;
    -moz-transition-property: all;
}

#btEntrar:hover {
    background-image: url('https://dh3vbjnk0bnfa.cloudfront.net/static/centralauth/images/btn-login-hover.png');
    background-position: 65px 5px;
    text-indent: 20px;  
}

/*.btRemover {

}*/

/*.btAdicionar {

}*/

#btSalvar {
    background: #484B4F;
    width: 100px;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    color: #FFFFFF;
    font-size: 14px;
}

#btExportar {
    background: #484B4F;
    width: 100px;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    color: #FFFFFF;
    font-size: 14px;
}

a{
    text-decoration: none;
}

#btGuia {
    background: #484B4F;
    width: 100px;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    color: #FFFFFF;
    font-size: 14px;
}

#divCabecalho{
    color: #48555E;
    font-variant: small-caps;
    font-family: arial, verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.featureS{
    background-color: #C6B712;
}

.subfeatureS{
    background-color: #1577B7;
}

.subsubfeatureS{
    background-color: #10B1E2;
}

.feature{
    width: 200px;
    height: 34px;
    border: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    //background: url(new_arrow.png) no-repeat right #ddd;
    // background-position: 82px 7px;
}
   
.subfeature{
    width: 200px;
    height: 34px;
    border: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    //background: url(new_arrow.png) no-repeat right #ddd;
    // background-position: 82px 7px;
}
   
.subsubfeature{
    width: 200px;
    height: 34px;
    border: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    //background: url(new_arrow.png) no-repeat right #ddd;
    // background-position: 82px 7px;
}
   
.polarity{
    width: 50px;
    height: 34px;
    border: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    //background: url(new_arrow.png) no-repeat right #ddd
    // background-position: 82px 7px;
}
 .exim{
    width: 150px;
    height: 34px;
    border: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    //background: url(new_arrow.png) no-repeat right #ddd;
    // background-position: 82px 7px;
} 

/*.term{

}*/
