/****************************************
 * IQ Testimonials
 * Admin CSS Rules
 *
 * Author: Roger MacRae
 * Author URI: http://www.rogermacrae.com
 ****************************************/

td.featured a.feat, td.featured a.unfeat:hover {
	width:18px;
	height:18px;
	display:block;
	background:url('../images/star.png') no-repeat top center;
}

td.featured a.unfeat, td.featured a.feat:hover {
	width:18px;
	height:18px;
	display:block;
	background:url('../images/blankstar.png') no-repeat top center;
}

td.featured a.feat span, td.featured a.unfeat span {
	display:none;
}

code {
	background: none transparent;
}

.iq-testimonials-success {
	color:#090;
	font-weight:bold;
	padding:0;
	font-size:12px;
}

.iq-testimonials-error {
	color:#f00;
	font-weight:bold;
	padding:0;
}

.settings-section-box {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}

.settings-section-notification {
	width: 100%;
	clear: both;
	overflow: hidden;
}