@CHARSET "UTF-8";

  #box_fadeInNote {
  	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;	
  }

  #note_count_wrapper {
	position:relative;
  }

  a#openNotes {
	background:transparent url(../img/icons_aktiv/note.png) no-repeat;
	height:24px;
	width:24px;
	display:block;
  }

  a#openNotes:hover {
	background:transparent url(../img/icons_roll_over/note.png) no-repeat;
  }
  
  span#note_count {
	position:absolute;
	left:24px;
	top:-24px;
  }

  #box_fadeInNote a#close, #box_fadeInNote a#show_all_notes {
	background:#ccc;
	padding:3px 5px;	
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
  }

  #top_fadeInNote {
  	padding:5px; 
  	max-height:500px;
  	overflow: auto;
  }

  #top_fadeInNote .update a {
      color:white;
  }

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

  #noteWrapper {
  	position: relative;
  }
  .note_remove {
  	position:absolute;
  	top:5px;
  	right:5px;  
  }