div.vote-wrap{
    overflow: hidden;
    width: 100%;
}
div.star{
position:relative;top:-41px;
}

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{
    color: #f2f2f2;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000000;
}

div.vote-success{
    clear: both;
    color: #828282;
    font-size: 12px;
    margin: 3px 0 0 50px;
}