#act_indicator {
	visibility:hidden;
}

.shouts {
	width: 85%;
	height:300px;
	overflow:auto;
	float:left;
}

#chat {
	width: 100%;
	text-align:left;
}

.chat_postbody {
	padding: 5px;
	line-height: 1.4em;
	color: #333333;
	width: 74%;
	float: right;
	clear: both;
}

.chat_postbody .content {
	font-size: 1.2em;
}

.chat_postprofile {
	/* Also see tweaks.css */
	margin: 2px 0 10px 0;
	min-height: 5px;
	color: #A7A7A7;
	border-right: 1px solid #FFFFFF;
	width: 24%;
	float: left;
	display: inline;
}

.chat_postprofile dd, .chat_postprofile dt {
	line-height: 1.2em;
	margin-left: 8px;
}

.chatform {
	width: 90%;
	text-align:center;
}

.onlinelist {
	width: 15%;
	overflow:auto;
	height:300px;
}

.users {
	width: 90%;
	text-align: left;
	text-indent: 5px;
	margin-left:auto;
	margin-right:auto;
}

.user {
	width: 95%;
	font-size: 1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#act_indicator {
	visibility: hidden;
}

.chatinput {
	width: 80% !important;
}

.online_img {
	vertical-align:middle;
}