#add-button{
    background: url('/img/lol/send_lol_button.jpg') no-repeat;
}
#add-button:hover{
    background: url('/img/lol/add_button_over.png') no-repeat;
}
.votes .like{
    background: url('/img/lol/like.png') no-repeat;
}
.votes .like:hover{
    background: url('/img/lol/like_active.png') no-repeat;
}
.votes .like.disabled, .votes .like.disabled:hover{
    background: url('/img/lol/like-disabled.png') no-repeat;
}
.votes .dislike{
    background: url('/img/lol/not_like.png') no-repeat;
}
.votes .dislike:hover{
    background: url('/img/lol/not_like_active.png') no-repeat;
}
.votes .dislike.disabled, .votes .dislike.disabled:hover{
    background: url('/img/lol/dislike-disabled.png') no-repeat;
}
.absolute-message .inner-content .msg-button.disagree{
    background: transparent url('/img/lol/disagree.png') no-repeat;
}
.absolute-message .inner-content .msg-button.agree{
    background: transparent url('/img/lol/agree.png') no-repeat;
}
.poll .inner .submit .submit-button{
    background: transparent url('/img/lol/poll-submit.png') no-repeat;
}

/* login.lt box */
.loginlt-box .title {
    height: 88px;
    width: 540px;
    background: #ffffff;
    color: #000000;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 29px;
    font-weight: bold;
    padding-top: 20px;
    margin: 0 auto;
}
.loginlt-box .email-box {
    margin: 0 auto;
    width: 540px;
    height: 85px;
    background: #b1b0b0;
    padding-top:15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
.loginlt-box input {
    border: none;
    height: 22px;
    line-height: 22px;
}
.loginlt-box .foot {
    height: 40px;
    width: 540px;
    margin-top: 15px;
    background: #ffffff url('../../img/lol/loginlt_logo.png') no-repeat right center;
    text-align: left;
    font-size: 19px;
    line-height: 40px;
    padding-left: 10px;
}
.loginlt-box .close {
    position: absolute;
    right: 0px;
    top: 0px;

}
