
#live_assist_container{
	position:fixed;
	top: 339px;
	background-color:#FFF;
	margin-left: 648px;
	width:260px;
	max-height: 423px;
	height: 285px;
	border:1px solid #B2B2B2;
	overflow:hidden;
	z-index:999;
	font-size: 11px;
}

#live_assist_header{
	height: 15px;
	padding:5px;
	width:250px;
	background-color:#19171c;
	color: #FFF;
	cursor: move;
	
}

#live_assist_header_txt{
	float:left;
	width: 220px;
}

#live_assist_close{
	height:9px;
	width:9px;
	float:right;
	margin:1px;	
	padding:3px;
	background-image:url('../images/LAclose.png');
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

#live_assist_close:hover{
	background-image:url('../images/LAclose_hover.png');
	background-color:#0099CB;
}

#live_assist_messages{
	
	height: 230px;
	width: 260px;
	float:left;	
	overflow-x: hidden;
	overflow-y: auto;
}

#live_assist_txt{
	
	width: 260px;
	float:left;	
	border-top: 1px solid #C9D0DA;
		
}

#live_assist_txt_img{
	width:9px;
	height:9px;
	float:left;	
	background-image:url('../images/message.png');
	background-repeat:no-repeat;
	margin:5px;
	margin-top: 7px;
}
#live_assist_txt_input{
	float:left;		

	width:230px;
}
#message{
	padding:0;
	margin:0;
	border:0;
	
	width: 240px;
	float: left;
	display:block;
	height:18px;
	padding-top:3px;
}

.CHmessage{
	float:left;
	border-top: 1px solid #EEE;
	margin:5px;
	width: 250px;
	height:auto;
}

.CHmessageTime{
	font-size: 9px;
	position:absolute;
	margin-left: 220px;
	margin-top: -6px;
	color: #808080;
	background-color:#FFF;	
	display:none;
}

.CHmessage:hover .CHmessageTime{
	display:block;	
}

.CHmessageUser{
	width: 50px;
	height: 20px;
	float:left;
	padding-top:5px;
	font-weight:bold;
}

.CHmessageTxt{
	width: 200px;
	padding-top:5px;
	float:left;
}

#CHEmes{
	position:absolute;
	padding:3px;
	width: 254px;
	height: 16px;
	margin-top: -23px;
	background-color:#FFF;
	display:none;
}