#act_indicator {
	visibility:hidden;
}

.shouts {
	width: 80%;
	height:500px;
	overflow:auto;
	float:left;
}

#chat {
	width: 99%;
	text-align:left;
}

.postprofile {
	min-height: 5px !important;
}

.chatform {
	width: 80%;
	text-align:center;
}

.onlinelist {
	width: 20%;
	overflow:auto;
	height:90%;
}

.users {
	width: 95%;
	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: visible;
}

.chatinput {
	width: 80% !important;
	height:20px;
}

.online_img {
	vertical-align:middle;
}