#act_indicator {
	visibility:hidden;
}

.shouts {
	width: 812px;
	height:400px;
	overflow:auto;
	float:left;
	border: 1px solid #333;
}

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

#chat .post {
	padding:0 !important;
}

#chat .postbody {
	width: 790px;
	margin-bottom: 3px;
}

#chat .content {
	font-family: tahoma, arial, sans-serif;
	min-height:0;
	float:wight;
	width: 700px;
	line-height:1.2em;
}

#chat .content a {
	font-weight:bold;
}

#chat .content img {
	vertical-align: middle;
}

#chat .postbody .content {
	font-size:11px;
}

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

.timestamp {
	float:left;
	width:34px;
	height:20px;
}

.timestamp span {
	font-size:9px;
	color: #da90b5;
	border: 1px solid #f4d4e4;
	border-left: 0;
	background-color: #FBEEF4;
	padding:1px 3px;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

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

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

.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: 724px !important;
	font-size: 14px;
	border-color: #000;
}

.chatinput:hover {
	border-color: #cc1470;
}

.online_img {
	vertical-align:middle;
}

#postoptions {
	padding:1px 0 0 8px;
	float:left;
	width:141px;
	height:21px;
}

#btn-smilies {
	position:relative;
	float:left;
	width:61px;
	height:21px;
	background: url('/styles/prosilver/theme/images/chat-buttons.png') no-repeat 0 0;
}

#btn-smilies:hover {
	background-position: -61px 0;
}

#btn-smilies:active {
	background-position: -122px 0;
}

#smilies-layer {
	display:none;
}

#smilies-layer.open {
	display:block;
	z-index:100;
	position:absolute;
	background-color:#EEEEEE;
	border:1px solid #000000;
	margin:20px 0 0 0;
	padding:4px;
	width:305px;
}

#flash-snd {
	margin-left:5px;
	float:left;
	width:29px;
	height:21px;
} 
