/* @version $Id: Clear.css 447 2008-01-12 12:49:04Z cybergurk $ */
.box .content .title {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	border: 0px;
	background: url(../../images/user_comment.gif);
	background-color: #666666;
	background-repeat:no-repeat;
	background-position: 3px 10px;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: 12px;
	/*border-top: 3px solid #CCCCCC;*/
}

.box .content .text {
	border-top: 1px dashed #666666;
	border-left: 1px dashed #666666;
	border-right: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	background-color: transparent;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
}

.easynr {
	font-size: 11px;
	float:right;
}

.show_comments_details {
	font-size: 11px;
	margin-left: 5px;
}

.ec_heading {
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

.ec_date_posted {
	font-size: 10px;
	float:right;
}

/* Add cybergurk */
.text_color {
	color: #cccccc;
	}

.error_color {
		color: #cc0000;
		font-size: 10px;
}

