@charset "utf-8";
div#msg-topo {
position:absolute;
top:0;
display:none;
width:100%;
font-weight:700;
z-index:1000!important;
padding:12px;
text-align:center;
cursor:pointer;
}

div#msg-topo span{display:block;text-align:center;}

.erro {
border:1px solid red !important;
background-color:#FCC !important;
color:red !important;
}

div > div#msg-topo {
position:fixed;
}

.msg {
color:#40C840;
background-color:#E6FFE6;
border-bottom:1px solid #40C840;
}
