/* jQuery Notifications plugin - http://programmingmind.com */
/* notification container */
#jquery-notifications {position:fixed;width:100%;left:0;top:0;z-index:11;filter:alpha(opacity=80, finishopacity=80, style=2);font-size:12px;line-height:14px;}
#jquery-notifications img {vertical-align:middle;margin-right:5px;}
* html #jquery-notifications {position:absolute;}
/* common style properties for all the notification messages */
#jquery-notifications div.notice,#jquery-notifications div.success,#jquery-notifications div.warning,#jquery-notifications div.error {margin:0;padding:5px;padding-left:10px;border-bottom:2px solid;}
#jquery-notifications div.notice {background:#6C9FFC;color:#061A72;border-color:#061A72;}
#jquery-notifications div.success {background:#96F96F;color:#045419;border-color:#045419;}
#jquery-notifications div.warning {background:#ff8;color:#333;border-color:#333;}
#jquery-notifications div.error {background:#F97C6F;color:#570F01;border-color:#570F01;}
/* style property for the close text */
#jquery-notifications div a {position:absolute;right:10px;color:#333;font-size:12px;line-height:14px;font-weight:bold;text-decoration:none;border:1px solid #333;padding:0 3px;}
