.comment 
{
	position: 				relative;

	
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background: url(http://www.bamstevinho.de/wp-content/themes/stevinho/gfx/opa35.png);
}

.odd
{
	background-color: url(http://www.bamstevinho.de/wp-content/themes/stevinho/gfx/fade.png) repeat-x top;
}

.comment div {
	position: 				relative;
}

.comment .comment img
{
	margin: 				0px;
}


.comment .reply {
	text-align: 			right;
	font-size: 				80%;
	padding: 				0px 6px 6px 0px;
}

.comment
{
	border: 	1px solid #ddd;
	margin-top: 			10px;
}

input#subscribe
{
	width: auto;
}

.comment .body .content
{
	padding:				0px 3px 0px 3px;
	width: 					100%;	
	overflow: 				auto; 
}

.comment .title abbr
{
	border: none;
}
.collapsed .body, .collapsed .comment
{
	display:				none;
}

#commentform textarea {
	width: 97%;
}