.shouts_container {
	height: 200px;
	overflow: auto;
}

.shout_head{
	clear:both;
	padding-bottom:1px;
}

.shout_name{
	width:100px;
	CLEAR: none; FLOAT: left
}

.shout_time{
	float:right;
	color:grey;
}

.shout{
	clear:both;
	padding: 1px;
}

.white{
	background: white;
}

.shout_message{
	clear:both;
	font-size:11px;
}


.shout_options{
	margin-top: 5px;
	clear:both;
	height: 19px;
}

.shout_options a, .shout_options img{
	border: none;
}

.send_shout{
	text-align:center;
	margin-top: 5px;
	clear:both;
}