#act_indicator {
	visibility:hidden;
}

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

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

#chat .postbody {
	float:right;
	width:100%;
}

#chat ul.profile-icons {
	margin:0;
}

#chat .post, #chat .post {
	overflow:hidden;
	margin:0;
}

#chat .author {
	min-height: 5px !important;
	margin:0;
	color:#666666;
	display:inline;
}

.chatform {
	width: 90%;
	text-align:center;
	padding-top:5px;
}

.onlinelist {
	width: 15%;
	overflow:auto;
	height:200px;
	float:right;
}

.users {
	width: 90%;
	text-align: left;
	text-indent: 2px;
	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;
}

#act_indicator {
	vertical-align:middle;
	float:right;
}

