#chat {
	padding-top: 5px;
	margin-bottom: 20px;
}

#chat_header {
	padding: 5px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-weight: bold;
	margin-bottom: 5px;
}

#chat_messages {
	height: 250px;
	overflow: hidden;
}

.chat_loading {
	background-image: url("../img/spinner.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

.chat_message {
	margin-bottom: 10px;
	display: none;
}

#chat_message {
	border: none;
	width: 165px;
}

#chat_submit {
	display: none;
}

#chat form {
	padding: 3px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

