div#msg div, div#msg noscript div{
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    text-align: center;
    margin-bottom: 5px;
    padding: 5px;
    padding-left: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #cccccc;  
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: 5px 5px;
}

div#msg div.javascript{
    background-image: URL("../img/msg/java.png");
}

div#msg div.news{
    background-image: URL("../img/msg/news.png");
}

div#msg div.earlynews{
    background-image: URL("../img/msg/earlynews.png");
}

div#msg div.hint{
    background-image: URL("../img/msg/hint.png");
}

div#msg div.warn{
    background-image: URL("../img/msg/warn.png");
}