
div.vote-wrap {
    overflow: hidden;
}
div.vote-block {
    position: relative;
}
div.vote-hover {
    cursor: pointer;
    float: left;
}
div.vote-stars {
    left: 0;
    position: absolute;
    top: 0;
}
div.vote-active {
    left: 0;
    position: absolute;
    top: 0;
}
div.vote-result {
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 190px;
}
div.vote-success {
    color: #ccc;
    float: left;
    font-size: 13px;
    line-height: 1.2em;
    margin: 0 0 0 10px;
}
.vote-result {
    display: none;
}
.already_voted {
    color: #ccc;
    left: 86px;
    margin-bottom: -15px;
    position: relative;
    top: -17px;
}
.clear {
    clear: both;
}
.bold {
    font-weight: bold;
}
