#shoutbox_container
{
    height:135px;
    width:220px;
    overflow:hidden;
    margin-bottom: 5px;
    position: relative;
}

#shoutbox_content
{
    position:relative;
	line-height: 20px;
}

#shoutbox_post
{
	width: 175px;
	height: 130px;
	color: white;
	border: 1px dotted #555555;
	padding: 15px;
	background-image: url('../graphics/80trans.png');
    position:absolute;
    visibility:hidden;
	
}

#shoutbox_content img
{
	vertical-align: middle;
}


#shoutbox_post form label
{
	float: left;
	clear: both:
}

div#shoutbox_post textarea#text
{
	height: 80px;
	clear: right:
	width: 110px;
}
