/* CSS Document */
#chat_panel {
	background-color: #CCC;
	padding: 30px;
	/*width: 800px;*/
	border: thin solid #666;
	margin-right: auto;
	margin-left: auto;
	color:#000;
	overflow:hidden;
	
}


#chat_messages{
	height:400px;
	overflow-y:scroll;
	border:1px solid #0CF;
	background-color: #DEF;
}

#chat_message{
}

.chat_list{
	margin: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	line-height: 120%;
}

#chat_online 
{
    /* 透過 */
    filter: alpha(opacity=0);
    -moz-opacity:0.0;
    opacity:0.0;
}
