/*------------------------------ Button Container ---------------------------------*/

.bkb_container{
    width: 100%;
    border-bottom: #e6e6e6 1px solid; border-top: #e6e6e6 1px solid;
    display: block;
    float: left;
    margin: 12px 0;
    padding: 5px 0;
}

.bkb_btn_container{


    float: left;
    width: 68%;

}

.bkb_btn_container img.pvm-custom-icon{
    width: 16px;
    height: 16px;
}

p.voting-closed-message{
    font-family: inherit;
    margin:0px 0px;
    padding: 0px;
    line-height: 24px;
}

.msg_container{
    margin-top: 24px;
}

.bkb_btn_container .btn_like, 
.bkb_btn_container .btn_dislike{
    width: auto; 
    height: 48px;
    line-height: 48px;
    padding: 0 24px; 
    float: left;  
    margin-top: 15px;
    cursor: pointer; color: #333333; 
    border:#f0f0f0 1px solid;
    margin-right: 5px;
    font-size: 20px;
}

.bkb_btn_container .btn_like{text-align: center; color: #559900;}

.bkb_btn_container .btn_like:hover{

    background-color: #f0f0f0;	border: #c6c6c6 1px solid; 
}
.bkb_btn_container .btn_dislike{ color: #c9231a;}
.bkb_btn_container .btn_dislike:hover, .bkb_btn_container .dislike-h{
    background-color: #f0f0f0;	border: #c6c6c6 1px solid; 
}

.bkb_container .stat-cnt{ float: right; width: 25%;}
.bkb_container .stat-bar{ width: 100%; height: 8px; margin: 12px 0; border: 1px solid #eeeeee;}
.bkb_container .bg-green{ background-color: #559900;}
.bkb_container .bg-red{background-color: #c9231a; }
.bkb_container .total-vote-counter{ font-size: 14px; color: #333; text-align: right; }
.bkb_container .stat-bar div{height: 8px; float: left;}

.bkb_container .like-count-container, 
.bkb_container .dislike-count-container{
    width: auto; height: 18px; 
    float: right; 
    font-size: 12px; line-height: 18px; color: #666;
    padding-left: 15px;
}

/*------------------------------ Feedback Message Box  ---------------------------------*/

.bkb_clearfix{
    clear: both;
}

section.bkb-feedback-form-container{
    display: none;
}

section.bkb-feedback-form-container .bwl-form-success-box{
    background: #8ad088;
    color: #FFFFFF;
}

section.bkb-feedback-form-container .bwl-form-wait-box{
    background: #ffffc1;
    color: #000000;
}

section.bkb-feedback-form-container .bwl-form-error-box{
    background: #e63f37;
    color: #FFFFFF;
}

section.bkb-feedback-form-container h2{

    font-size: 16px;

}

section.bkb-feedback-form-container .bwl_pro_form_error_message_box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    width: 100%;
    display: none;
    padding: 5px;
    margin: 0 0 12px 0;

}
section.bkb-feedback-form-container .feedback_message_box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    border: 1px solid lightgray;
    width: 100%;
    height: 100px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
}

section.bkb-feedback-form-container form input.captcha, 
section.bkb-feedback-form-container form input.sum {
    display: inline;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid lightgray;
    height: 24px;
    line-height: 24px;
}

section.bkb-feedback-form-container form span#spambot {
    font-size: 11px;
}

section.bkb-feedback-form-container form input[type=submit]{

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid lightgray;
    height: 32px;
    line-height: 24px;
    padding: 0 12px;
}