/* CSS for WP-Testimonials */
#sfstest-form label {
float: left;
width: 200px;
font-weight: bold;
}

#sfstest-form input {
width: 250px;
margin-bottom: 5px;
border: 1px solid #ccc;
}

#sfstest-form br {
	clear: left;
}

#sfstest-sidebar {
	border:1px solid #e0e8f1;
	margin-top:10px;
	padding:10px;
}

#sfstest-sidebar .text {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	padding-bottom:10px;
}

#sfstest-sidebar .client {
	/*font-style: italic;
	text-align: right;
	margin-top: 5px;*/
	float:left;
	font-size:12px;
}

#sfstest-sidebar .readmore {
	text-align: center;
	margin-top: 5px;
}

#sfstest-sidebar .clearboth {
	clear: both;
}

#sfstest-page .text {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}

#sfstest-page .client {
	font-weight:bold;
}

#sfstest-page .grayline {
	background: #d4dbe2;
	border-top: 1px solid #fff;
	height: 1px;
	margin:10px auto;
	overflow: hidden;
	width: 97%;
}

#testimonials-more {
	float:right;
	font-size:12px;
}

# ul.paging { list-style: none; padding: 0; font-weight: bold; }  
# ul.paging li { float: left; margin: 0 6px 6px 0; }  
# ul.paging li a, ul.paging li.active { display: block; padding: 3px 6px; background-color: #f5f5f5; border: 1px solid #ccc; }  
# ul.paging li.active { background-color: #000; border-color: #000; color: #fff; } 