.freichatcontaiment{

padding: 7px;
background-color: #efefef;
text-align: justify; 
font-size: 12px; 
width: 125px;
background-image:url('../img/bg2.jpg');
background-repeat:repeat-x;

	border-right:1px solid  #000000;
	border-left:1px solid  #000000;
	border-top:1px solid  #000000;
	border-bottom:1px solid  #000000;
}





.frei{

height:112px;

overflow:auto;
}


.frei_box{

	border-right:1px solid  #000000;
	border-left:1px solid  #000000;
	border-top:1px solid  #000000;
	border-bottom:1px solid  #000000;

}


.freicontent{


}
.onlineuserclass{



}


.onlineuserclass:hover {
	color: black;
	background-color:#ffffff;
	text-decoration: none;

}




#freichat {
position: fixed;
right:0;
bottom: 0px;
}

*html #freichat {
position: absolute;
bottom: 0px;
}

.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
}

.chatboxhead {
	background-color:#efefef; /*#f99d39;*/
	padding:6px;
	color: #000000;

	border-bottom:1px solid  #000000;	
	background-image:url('../img/bg2.jpg');
background-repeat:repeat-x;
}
/*
.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}*/

.chatboxcontent {


	
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:200px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 3px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	
	border-top:1px solid  #000000;
	border-bottom:1px solid #cccccc;
	

}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
border: 2px solid #f99d39;
}

.chatboxtextareaselected {
border: 2px solid #f99d39;
	margin:0;

}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
}

