 body{
  margin:0 0 0 0px;
  padding:0 0 30px 0;
 }
 span.minichat_icons{
  float:right;
  padding-right: 5px;
 }
 .minichat_icon{
 color: #FFF;
 }
 .minichat_icon:hover{
  color:#DDDDDD;
  text-decoration:none;
 }
 div#minichat_menu{ 
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:18px;
 }
 @media screen{
  body>div#minichat_menu{
   position: fixed;
  }
  body>div#minichat{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#body{
  height:100%;
  overflow:auto;
 }
 span.chatm{
 	 font-size: 10px;
	 float:right;
	 background: #E4EFF9;
	 cccolor: white;
	 width:150px;
	 height: 30px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 margin-left:1px;
	 border-left: 1px solid #6FA2DA;
 	 border-top: 1px solid #6FA2DA;	 
	 padding: 2px 3px 1px 5px;
 }
 span.chatm_open{
 	 font-size: 10px;
	 float:right;
	 background: #E4EFF9;
	 width:150px;
	 margin-left:1px;
 	 height: 30px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 border-left: 1px solid #6FA2DA;
 	 border-top: 1px solid #6FA2DA;
	 padding: 2px 3px 1px 5px;
	 font-weight:bold;
 }
 a.mchat_tab_online{
 	color: #006A1B;
 }
 a.mchat_tab_offline{
 	color: red;
 }
 a.mchat_tab_new{
 	color: pink;
 }
 a.mchat_tab_undef{
 	color: #555555;
 }
 div#minichat{
 	display:none;
 	position:absolute;
 	background: #70A5DE;
 	height: auto;
 	width:200px;
 	z-index:100;
 	font-size:10px;
 }
 div#minichat_top{
 	background-color: #004277;
 	color:white;
 	height: 18px;
 	margin:1px;
 	padding-left:5px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
 }
 div#minichat_middle{
 	background: #E4F0FC;
 	height: 203px;
 	margin:1px;
 	overflow:auto;
 }
 div#minichat_bottom{
 	background: white;
 	height: 35px;
 	margin:1px;
	background-image:url(http://img2.amateri.cz/obr/_obr_siroka/mch_poz.gif);
	background-repeat:repeat-x;
	padding: 2px;
 }
 div.minichat_msg{
	padding: 2px 3px 2px 3px;
	background: #E4F0FC;
	font-family:verdana;
	border-top: 1px white solid;
 }
 div.minichat_msg_next{
	padding: 1px 3px 1px 3px;
	background: #E4F0FC;
	font-family:verdana;
 }
 span.minichat_time{
	float: right;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
 }
 span.minichat_nick{
 	font-weight: bold;
	color: #2B65AE;
 }
 span.minichat_offline{
	color: red;
 }
 span.minichat_online{
	color: green;
 }
 span.minichat_nick_me{
 	font-weight: bold;
	color: #777777;
 }
 textarea#minichat_input{
 	width:175px;
	height:28px;
 	font-size:10px;
 	border:0px;
	overflow: auto;
	overflow-y: scroll !important;
	font-family: verdana;
 }

