.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0 !important;
	background-position: left top;
}
.star-rating li{
	display: inline;
	list-style: none;
	margin: 0px !important;
	text-indent: -1000px;
	font: 0/0 a;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000px;
	height:25px !important;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	font: 0/0 a;
}

.star-rating * {zoom:1;}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20% !important;
	z-index:6;
}
.star-rating a.two-stars{
	width:40% !important;
	z-index:5;
}
.star-rating a.three-stars{
	width:60% !important;
	z-index:4;
}
.star-rating a.four-stars{
	width:80% !important;
	z-index:3;
}
.star-rating a.five-stars{
	width:100% !important;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
#post-body-content .compat-attachment-fields
{
	width: 100%;
}
.compat-attachment-fields th.row
{
	width: 30%;
}

.compat-attachment-fields td.field
{
	width: 65%;
}

.compat-attachment-fields td.field input[type=text], .compat-attachment-fields td.field textarea
{
	width: 100%;
}

.vote-now {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

.vote-now li {
     float:left;
     margin:0 5px 0 0;
    width:100px;
    height:40px;
    position:relative;
}

.vote-now label, .vote-now input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    text-align:center;
}

.vote-now input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.vote-now input[type="radio"]:checked + label {
    background:yellow;
}

.vote-now label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

.vote-now label:hover {
     background:#DDD;
}