#shoutbox-container {
	float: right;
	margin-left: 10px;
}

#shoutbox {
	position: relative;
	width: 250px;
	height: 400px;
	border: 1px solid #32A512;
	margin: 10px;
}

#shoutbox-add {
	position: absolute;
	bottom: 0px;
	height: 100px;
}

#shoutbox-posts {
	overflow: hidden;
	height: 280px;
}

.shoutbox-name {
	font-weight: bold;
	display: block;
}

.shoutbox-time {
	display: block;
	color: #DDD;
	font-size: 10px;
}

.shoutbox-post {
	display: block;
	padding: 3px;
	margin: 0px 0px 3px 0px;
}

.shoutbox-post.odd {
	background-color: #113311;
}

.shoutbox-post.even {
	
}
