/* ALGEMEEN */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

.container {
	margin-left:auto;
	margin-right:auto;
	width:217px;
}

.cb_online,
.cb_offline {
	display: none;
}

#chat {
	height:66px;
	width: 217px;
	margin-bottom: 25px;
}

#chat a {
	text-decoration: none;
}

#chat span {
	height:43px;
	width:152px;
	display:block;
	overflow:hidden;
	padding: 13px 5px 10px 60px;
	font-size: 10px;
	color: #fff;
	text-decoration:none;
}

.cb_online #chat span {
	background:transparent url(/image/chat_online.png) no-repeat;
	cursor:pointer;
}

.cb_offline #chat span {
	background:transparent url(/image/chat_offline.png) no-repeat;
}

#chat strong {
	font-size: 15px;
	display: block;
}

.cb_net_chat_container
{
	display: none !important;
}

