.vote-block {
    float: left;
    cursor: pointer;
    position: relative;
}

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

.vote-result {
    float: left;
    margin-left: 4px;
}

.vote-msg {
    padding-left: 10px;
}

.vote-result .success {
    color: green;
}
.vote-result .error {
    color: red;
}

/* micro clearfix */
.vote-wrap:before,
.vote-wrap:after {
    content: "";
    display: table;
}
.vote-wrap:after {
    clear: both;
}
.vote-wrap {
    zoom: 1;
}

/* styles depending on the star image height */
.vote-wrap-24 .vote-result {
    padding-top: 5px;
}
.vote-wrap-32 .vote-result {
    padding-top: 9px;
}
