.bws_fade {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    background-color: #000000;
    z-index: 999998;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.bws_container {
    position: absolute;
    top: 40px;
    z-index: 999999;
    width: 100%;
}
.bws_container .bws_message {
    min-width: 400px;
    max-width: 783px;
    width: 90%;
    margin: auto;
    padding: 20px;
    background-color: white;
    border: 2px solid #EF641D;
}

.bws_message .firefox{background:url('img/big-firefox.gif') no-repeat 10px top;}
.bws_message .chrome{background:url('img/big-chrome.gif') no-repeat 15px top;}
.bws_message .opera{background:url('img/big-opera.gif') no-repeat left top;}

.bws_message li.firefox,
.bws_message li.chrome,
.bws_message li.opera {
    padding-left:130px;
    margin-top:20px;
    min-height: 94px;
    list-style:none;
}