/********************************************************************************
	- MemHT Portal -
	
	Copyright (C) 2007-2008 by Miltenovik Manojlo
	http://www.memht.com
	
	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your opinion) any later version.
	
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
	GNU General Public License for more details.
	
	You should have received a copy of the GNU General Public License along
	with this program; if not, see <http://www.gnu.org/licenses/> (GPLv2)
	or write to the Free Software Foundation, Inc., 51 Franklin Street,
	Fifth Floor, Boston, MA02110-1301, USA.
		
********************************************************************************/

.chat_window {
	padding:2px;
	margin:0;
	height:300px;
	border:1px solid #CDCBC2;
	background-color:#FFFFFF;
	overflow:auto;
}

.chat_tl {
	width:8px;
	height:8px;
	background-image:url(images/chat_tl.gif);
	background-color:#DDDBD5;
}
.chat_tr {
	width:8px;
	height:8px;
	background-image:url(images/chat_tr.gif);
	background-color:#DDDBD5;
}
.chat_bl {
	width:8px;
	height:8px;
	background-image:url(images/chat_bl.gif);
	background-color:#DDDBD5;
}
.chat_br {
	width:8px;
	height:8px;
	background-image:url(images/chat_br.gif);
	background-color:#DDDBD5;
}
.chat_top { height:8px; background-color:#DDDBD5; }
.chat_bottom { height:8px;	background-color:#DDDBD5; }
.chat_left { width:8px; background-color:#DDDBD5; }
.chat_right { width:8px; background-color:#DDDBD5; }

.chat_content { background-color:#DDDBD5; }
.chat_content ul {
	padding:0;
	margin:0;
	list-style:none;
}
.chat_content li {
	float:left;
}
.chat_button {
	margin-top:0 !important; /*Gecko,Opera*/
	margin-top:1px; /*IE*/
}
.chat_input {	
	border:1px solid #CDCBC2;
	width:250px;
	font-size:14px;
	background-color:#EDECE9;
	color:#B0AD9F;
}
