.dj-btn {
    border:0px solid #65C178;
    background:#65C178;
    color:#fff;
    box-sizing:border-box;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    padding:0 10px;
    border-radius:2px;
    display:inline-block;
    font-size:12px;
    text-decoration: none;
    border-width: 0;
    -webkit-transition:background 200ms ease-in;
    -o-transition:background 200ms ease-in;
    transition:background 200ms ease-in;
}
.dj-btn-cancel {
    background-color: #e4e4e4;
    color: #666;
}
.button-size-large {
    font-size:16px;
    height:36px;
    line-height:36px;
    padding:0 20px;
}
.button-size-medium {
    font-size:14px;
    height:30px;
    line-height:30px;
    padding:0 15px;
}

.button-size-small {
    height:26px;
    line-height:26px;
    padding:0 10px;
}
.show-btn-icon {
    display:inline-block;
}
.dj-btn-hover:hover {
    background-color:#50ac63;
    color:#fff;
}
.dj-btn-cancel:hover {
    background-color: #e3e3e3;
    color: #777;
}
.dj-btn.cancel-style {
    background: #ececec;
    color: #666;
}

.dj-btn.cancel-style:hover {
    background:#999;
    color:#fff;
}
