#chat {
	position:fixed;
	display:table;
	width:100%;
	bottom:0;
	z-index:100;
	background-color:#fff;
	height:25px;
}
.chat_bar {
	background:url('../images/chat_bgr.gif') 0 0 repeat-x;
	width:100%;
	height:25px;
}
#chat_options {
	padding:5px 3px 0px 3px;
	border-right:1px solid #b5b5b5;
	width:115px;
	height:20px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	float:left;
}
#chat_tasks {
	position:fixed;
	display:table;
	width:100%;
	bottom:24px;
	text-align:left;
}
#chat_menu {
	width:120px;
	border-width:1px 1px 0px 1px;
	border-color:#b5b5b5;
	border-style:solid;
	background-color:#e5e5e5;
	float:left;
	height:0px;
}
#chat_menu div {
	padding:3px 0px 0px 5px;
	height:17px;
	cursor:pointer;
}
#chat_menu div:hover {
	background-color:#b5b5b5;
}
#chat_windows{
	float:left;
}
#chats {
	float:left;	
}
.chat_task {
	float:left;
	width:238px;
	text-align:left;
	padding:5px 0px 0px 3px;
	border-right:1px solid #b5b5b5;
	height:20px;
}

.chat_window {
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color:#b5b5b5;
	background-color:#fff;
	float:left;
	margin:0px;
	padding:0px;
	height:225px;
	width:240px;
}
.chat_window div {
	height:22px;
	margin:0px;
	padding:0px;
}
.chat_window input {
	margin:0px;
	padding:0px;
}
.chat_window textarea {
	margin:0px;
	padding:0px;
	width:240px;
	height:200px;
	font-size:11px;
	border-width:0px 0px 1px 0px;
}
.hidden {
	height:0px;
	width:120px;
	visibility:hidden;
	border:none;
	display:block;
}
.chat_text {
	font-family:monospace;
	font-size:11px;
	width:190px;
	height:20px;
	border:0px;
	margin-bottom:2px;
}
.chat_btn {
	font-family:monospace;
	font-size:11px;
	width:50px;
	height:22px;
	border-width:0px 0px 0px 1px; 
}
