div.section {
	margin: auto;
	width: 275px;
}


#chat_users {
	width: 100%
}

#chat {
	height: 200px;
	overflow: auto;
}

#chat_input {
	width: 100%;
	height: 40px;
	font-family: cursive;
	font-size: 12px;
	resize: none;
}