#act_indicator {
	visibility:hidden;
}

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

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

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

#chat .postprofile {
  margin-bottom:0px;
}



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

.onlinelist {
	width: 100%;
	overflow:auto;
//	height:1.8em;
//	border-left: 1px solid #B79067;
	padding-top:5px;
}

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

.user {
	font-size: 1.1em;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	display:inline;
	float:left;
	padding-right:8px;
}

#act_indicator {
	visibility: hidden;
}

.chatinput {
	width: 75% !important;
	
}

.online_img {
	vertical-align:middle;
}

.chatpost {
  padding: 5px;
  border-bottom: 1px solid #D9BA86;
  border-top: 1px solid #F7EED9;
}

#chat .postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin-left: 5px;

}

#chat .postprofile { 	width:150px; }

#chat .postbody {
	margin-right:170px;
}

