/* HEADING */
p.bbc_mod_head {
margin: 1.4em auto 0 50px;
width: 60% !important;
padding: 6px 12px;
font-size: inherit;
background: #00aa00;
color: #fff;
border: 1px solid #246594;
border-radius: 8px 8px 0px 0px;
}
.bbc_mod_head a {
color: #fff;
text-decoration: underline;
}
.bbc_mod_head_nohead {
display: none;
}
/* MESSAGE */
.bbc_mod_text {
border-style: solid;
border-color: #246594;
border-width: 0px 1px 1px 1px;
border-radius: 0 0 8px 8px;
width: 60%;
margin-left: 50px;
padding: 6px 12px;
}
