/* Start of CMSMS style sheet 'FLYIN' */
#jquery-notifications {
    position:fixed;
    width:100%;
    left:0;
    top:0;
    z-index:11;
    filter:alpha(opacity=100, finishopacity=100, style=2);
    -moz-opacity:1.0;
    opacity:1.0;
    font-size:12px;
    line-height:14px;
margin-left: auto;
margin-right: auto;
margin-top: -2px;
}


* html #jquery-notifications {
    position:absolute;
    
}


#jquery-notifications div.warning {
    height:300px;
    text-align:center;
    margin:0;
    padding:10px;
    padding-left:10px;
    border-top:2px solid #333;
    color:#fff;
    
}


#jquery-notifications div a.notificationclose {
    position:absolute;
margin-top: 5px;
    color:#fff;
    font-size:12px;
    line-height:14px;
    font-weight:bold;
    text-decoration:none;
    border:1px solid #fff;
    padding:0 3px;
margin-left: -30px;
    z-index:100;
}
/* End of 'FLYIN' */

