.alertwrapper /* used as the main container */
{
    width: 100% !important;
    
}

.alerttable
{
    /* background: #fff6bf url(../images/hazard-icon.png) center no-repeat; */
    background: #fff6bf;
    background-position: 15px 50%; /* x-pos y-pos */
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    padding: 2px 20px 2px 45px;
    filter: alpha(opacity=80); /* Internet Explorer       */
    -moz-opacity: 0.8; /* Mozilla 1.6 and below   */
    opacity: 0.8; /* newer Mozilla and CSS-3 */
    -khtml-opacity: 0.8; /* webkit */
}

