
div.errors
{ 
  padding:5px;
  padding-left:70px;
  min-height:  70px;
  background: url('/images/error.png') 5px 5px no-repeat;
  background-color:#ff9999;
  border:1px dotted #5e729c;
  -moz-border-radius:10px;
  margin:20px;
}

div.notices
{ 
  padding:5px;
  padding-left:70px;
  min-height:  70px;
  background: url('/images/notice.png') 5px 5px no-repeat;
  background-color:#ffffcc;
  border:1px dotted #5e729c;
  -moz-border-radius:10px;
  margin:20px;
}


.adminFunctions { position:fixed; bottom:0px; right:5px; opacity:0.8; background-color:white; color:black; padding:10px; width:150px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px;}
.adminFunctions * { color:black; }
.adminFunctions a { color:black; }
