#StatusBar {
	display: none;
	
}

html>body #StatusBar {
display: block;
position: fixed;
text-align: left;
bottom: 0px;
width: 100%;
border-bottom: #ddd;
color: #999999;
background-position:bottom;
clear: both;
padding:15px 1px 1px 0;
font-size:13px;
}

.PageErrors {  background-image:url(/_images/icons/error.png); background-repeat:no-repeat; background-position:5px 6px; margin:10px 5px; float:left; color:#CC0000; background-color:#FFDDDD; border:1px solid #C60000; padding:7px 8px 6px 25px; -moz-opacity:.90; filter:alpha(opacity=90); opacity:.90; }
.PageErrors span { position:absolute; right:10px; cursor:default; }
.PageMessages {  background-image:url(/_images/icons/tick.png); background-repeat:no-repeat; background-position:5px 6px; margin:10px 5px; float:left; color:#003300; background-color:#DCFEDA; border:1px solid #028805; padding:6px 8px 6px 25px; -moz-opacity:.90; filter:alpha(opacity=90); opacity:.90; }
.PageMessages span { position:absolute; right:10px; cursor:default; }
.PageStandard {  width:100%;color:#FFF; background-image:url(/_images/StatusBar_Gray.gif); background-color:#CCC; padding:6px 9px; }
.PageStandard span { position:absolute; right:10px; cursor:default; }
