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

.chatboxhead {
	background-color: #337ab7;
	padding:7px;
	color: #ffffff;
    border-color: #337ab7;
	
}

.chatboxblink {
	background-color: red;
	/*border-right:1px solid #176689;
	border-left:1px solid #176689;*/
}

.chatboxcontent {
	
	font-size: 13px;
	color: #333333;
	height:200px;
	width: 100%;
	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;
}

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

.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 {
    margin:0;
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	
}

.chatboxtitle {
	float: left;
}