.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

form #shoutform{
	color: 333;
	width: 180px;
}

form #shoutform input.text{
	width:170px;
	font-size:100%;
	height:15px;
}
form #shoutform input.text.user{
	width: 100px;
}

form.shoutbox input.text {
	width:175px;
	font-size:100%;
	height:15px
}

#container{
	width: 178px;
	/*border:1px solid #a5acb2;
	background:#fff;*/
	margin-bottom:10px;
	border-bottom:1px solid #a5acb2;
	padding-bottom:10px;
}
#container ul{
	list-style: none;
	padding:0;
	margin:0;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;

}
#container ul.menu li{
	display: block;
	position: relative;
	color: #f00;
	cursor: pointer;
}

.content{
	margin: 0pt auto;
	text-align: left;
	/*padding:10px;*/
	overflow:hidden;
	height:250px;
}

ul.shouts {
	padding:0;
	font-size:90%;
}

ul.shouts li {
	margin:0 0 5px 0;
	padding:0;
}

ul.shouts li strong {
	clear:both;
}

.date{
	font-weight: normal;
	color: #aeaeae;
	clear:both;
	display:block;
	font-size:90%;
}

#loading{
	text-align: center;
}