.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 345px;
	display:none;
	z-index: 40;
}

.chatboxhead {
	position:relative;
	background-color: #f99d39;
	color: #ffffff;
	border-right:1px solid #f99d39;
	border-left:1px solid #f99d39;
	 -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;

}

.chatboxhead.maximized {
	padding:20px;
}

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

.chatboxcontent {
	font-family: arial,sans-serif;
	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;
        float:left;
}

.chatboxusers {
    font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:200px;
	width:auto;
	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;
        float:left;
}

.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:70px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
        font-family: arial,sans-serif;
        font-size: 13px;
}

textarea.chatboxtextarea{
	resize: none;
	}

.chatboxtextareaselected {
	border: 2px solid #f99d39;
	margin:0;
}

.chatboxmessage {

}

.chatboxmessagecontent {
		display: block;
		margin-left: 40px;
		font-weight: 800;


}

.chatTime{
	color: #6ba4d6;
}

.chatTime:before {
    display: inline-block;
    background-color: #6ba4d6;
    margin-right: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
      -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.chat-image {
	width: 30px;
	height: 30px;
}

div.chatboxmessage {
	 margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #B3A9A9;
    width: 100%;
}

.chatboxinfo {

	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:.5em;
	font-weight: 300;
	color: #777;
}

.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;
}

