<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.im {
	display: none;
	
}

.im .container {
	position: fixed;
	bottom: -30px;
	width: 80%;
	background: url( '../images/im/background.png' ) repeat-x;
	z-index: 1000;
	border: 1px solid #B5B5B5;
	border-bottom: 0px; border-top: 0px;
	color: #3333;
	width: 1030px;
	margin-left: -13px;
}

.im .container ul {
	margin: 0px;
}

.im .container ul li {
	float: right;
	padding: 7px;
	border-left: 1px solid #999;
	border-top: 1px solid transparent;
	font-weight: bold;
	font-size: 11px;
	list-style: none;
	width: 100px;
}

.im .container ul li span {
	cursor: default;
}


.im .container ul .active {
	background: url( '../images/im/backgroundActive.png' );
	border-top: 1px solid #242424;
}

/* Close button */
.im .container ul li .close {
	float: right;
	background: url( '../images/im/chat.png' );
	background-position: 1px -1010px;
	width: 10px; height: 10px;
}

/* Popup */
.im .container ul li .popup {
	position: absolute;
	display: none;
	width: 240px;
	height: 300px;
	background: #242424;
	margin-top: -309px;
	margin-left: -134px;
	border: 1px solid #444;
	border-bottom: 0px;
}

.im .container ul li .popup .title {
	padding: 0px 10px 0px 10px; 
	font-size: 11px; 
	line-height: 28px; 
	background: url('../images/titleBg.gif') repeat-x; 
	font-weight: bold; 
	color: #3333;
	border-bottom: 1px solid #444;
}

.im .container ul li .popup .title .handlers {
	float: right;
}

.im .container ul li .popup .title .handlers a {
	color: gray;
	margin-left: 10px;
	font-size: 13px;
	text-decoration: none;
}

.im .container ul li .popup .messages {
	
	width: 100%;
	height: 230px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #181818;
}

.im .container ul li .popup .messages ul {
	margin: 0px; padding: 0px;
}

.im .container ul li .popup .messages ul li {
	list-style: none;
	padding: 7px;
	float: left;
	border: 0px;
}

.im .container ul li .popup .messages ul li span {
	color: gray;
}

.im .container ul li .popup .input {
	width: 100%;
	height: 50px;
}

.im .container ul li .popup .input textarea {
	height: 36px;
	width: 236px;
	background: #353535;
	color: #fff;
	padding: 2px;
	border: 0px;
	border-top: 1px solid #444;
}</pre></body></html>