@CHARSET "UTF-8";

#admin_mode {
  position:absolute;
  top:0;
  left:0;
}

#admin_mode a{
  display           : block;
  float             : left;
  height            : 15px;
  width             : 90px;
  line-height       : 20px;
  margin-left       : 10px;
  border            : 1px solid #C3D8E4;
  padding           : 20px 10px;
  text-decoration   : none;
  color             : #006998;
  font-size         : 11px;
  font-weight       : bolder;
  text-align        : center;
  -moz-border-radius-bottomleft : 90px;
  -moz-border-radius-bottomright : 90px;
  background        : #006998 url(../images/header.png) repeat-x 0 0;
}

#admin_mode a:hover {
  outline           : none;
  border-color      : #FFFFFF;
  color             : #FFFFFF;
  background        : #003851 url(../images/body.png) repeat-x 0 0;
}
