@CHARSET "UTF-8";

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

#admin_mode a{
  display           : block;
	float							: left;
  height            : 20px;
  line-height       : 20px;
  margin-left       : 10px;
  border            : 1px solid #CCCCCC;
  border-width      : 0 1px 3px;
  padding           : 0 10px;
  text-decoration   : none;
  color             : #333333;
	background-color	: #F0F0F0;
  font-size         : 11px;
  font-weight       : bolder;
  -moz-border-radius-bottomleft : 10px;
  -moz-border-radius-bottomright : 10px;
  border-bottom-right-radius : 10px;
  border-bottom-left-radius : 10px;
}

#admin_mode a:hover {
  outline           : none;
  border-color      : #1DA12F #CCCCCC;
  color             : #1DA12F;
}
