/** block style **/


#feedback_block .block_content {
	padding: 5px 0 0 0;
}
#feedback_block .block_content a:hover { color: #4B7514 }

#feedback_block h5 { font-size: 0.9em; text-align: left; margin: 1.5em 0 }

.feedbackpen {
	padding: 10px 0 0 45px;
	height: 25px;
	color: #282828;
	text-align: left;
	background: url(../img/pen.png) no-repeat 7px;
	margin-left:20px
}

.feedbackeye {
	padding: 6px 0 0 45px;
	height: 20px;
	color: #595A5E;
	text-align: left;
	background: url(../img/eye.png) no-repeat 7px;
	margin-left:20px
}
.feedbackeye a, .feedbackeye a:hover, .feedbackpen a, .feedbackpen a:hover, .fdbintheblock .readmore a {color:#4B4B4B!important}
.feedbackeye a:hover, .feedbackpen a:hover, .fdbintheblock .readmore a:hover {text-decoration:underline}

.fdbintheblock {
	text-align: justify;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #282828
}

.fdbintheblock .feedname { font-weight: bold; margin-top: 0.5em; text-align: right; font-size: 10px; color:#4b7514 }

.fdbintheblock .feeddate { font-weight: bold; margin-bottom: 0.2em;text-align: right; font-size: 10px }

.fdbintheblock .readmore { font-weight: bold; margin-top: 0.5em; text-align: right; font-size: 10px; color: #4B4B4E }


/** signfedback style **/


#feedbackform h3 { margin: 0.5em}

#feedbackform .fdbtext {
	color: #282828; /** Ciroco05: change here if needed  */
	font-size: 13px;
	padding: 0.5em 0 0.5em;
	margin: 1em
}

#feedbackform .fdbtextline {
	color: #282828; /** Ciroco05: change here if needed  */
	font-size: 13px;
	border-top: 1px solid #D0D1D5;
	padding: 0.5em;
	margin: 1em 0.5em
}

#feedbackform .fdbtextline span { width: auto; font-weight: bold; float: none }

#feedbackform .feedinstructions {
	padding: 0 0 2em;
	margin: 1.5em
}

#feedbackform .feedinstructions span { font-weight: bold; width: auto; margin-right: 1em }

#feedbackform .feedfinalinstructions {
	margin: 1em 0.5em;
	font-size: 1.2em
}
#feedbackform label { width: 20%; font-size: 1.1em; font-weight: bold }

#feedbackform .feedemail { padding-top: 4px }

#feedbackform input { padding: 0.3em 0.8em }

#feedbackform #feedpryvacy { text-align: center; margin-bottom: 25px }

#feedbackform .radio span { width: 40% }


/** viewfedback style **/


#center_column .viewfb {
	background: #FFFFE1;
	margin-bottom: 1em;
	padding-bottom: 1em;
}	

#center_column h3.viewfb {
	color: #333333;
	font-size: 13px;
	font-weight: strong;
	border-bottom: 1px solid #d0d1d5;
/*	padding: 1em;
	margin: 0 0 1.5em */
	padding: 0.5em;
	margin: 0 0 0.5em 0
}

 #center_column h3.viewfb a { font-weight: bold; color:#4B7514 } 

#center_column .viewfb .fdbview {
	color: #282828;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
}

#center_column .viewfb .fdbviewheader {
	background: #C8C8C8; 
	color: #282828;
	font-size: 13px;
	font-weight: normal;
	padding: 0.3em 0.6em;
	margin:0;
}
#feedback_list > li {list-style:none}

#center_column .viewfb .fdbviewreply {
	background: #FFFFE1; 
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #4B7514; /* answer color, change this */
	padding: 0 10px;
}

#center_column .viewfb .fdbviewheader span { font-weight: bold }

#center_column .viewfb .fdbviewreply span { font-weight: bold; font-size: 1em; display: block }

#center_column  .viewfbfooter {
	color: #282828;
	font-size: 13px;
	padding: 1em;
	clear:both
}

.vertical_scroller {position:relative;height:80px;display:block;overflow:hidden}
.scrollingtext {position:absolute}