.chatbox {
	position:absolute;
  margin:0 130px 30px 0;
	bottom:32px;
	right:0;
	width: 200px;
	display:none;
}

.chatboxhead {
	background-color: #444;
	padding:7px;
	color: #ffffff;
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-left:1px solid #666;
}

.chatboxhead img{border:solid 1px #fff;}

.chatboxblink {
	background-color: #ffcc00;
	border-right:1px solid #ffcc00;
	border-left:1px solid #ffcc00;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 11px;
	color: #333333;
	height:160px;
	width:184px;
	overflow-y:auto;
  overflow-x:auto;
	padding:7px;
	border-left:1px solid #888;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	background-color: #eee;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #888;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
}

.chatboxtextarea {
	width: 180px;
	height:28px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
	resize: none;
}

.chatboxtextareaselected {
	border: 1px solid #6699cc;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
float:left;clear:both;
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {							
  float:left;
	clear:both;
	font-size: 10px;
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
  word-wrap: break-word;
  width:160px;
	margin-left:-1em;
	padding:0 0px 4px 5px;
	border-bottom:solid 1px #aaa;
float:left;clear:both;
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
  font-size: 11px;
	float: left;
}