#messages
{
	width : 100%;
	text-align : center;
}

.messageDisplay input
{
	width : 100%;
}

.messageDisplay input
{
	margin : 0.5em 0;
}

#usersList
{
	display : none;
	width : 100%;
	height : 100px;
	overflow : auto;
	margin : 1em;
}

#usersList p
{
	display : none;
}

#chatContent
{
	width : 100%;
}

.returnSender, .returnSubject
{
	display : none;
}