#spitzohr_shoutbox p
{
	margin-top:4px;
	margin-bottom:4px;
}

#shoutbox_comments p
{
	margin-bottom:5px;
}

#shoutbox_post input  {
	border: 1px solid #cccccc;
	width: 140px;
}

#shoutbox_post textarea {
	border: 1px solid #cccccc;
	width: 140px;
}

#shoutbox_comments {		
	
	overflow: auto; 
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

.shoutbox-nav {
	margin:5px 0px 0px 0px;
}

.shoutbox-nav a {
	margin:0px 0px 0px 10px;
}

.shoutbox-nav img {
	cursor:pointer;
}

.shoutbox-author {
	font-weight:bold;
}

.shoutbox-comment {
	font-weight:normal;
}

.shoutbox-error {
	color: #ffb0b0;

}
.shoutbox-success {
	color: #c0dFa0;
}

#shoutbox_post_toggle  {
	cursor:pointer;
}

#shoutbox_comments .shoutbox-even {
	border-left: 3px solid #333333;
	padding-left: 5px;
}
#shoutbox_comments .shoutbox-odd {
	border-left: 3px solid #666666;
	padding-left: 5px;
}

#shoutbox_comments .shoutbox-admin
{
	border-left: 3px solid #ff0000;
	padding-left: 5px;
}

#shoutbox_comments .shoutbox-registered
{
	border-left: 3px solid #00ff00;
	padding-left: 5px;
}


#shoutbox_comments .shoutbox-new {
	background-color: #ffff00;
	color: #000000;
}