.rating_wrapper
{
    text-align:center;
    width:90px;
    height: 17px;
    margin-left : auto;
  margin-right: auto;
  margin-bottom:-13px;
}
.rating_bar
{
    clear: both;
 
    width: 70px;
    position:relative;
    background: url(star_orange_grey.png) 0 0 repeat-x;
}

.rating_bar div
{
    height: 17px;
    background: url(star_orange_on.png) 0 0 repeat-x;
}
.ReviewTitle
{
    font-weight: bold;
    width: 450px;
  color:#0072BC;
}
.ProductReviewList p
{
    margin-bottom:3px;
}
.reviewform dd
{
    margin-left: 15px;
    padding-bottom: 10px;
}
.widereviewform
{
 
}
#reviewcomplete
{
    background-color: #E8FFDF;
    color: #555555;
    padding: 5px;
    margin-bottom: 10px;
}
.product_review_hr
{
    height:1px;
    line-height:1px;
    border:none;
    border-top: solid 1px #F2F2F2;
}

.product_review_wrapper ol
{
    margin-left:20px;
}



