@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;
font-size:12px;
}

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

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

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

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