@CHARSET "UTF-8";

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

  #messenger_count_wrapper {
	position:relative;
  }

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

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

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

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

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

  #wrapper {
  	position: relative;
  }

  #box_fadeInNotice { 
  	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;
  	-webkit-border-bottem-left-radius: 10px;
  	color:white; 
  	display: none;
    border-top:0;
  	position:fixed; 
  	top:30px;  
	right:0;
  	z-index:1000;	
  }

  #box_fadeInNotice a#closeNotice, #box_fadeInNotice a#show_all_messagesNotice { 
	background:#ccc;
	padding:3px 5px;	
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
  }

  #top_fadeInNotice {
  	padding:5px; 
  	h3eight:500px;
  	overflow: auto;
  }

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

  #wrapperNotice {
  	position: relative;
  }
  .update {
	position:relative;
  	padding:5px;
  	background-color: rgba(204,204,204,0.7);
  	border: 1px solid rgba(180,180,180,0.7);
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	margin-bottom:10px;
  }
  .message_remove {
  	position:absolute;
  	top:5px;
  	right:5px;  
  }