div.vote-wrap{
    overflow: hidden; margin-left:-5px;
}

div.vote-block{
	position: relative;	
}

div.vote-hover{
    float: left;
    cursor:  pointer;
}


div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-result{
    font-size: 12px;
    margin-top: 0;
    padding-left: 130px;
}

div.vote-success{
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px;
}

#rating1 input {margin:0 !important; padding:0 !important}