.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url("../images/rating-star.png");
    height:18px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url("../images/rating-star-full.png");
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url("../images/rating-star-full.png");
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url("../images/rating-star-full.png");
}

.rateit .rateit-preset-rtl
{
    background: url("../images/rating-star-full.png");
}

.rateit button.rateit-reset
{
    /*background: url(delete.gif) 0 0;*/
    width:19px;
    height:18px;
    float: left;
    outline: none;
    border:none;
    padding: 0;
    display:none !important;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}

.back_and_social.style2 {
    padding:12px 0;
    border-top:1px solid #e5e0db;
    border-bottom:1px solid #e5e0db;
}

.back_and_social.style2, .back_and_social.style2 .plus_services {
    color:#ff6c00;
    font-family:'Arial';
    font-size:12px;
}

.back_and_social.style2 .plus_services {
    text-decoration:underline;
}

.rate-this-service {
    float:right;
}

#content_right .rateit .rateit-preset, #content_right .rateit .rateit-hover{
    background: url("../images/rating-star-full-small.png");
}

#content_right .rateit .rateit-range{
    background: url("../images/rating-star-small.png");
}