.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
}

.chatboxhead {
        padding:7px;
	color: #ffffff;
	border-right:1px solid #f99d39;
	border-left:1px solid #f99d39;
background:url(../../bg.png) repeat 0% 0%;
}

.chatboxblink {
	background:url(../../bg3.png) repeat 0% 0%;
        border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: white;
	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:url(../../bg.png) repeat 0% 0%;
        line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
 background:url(../../bg.png) repeat 0% 0%;	
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	margin: 1px;
	overflow:hidden;
background-color: transparent;
border: none;
color:white;
}

.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;
}
.user{
width:100%;
background:transparent; 
color:black;
}
.user:hover {
background:black;
color:white;
}
/*-------------------*/
/*
#chat_container
{
width:10%;
height:100px;
position:relative;
 top:0px;
 left:0px;
border:2px solid orange;
}
*/

