#ar-ratings-big{
    min-height:30px;
}
.rating_image_active_up, .rating_image_active_down{
    cursor: pointer;
}

.left_rate, .right_rate{
    border: 1px dotted #fff;
    width: 70px;
    padding: 5px 0;
    margin-right: 5px;
    background: #F3F4E4;
    float: left;
    color: #509535;
}

.right_rate{
    margin: 0;
    color: #C00;
}

.large_thumb{
    float: right;
    margin-right: 5px;
}

.rate_number{
    padding: 0;
    font-size: 18px;
    margin: 3px 0 0 0;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;

}

#ar-ratings-small{
    display:inline;
}
.small_rate{
    display:inline;
    text-align: center;
}

.small_rate img {
    vertical-align: middle;
}

.vgreen{
    font-weight: bold;
    color: #509535;
}

.vred{
    font-weight: bold;
    color: #c30;
}

#mybna-register-box{
    padding:10px;
    background-color:#9da842;
    display:none;
    border:1px solid #6a712d;
}
#mybna-register-box table{    
    color:#fff;    
}
#mybna-register-box table td{
    padding:4px;
    vertical-align: top;
}
#mybna-register-box table td small{
    font-size:80%;
    color:#eee;
}
#mybna-register-box table td input{
    border:1px solid #6a712d;
    background-color: #edefd6;
}
#mybna-register-box table td input:focus{
    background-color: #fff;   
}
.mybnabut{
    background-color:#6a712d !important;
    color:#fff;
}
.frm_error{
    margin:5px;
    color:#f00;
}
.frm_success{
    color:#fff;
}