facepalm, eso está en el link que pusiste antes xD
ah, vi tu global.css y claramente no lo pusiste, así que agregalo.
.anunciobar1 {
    background: url(images/anunciobar_img.png) no-repeat -6% 58% #FFF6BF;
    border: 2px solid #FFD324;
    padding: 5px 80px;
    margin-bottom: 15px;
    font-size: 14px;
    -webkit-border-radius: 5px;      
    -moz-border-radius: 5px;      
    border-radius: 5px;     
    color:#4A4A4A;
    -moz-box-shadow: -2px 2px 2px #B8B8B8;
    -webkit-box-shadow: -2px 2px 2px #B8B8B8;
    box-shadow: -2px 2px 2px #B8B8B8;
}
.anunciobar1 a:link{
color: #105209;
font-weight: bold;
text-decoration:none;
}
.anunciobar1 a:visited{
color: #105209;
font-weight: bold;
text-decoration:none;
}
.anunciobar1  a:hover, .anunciobar  a:active{
color: #C40C0C;
font-weight: bold;
text-decoration:none;
}
.anunciobar1 label {
    color: white;
    cursor: default;
    font-weight: bold;
    text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;
}
.anunciobar2 {
    background: url(images/anunciobar_img.png) no-repeat -6% 58% #ADCBE7;
    border: 2px solid #0F5C8E;
    padding: 5px 80px;
    margin-bottom: 15px;
    font-size: 14px;
    -webkit-border-radius: 5px;      
    -moz-border-radius: 5px;      
    border-radius: 5px;     
    color:#4A4A4A;
    -moz-box-shadow: -2px 2px 2px #B8B8B8;
    -webkit-box-shadow: -2px 2px 2px #B8B8B8;
    box-shadow: -2px 2px 2px #B8B8B8;
}
.anunciobar2 label {
    color: white;
    cursor: default;
    font-weight: bold;
    text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;
eso lo pones en tu global.css al final supongo