/* block style */

	#feedback .block_content  {
	padding:5px 0 5px 7px;
	color:#595A5E;

	}

	.feedbackpen {
	padding:10px 0 0 40px;
	height: 25px;
	color:#595A5E;
	text-align: left;
	background: url(../img/pen.png) no-repeat 0;
	}

	.feedbackeye {
	padding:6px 0 0 40px;
	height: 20px;
	color:#595A5E;
	text-align: left;
	background: url(../img/eye.png) no-repeat 0;
	}

/* signfedback style */

.fdbtextline {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-top: 1px solid #bfbfbf; 
	}

.fdbtext {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	}
	
	
.fdbview {
	color: #555;
	font-size: 1.2em;
	font-weight: normal;
	}
	
.fdbviewheader {
	background:#bfbfbf; 
	color: #555;
	font-size: 1.2em;
	font-weight: normal;
	}
	
.fdbviewreply {
	background:#CEF2CA; 
	font-size: 1.2em;
	font-style:italic;
	font-weight: normal;
	color:#339966; /* answer color, change this */
	}