/* CSS for WP-Testimonials */
#sfstest-form label {
float: left;
width: 200px;
font-weight: bold;
}

#sfstest-form input[type=text] {
	margin: 0 0 9px;
	width: 50%;
	padding: 5px;
	max-width:50%;
	min-width:50%;
}

#sfstest-form textarea {
	margin: 0 0 9px;
	width: 50%;
	padding: 5px;
	resize: none;
	max-width:50%;
	min-width:50%;
}

#sfstest-form input[type="submit"] {
    /*color: #333333;*/
    padding: 3px;
    width: auto !important;
	margin-top:10px;
}

#sfstest-form br {
	clear: left;
}

.sfs_alignleft {
float:left;
border:3px solid #aeaaa8;
border-radius:5px;
}

#sfstest-page .alignright {float: left;margin: 10px 10px 0 0!important;  border: 1px solid #999999;
    border-radius: 10px 10px 10px 10px;}

.sfs_content
{
	display:block;
	padding:0px;
	margin:0px;
}

#sfstest-page
{
    font-size: 12px;
    height: auto;
    line-height: 20px;
    text-align: justify;
	width:auto;
}

.sfs_clientname{ font-size:20px; color:#4d4c4c; text-align:left; line-height:20px; font-weight:normal; padding:8px 15px 0; }
.sfs_company{ font-size:15px; color:#646464; text-align:left; line-height:20px; font-weight:normal; }
.sfs_location{ font-size:15px; color:#646464; text-align:left; line-height:20px; font-weight:normal; padding-bottom:10px; }
.sfs_content { font-size:15px; color:#646464; text-align:left; line-height:20px; font-weight:normal; }

.sfs-paginate {
width:600px;
font-size:12px;
line-height:40px;
color: #FFFFFF;
font-weight: normal;
height:44px;
margin-bottom: 10px;
margin-top: 10px;
text-align:center;
font-weight:bold;
}
.sfs-paginate a {color:#FFFFFF; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.sfs-paginate a:hover, .sfs-paginate a:active {background:#000000; color:#FFFFFF;}
.sfs-paginate .sfs-title {color:#555; margin-right:4px;}
.sfs-paginate .sfs-gap {color:#999; margin-right:4px;}
.sfs-paginate .sfs-current {color:#FFFFFF; background:#000000;padding:3px 6px;}
.sfs-paginate .sfs-page {}
.sfs-paginate .sfs-next {background: url(../rightarrow.gif) no-repeat center; margin-right:4px; padding:3px 6px; padding-left: 14px;}
.sfs-paginate .sfs-prev {background: url(../leftarrow.gif) no-repeat center; margin-right:4px; padding:3px 6px; padding-left: 14px;}
.sfs-paginate .sfs-next:hover {background: #333333 url(../rightarrow.gif) no-repeat center; margin-right:4px; padding:3px 6px; padding-left: 14px;}
.sfs-paginate .sfs-prev:hover {background: #333333 url(../leftarrow.gif) no-repeat center; margin-right:4px; padding:3px 6px; padding-left: 14px;}
