.sigPad button:hover {
    background-color: #73BF44 !important;
    color: #fff;
}

.btn.green {
    margin-right: 0;
    padding: 2px 13px;
    max-height: 38px;
    border: 1px solid #63A639;
    border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #73BF44;
    color: white;
    line-height: 34px;
    cursor: pointer;
    -moz-user-select: none;
}

.btn.green i {
    margin: 0 0 0 17px;
    padding: 9px;
    background-color: #73BF44;
}
