.chatbox {
	position: fixed;	
	width: 225px;
	display:none;	
	bottom: 0px;
	z-index:9999;
}

.chatboxhead 
{  	
    font-size:13px;
    font-family:Verdana;
	background-color: #a1a1a1; /*#526ea6;/*#f99d39;*/
	padding:6px;
	color: #ffffff;
	border-right:1px solid #a1a1a1;/*#f99d39;*/
	border-left:1px solid #a1a1a1;/*#f99d39;*/
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.chatboxcontent 
{
    
	font-family:Verdana;
	font-size: 11px;
	color: #258085;
	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: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-family:Verdana;
	font-size: 11px;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
	font-family:Verdana;
	font-size: 11px;
}

.chatboxtextareaselected {
	border: 2px solid #258085;/*#526ea6;/*#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;
}
