.chat_time {
	font-style: italic;
	font-size: 9px;
}

#div_chat{
	height: 300px; 
	width: 500px; 
	overflow: auto; 
	background-color: #8FBA3C; 
	border: 1px solid #555555;
}

#chat-container{
/*
	position:absolute;
	top:42px;
	right:-2px;
*/
padding: 20px;
height:353px;
}