/****************************************
 * Collision Testimonials
 * Admin CSS Rules
 *
 * Author: Backend Labs, Inc.
 * Author URI: http://www.backendlabs.com
 ****************************************/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, h1, form {
	border: 0;
	margin: 0;
	padding: 0;
}

td.featured a.feat, td.featured a.unfeat:hover {
	width:18px;
	height:18px;
	display:block;
	background:url('star.png') no-repeat top center;
}

td.featured a.unfeat, td.featured a.feat:hover {
	width:18px;
	height:18px;
	display:block;
	background:url('blankstar.png') no-repeat top center;
}

td.featured a.feat span, td.featured a.unfeat span {display:none;}

#stylized, #faqbox {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
	margin:20px 0;
	float:left;
	padding: 14px;
}

#stylized h2, #faqbox h2 {
	font-size: 16px;
	font-weight: bold;
	margin:0 0 8px;
	padding:0;
}
#stylized p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#stylized p.info {
	border-bottom: solid 1px #b7ddf2;
}
#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
}
#stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}
#stylized input, #stylized textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 400px;
	margin: 2px 0 20px 10px;
}
#stylized input#submit {
	clear: both;
	margin-left: 150px;
	width: 125px;
	height: 31px;
	background: #666;
	text-align: center;
	line-height: 31px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
#stylized .collisionsuccess {
	color:#090;
	font-weight:bold;
	padding:0;
	font-size:12px;
}
#stylized .collisionerror {
	color:#f00;
	font-weight:bold;
	padding:0;
}
#stylized .collisionerror input, #stylized .collisionerror textarea {
	border-color:#f00;
}