@charset "utf-8";
.plugin_testimonials {
	z-index: 1;
	width: 92%;
}
.plugin_testimonials .entries {
	background: url("../files/testimonial_bkg_content.gif") top repeat-x;
	border-bottom: white solid 1px;
	padding: 25px 21px 30px;
	margin-bottom: 25px;
}
.plugin_testimonials .entries div {
	margin-bottom: 30px;
}
.plugin_testimonials .entries img {
	border: white solid 2px;
}
.plugin_testimonials .heading {
	position: relative;
	height: 80px;
	width: 100%;
}
.plugin_testimonials .heading h1 {
	float: left;
	width: 50%;
}
.plugin_testimonials .heading .button {
	float: left;
	margin-top: 5px;
	text-align: right;
	width: 50%;
}
.plugin_testimonials .heading #testimonials_form {
	color: gray;
	font-weight: bold;
	display: none;
	left: 165px;
	position: absolute;
	top: 50px;
}
.plugin_testimonials .heading #testimonials_form .content {
	background: rgb(235, 235, 226);
	border: black solid 5px;
	border-top: 0;
	padding: 10px 0 20px 28px;
	width: 442px;
}
.plugin_testimonials .pages {
	float: none;
	margin-bottom: 50px;
	text-align: right;
}
.plugin_testimonials .pages a {
	background: rgb(73, 95, 112);
	font-weight: bold;
	padding: 1px 3px 3px;
	text-decoration: none;
}
.plugin_testimonials .pages a.active {
	background: white;
	color: rgb(73, 95, 112);
}
.plugin_testimonials .tabs a {
	background: top;
	display: block;
	float: left;
	height: 25px;
	margin-left: 10px;
	width: 130px;
}
.plugin_testimonials .tabs a.active {
	background: bottom;
}

.plugin_testimonials .intro {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
