#chatwindow {
	border: 1px solid #ccc;
	width: 100%;
	margin-top: 5px;
	padding: 5px;
}
#act_indicator {visibility:hidden;}
.shouts {
	background-color:#fff;
	height: 200px;
	line-height: 1.5em;
	overflow: auto;
	padding: 5px;
}
.info {
	color: #000;
	padding: 3px 5px;
	margin-bottom: 3px;
}
.info span {color: #999;}
#chat {
	width: 100%;
	text-align:left;
}
.postprofile {min-height: 5px !important;}
.chatform {
	color: #000;
	text-align:center;
	width: 90%;
}
.onlinelist {
	width: 15%;
	overflow: auto;
	height: 200px;
}
.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;}
.onlinelist {background-color: #fff;}
.online_img {vertical-align:middle;}

.bg1, .bg2 {
	clear: both;
	background-color: #eff7ff;
	font: 11px Verdana,Tahoma,Arial,Sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 3px 3px 3px 0;
	padding: 5px 5px 10px 5px;
}
.bg1 {color: #333;}
.bg2 {color: #d00;}