.chatbox {
	position: fixed;	
	bottom: 0px;
	right: 0px;
	width: 225px;
	display:none;
	margin-right: 5px;
	overflow: hidden;
	border:1px solid #cccccc;
}

* html .chatbox {
	position:absolute;
}
  
.chatboxhead {
	background-color: #EBEBEB;
	padding:7px;
	color: orange;
}

.chatboxblink {
	background-color: orange;
	color: black;
}

.chatboxcontent {
	font-family: Verdana;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	height:200px;
	padding: 2px;
	width:225px;
	overflow-y:auto;
	line-height: 1.3em;
}

.chatboxcontent .chatboxwarning {
	width: 98%;
	border: #AEAEAE solid 1px;
	background-color: #EBEBEB;
	color: red;
	font-weight: bold;
	text-align: left;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 1px solid orange;
	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: orange;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxoptions a:hover {
	text-decoration: none;
	color: black;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
}
