#act_indicator {
	visibility:hidden;
}

#chatcontent {
	border-top: 1px solid #a3a7ac;
	margin-top: 3px;
}

#chatcontent a {
	color: #c0fff4;
}

.shouts {
	width: 82%;
	height:300px;
	overflow:auto;
	float:left;
	background:#637281;
	margin-top: 3px;
	margin-left: 3px;
	border-top: 1px solid #384858;
	border-left: 1px solid #384858;
	border-right: 1px solid #384858;
	border-bottom: 1px solid #a3a7ac;
}

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

#chat .bg1 {
	background:#576776;
}

#chat .bg2 {
	background:#50606f;
}


#chat .content { 
	color:#E8ECEF; 
	font-size: 1.1em;
}

#chat .post {
	border-color: #506073;
	border-top-color: #63768b;

}

.postprofile {
	min-height: 5px !important;
}

.chatform {
	width:100%;
	text-align:left;
}

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

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

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

#act_indicator {
	visibility: hidden;
}

.chatinput {
	width: 80% !important;
	background-color: #364552;
}

.online_img {
	vertical-align:middle;
}

#inputline {
	text-align: left;
	margin: 5px 90px 0px 15px;
	padding-bottom: 5px;
}
