div.rateThis
{
    clear: both;
    float: left;
    padding: 10px;
    width: 473px;
   background:#FFFFFF url(/Shared/css/images/column02_bg_top.jpg) no-repeat scroll center top;
    margin-top:10px;
    
}

div.rateThisFooter
{
      background: transparent url(/Shared/css/images/forum_div_footer.jpg) repeat scroll center bottom;
    clear: both;
    float: left;
    height: 10px;
    width: 493px;
}


div#discussThisSection div.rateThis
{
    clear: both;
    float: left;
    padding: 10px;
    width: 426px;
   
    margin-top:10px;
    
}

div#discussThisSection div.rateThisFooter
{
    clear: both;
    float: left;
    height: 10px;
    width: 426px;
    display:none;
}

div.rateThis h2
{
    clear: both;
    float: left;
    width: 436px;
    color: #333333;
}

div.rateThis ul
{
    clear: both;
    float: left;
    width: 100px;
}

div.rateThis ul li
{
    float: left;
    display: inline;
    width: 9px;
    padding: 3px;
    text-align: center;
}

div.rateThis ul li a:link, div.rateThis ul li a:visited
{
    display: block;
    padding-top: 9px;
    background: url(images/rate_this_off.gif) 0 0 no-repeat;
    color: #000;
}

div.rateThis ul li a:hover, div.rateThis ul li a:active, div.rateThis ul li a.hilight
{
    background: url(images/rate_this_on.gif) 0 0 no-repeat;
}

div.userAverageRating
{
    padding:10px;
    float:left;
    width:150px;
}

div.averageRating
{
    float: right;
    width: 221px;
    padding:10px;
}


div.articleRateThis div.rateThis 
{
    background:#FFFFFF url(/Shared/css/images/column02_bg_top.jpg) no-repeat scroll center top;
    clear:both;
    float:left;
    margin:10px 0px 0px 0px;
    width:493px;
    padding:0;
    border:0;
}
div.articleRateThis div.rateThisFooter 
{
    background:transparent url(/Shared/css/images/forum_div_footer.jpg) no-repeat scroll center bottom;
    clear:both;
    float:left;
    height:10px;
    width:493px;
    padding:0;
    margin:0;
} 

div.articleRateThis div.rateThis h2 
{
    padding-left:10px;
    padding-top:10px;
}

div.articleRateThis div.rateThis ul 
{
    padding-left:10px;
}