div.tag_vote_but_blue{
    background: url(/bpimages/but_gradient_blue2.png) 100% 100% repeat;
    padding: 4px;
    margin: 3px 0;

    color: white;
    width: 90px;
    height: 18px;
    text-align: center;
    align-content: center;
    cursor: pointer;

    float: left;
}

div.tag_vote_but_blue:hover{
    background: url(/bpimages/but_gradient_blue2_hover.png) 100% 100% repeat;
}

div.tag_vote_but{
    padding: 4px;
    margin: 3px 0;
    background: url(/bpimages/but_gradient.png) 100% 100% repeat;
    color: white;
    width: 90px;
    height: 18px;
    text-align: center;
    align-content: center;
    cursor: pointer;

    float: left;
}

div#help_tag_vote_but{
    padding-left: 0px;
    margin-left: 104px;
    margin-top: 3px;
    border-radius: 15px;
    width: 26px;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    background-color: #ebeef1;
    min-width: 26px;
    min-height:26px;
    line-height: 26px;
    color: #6B868A;
    font-weight: bold;
    cursor: auto;
    /*display: inline-block;*/
}
div#help_tag_vote_but:hover{
    background-color: #E9EEF5;
    color: #2F4D69;
}

div.tag_vote_but:hover{
    background: url(/bpimages/but_gradient.png) 100% 60% repeat;
}

div.tag_vote_section0{
    width: 1px;
    height: 1px;
    background-color: #FFFFFF;
    display: none;

    clear: both;
}
div.tag_vote_section {

    position: absolute;

    z-index: 1000000;
    /*color: #FFFFFF;*/
    width: 610px;
    height: 327px;
    background-color: #FFFFFF;
    border: 10px #FF000F;

    padding: 10px;
    margin: 0px;

    clear: both;
}

div#help_tag_vote_section {

    position: absolute;

    z-index: 1000001;
    /*color: #FFFFFF;*/
    width: 360px;
    height: 310px;
    background-color: #FFFFFF;
    border: 10px #FF000F;

    padding: 10px;
    margin-left: 104px;
    margin-top: 6px;

    font-weight: normal;
    color: #2e424c;

    /*clear: both;*/
}

label.taglabel {
    padding: 2px;
    margin: 1px;
    cursor: pointer;
    font-weight: normal;
    /*color: #FFFFFF;*/
}

input#submit_tag_vote{
    align-self: center;
    align-items: center;
}

form.vote_tag_form {
    padding: 8px;
    background-color: #ebeef1;
}

