@CHARSET "UTF-8";

  #box_fadeInActAdmin {
  	width:300px;
  	background-color: rgba(0,0,0,0.7); 
  	border: 2px solid rgba(0,0,0,0.7);
  	-moz-border-radius-bottomleft: 10px;
  	border-radius-bottomleft: 10px;
  	-moz-border-radius-bottomright: 10px;
  	border-radius-bottomright: 10px;
  	-webkit-border-bottem-left-radius: 10px;
  	-webkit-border-bottem-right-radius: 10px;
    border-top:0;
  	color:white; 
  	display: none;
  	position:fixed; 
  	top:30px;  
  	z-index:1000;	
  }

  a#openActivateAdmin {
	background:transparent url(../img/icons_aktiv/act_admin.png) no-repeat;
	margin-top:3px;
	height:24px;
	width:24px;
	display:block;
  }

  a#openActivateAdmin:hover {
	background:transparent url(../img/icons_roll_over/act_admin.png) no-repeat;
  }
  
  
  #box_fadeInActAdmin a#close, #box_fadeInActAdmin a#show_all_notes {
	background:#ccc;
	padding:3px 5px;	
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
  }

  #top_fadeInActAdmin {
  	padding:5px; 
  	max-height:500px;
  	overflow: hidden;
  }

  #top_fadeInActAdmin .update a {
      color:white;
  }

  #bottom_fadeActAdmin {
  	position: relative;
  	bottom: 0px;
  	padding:5px;
  }

  #actAdminWrapper {
  	position: relative;
  }

  #actAdminWrapper #pin {
	font-size: 27px;
	letter-spacing: 4px;
	text-shadow: #c0c0c0 1px 1px 5px;
  }
