fieldset {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	-moz-border-radius:1%;
}

fieldset legend {
	font-size: 10px;
}

#chat_dialog {
	height: 400px;
}

#chat_user {
	height: 400px;
}

#chat_message {
	
}

#ajax_chat_dialog {
	height: 380px;
	width: 406px;
	line-height: 18px;
	font-size: 11px;
	overflow: auto;

}

#ajax_chat_user {
	height: 380px;
	width: 90px;
	line-height: 18px;
	font-size: 11px;
	overflow: auto;
	
}

td #ajax_chat_message {
	font-size: 11px;
	padding: 10px;
}

input#message {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
	width: 416px;
}

input#btn_chat {
	height: 20px;
	margin-bottom: 10px;
}