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


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

.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:200px;
	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: 206px;
	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: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:#ba0100; /* default background for browsers without gradient support */
	/* css3 */
	background:-moz-linear-gradient(#ba0100, #950100);
	background:-o-linear-gradient(#ba0100, #950100);
	background:linear-gradient(#ba0100, #950100);
	-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:#e8e8e8; /* default background for browsers without gradient support */
	/* css3 */
	background:-moz-linear-gradient(#f2f2f2, #e8e8e8);
	background:-o-linear-gradient(#f2f2f2, #e8e8e8);
	background:linear-gradient(#f2f2f2, #e8e8e8);
	-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 {
    height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
}

.message_central .chatboxtextarea {
    width: 100%;
}
.message_central .chatboxinput {
    width: 100%;
    background: transparent;    
    border: 0;
    
}
.message_central .chatboxcontent {
    width: 100%;
    background: transparent;    
    border: 0;
    height: 400px; 
    
}

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

