#vote {
    background-color: #f4f4f4;
    text-align: center;
    font-size: 12px;
    color: #000;
    border: 1px solid #eee;
}

a {
    text-decoration: none;
}

.vote-us {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #46446d;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 125px;
}

#vote .url {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

#vote .icon-star {
    color: #73a24c;

    color: #ffbf00;
}

#vote .checked {
    color: #ddd;
}

#vote .rate {
    font-size: 11px;
    display: block;
    color: #000;
}

div.ext-box {
    display: table;
    width: 125px;
    height: 95px;
}

div.int-box {
    display: table-cell;
    vertical-align: middle;
}