﻿.Vote8ClickButton 
{
    background-image:url(../../../../Images/FrontV2/VerifyCode/Vote8Click/Vote8ClickButton.png);
    background-repeat:no-repeat;
    
    width:167px;
    padding-left:20px;
    
    
    box-sizing: content-box;

    height:44px;
    line-height:44px;
    cursor:pointer;
    font-weight:bold;
    display:inline-block;
    text-align:center;
    

}

.Vote8ClickButtonNormal {

    
    color:#666666;
}
.Vote8ClickButtonSuccess {

    background-position:0 -44px;
    color:#18a452;
}