div.comment{
	margin-top:10px;
	padding:5px 0px 0px 5px;
}

.comment_padding{
	margin-left:20px;
}

.comment .userName a{
	font-weight:bold;
}

.comment .guestName{

}

.comment .info .date{
	padding-left:5px;
	color:#686868;
	font-size:90%;
}

.comment .actions span a{
	border-bottom-width:1px;
	border-bottom-style:dashed;
	text-decoration:none;
}

.comment .actions span a:hover{
	text-decoration:none;
}

textarea.commentBox{

}

.comment .actions{

}

.comment .commentText{
	padding-top:5px;
	padding-bottom:5px;
}
.comment .info{

}

.comment .rating{
	float:right;
	text-align:right;
}

.rating .null{
	font-weight:bold;
	color: black;
}

.rating .minus{
	font-weight:bold;
	color: red;
}

.rating .plus{
	font-weight:bold;
	color: green;
}

span.commentBox{
	display:block;
}

.comment textarea{
}