body
{

}

.close-btn
{
    margin-right: 2px; margin-top: 2px; float: right;
    cursor: pointer;
}

.compulsory
{
    color: Red;
    font-size: 12px;
    font-weight: normal;
    font-family: Tahoma;
}

.drag
{
    position:relative;
    cursor:hand;
    z-index: 100;
}

#terms a
{
    margin-top: 3px;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    text-decoration: none;
    float: right;
}

#terms span
{
    margin-top: 3px;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}

a.title, a.title:visited, a.title:link
{
    color: #fff;
    text-decoration: none;
}

a.title:hover, a.title:active, a.title:visited:hover
{
    color: #fff;
    text-decoration: underline;
}

.star
{
	display: -moz-inline-box;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/star_rating.gif);
	background-position: top center;
}

.star-hover
{
	display: -moz-inline-box;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/star_rating.gif);
	background-position: bottom center;
}

.star-voted
{
	display: -moz-inline-box;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/star_rating.gif);
	background-position: center center;
}

.vote
{
    display: -moz-inline-box;
	display: inline-block;
	height: 20px;
	background-image: url(../images/star_rating.gif);
	background-position: left center;
}

.thumbs td
{
    vertical-align: top;
}

.paging
{
    padding: 10px 0px 15px 0px;
    text-align: right;
}

.paging a.p
{
    margin-left: 2px;
    padding: 3px;
    border: solid 1px #336699;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.paging span.p, .paging a:hover.p
{
    text-decoration: underline;
    margin-left: 2px;
    padding: 3px;
    border: solid 1px #336699;
    background-color: #336699;
    color: #fff;
}