.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
	z-index: 9999999999;
    box-shadow:  var(--box_shadow);
    -webkit-box-shadow:  var(--box_shadow);
}


.chatboxhead {
	background-color: #121212;
	padding:7px;
	color: #ffffff;
    cursor: pointer;
	border-right:1px solid #121212;
	border-left:1px solid #121212;
}

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

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:300px;
	width:225px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	
}

.chatboxtextarea {
	width: 212px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #ddd;
	margin: 1px;
	overflow:hidden;
    font-size: 12px;
    line-height: 16px;
    box-shadow: none !important;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.chatboxtextareaselected {
}

.chatboxmessage {
	margin-left:5px;
	font-size: 12px;
}

.chatboxinfo {
    margin-left: -5px;
    color: #666666;
    border-bottom: 1px solid #888;
    width: 100%;
    display: block;
    margin: 4px 0 8px -5px;

}

.chatboxmessagefrom {
	margin-left:-5px;
	font-weight: bold;
	display: none;
}

.chatboxmessagecontent {
    word-break: break-word;
}

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

.chatboxtitle a {
	color: white !important;
}

.chatboxtitle a:hover {
	text-decoration: underline !important;
}



.chatboxmessage.touser {
	position:relative;
	padding:5px 7px;
	margin: 0 0 10px 0;
	color:#fff;
	background:#cb1606;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.chatboxmessage.touser a {
    color:#fff;
    text-decoration: underline;
}

.chatboxmessage.fromuser {
	position:relative;
	padding:5px 7px;
	margin: 0 0 10px 0;
	color:#000;
	background:#f4f4f4; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}


.chatboxmessage.fromuser a {
    text-decoration: underline;
}


.chatboxmessage.info {
    text-align: center;
    font-size: 10px;
}

#message_central_list {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 150px;
    bottom: 30px;
    width: 300px;
}

.message_central {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 150px;
    bottom: 30px;
    /* width: 300px; */
    left: 550px;
    right: 60px;
    
}

.message_central .chatboxtextarea {
    width: 100%;
}
.message_central .chatboxinput {
    width: 100%;
    background: transparent;    
    border: 0;
    position: absolute;
    bottom: 0;
    
}
.message_central .chatboxcontent {
    width: 100%;
    background: transparent;
    border: 0;
    height: auto;
    position: absolute;
    bottom: 80px;
    top: 0;
    
}

.embed {
    padding: 0 10px 0 10px;
}

