#syndicate {
float:right;
position: absolute;
top: 70px;
right: 0px;
text-align: right !important; 
width:300px;
}

.syndicateimg{
float:right;
text-align: right !important; 
}
#syndicatenumber{
	position: absolute;
	top: 0px;
	right: 26px;
}

#syndicateicon{
	position: absolute;
	top: 0px;
	right: 0px;
}

#syndicatetech{
	position: absolute;
	top: 0px;
	right: 0px;
}



input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:11px;
   font-weight:bold;
   background-color:#F18A34; 
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   }

input.formField {
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:11px;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   margin-right:2px;
}

.quote {
	margin: 10px 10px 10px 10px;
 padding: 10px 10px 10px 10px;
	background: #fff;
 border: 1px solid #ccc;
	background-image: url(http://experiencecurve.com/images/icn_quoteleft_lrg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.ad
{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #ccc;
	background-image: url(http://experiencecurve.com/images/ad_quoteleft_lrg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 20px;
}

.about
{
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #ccc;
	background-image: url(../images/about_quoteleft_lrg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 45px;
}


        .PSR_stars {
          height: 15px;
          overflow: hidden;
          padding: 0;
          margin: 0;
        }
        * html .PSR_stars .star {
            display: block;
            position: absolute;
            height: 0;
            width: 0;
        }
        .PSR_stars input {
            display: none;
        }
        .PSR_no_star, .PSR_half_star, .PSR_full_star, .PSR_no_voting_star, .PSR_half_voting_star, .PSR_full_voting_star {
          display: block;
          float: left;
          width: 17px;
          height: 15px;
          text-indent: -1000em;
          text-align: left;
          background-repeat: no-repeat;
        }
        .PSR_no_star {
          background-image: url(" . $home . "/wp-content/plugins/post-star-rating/img/stars/no_star.gif);
        }
        .PSR_full_star {
          background-image: url(" . $home . "/wp-content/plugins/post-star-rating/img/stars/full_star.gif);
        }
        .PSR_half_star {
          background-image: url(" . $home . "/wp-content/plugins/post-star-rating/img/stars/half_star.gif);
        }
        .PSR_no_voting_star {
          background-image: url(" . $home . "/wp-content/plugins/post-star-rating/img/stars/no_star.gif);
        }
        .PSR_full_voting_star {
          background-image: url(" . $home . "/wp-content/plugins/post-star-rating/img/stars/full_voting_star.gif);
        }
        .PSR_half_voting_star {
          background-image: url(" . $home . "/wp-content/plugins/post-star-rating/img/stars/half_voting_star.gif);
        }
        .PSR_votes {
            padding-left: .5em;
        }
        .PSR_moment_scores li {
            position: relative;
            height: 2.2ex;
          list-style: decimal outside;
        }
        * html .PSR_moment_scores li {
          list-style: none;
        }
        .PSR_moment_scores .trend_up, .PSR_moment_scores .trend_dw, .PSR_moment_scores .trend_eq {
          display:block;
          width: 14px;
          height: 15px;
          overflow: hidden;
          text-indent: -100em;
          float: left;
          background-repeat: no-repeat;
            margin-right: .5em;
        }
        .PSR_moment_scores .trend_up {
          background-image: url(" . $home . "/wp-content/plugins/post-star-rating/img/stars/up_arrow.gif);
        }
        .PSR_moment_scores .trend_dw {
          background-image: url(" . $home . "/wp-content/plugins/post-star-rating/img/stars/dw_arrow.gif);
        }
        .PSR_moment_scores .trend_eq {
          background-image: url(" . $home . "/wp-content/plugins/post-star-rating/img/stars/eq_arrow.gif);
        }
        .PSR_moment_scores .PSR_container {
            position: absolute;
            top: 0;
            right: 0;
            width: 21ex;
            text-align: right;
        }

