.ui-button * {
    margin:0;
    padding:0;
}

.ui-button {
    display: inline-block;
    *display: inline;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit; /* Correct font family not being inherited in all browsers for <button> <input> */
    font-weight: bold;
    border-radius: 2px;
    padding: 0 20px;
    *zoom: 1;
    *overflow: visible; /* for a ie6/7 bug http://blog.csdn.net/jyy_12/article/details/6636099 */
    background-image: none; /* for old alice button style conflict */
}

.ui-button .ui-button-text {
    background: none;
    padding: 0;
    height: auto;
    line-height: auto;
}

.ui-button:hover {
    text-decoration: none;
    background-image: none; /* for old alice button style conflict */
}

input.ui-button-text, button.ui-button-text {
    *vertical-align: top; /* for a ie7 bug */
}

.ui-button:active {
    position: relative;
    top: 1px;
    box-shadow: 1px 1px 3px #999 inset;
}


.ui-button-lgreen,
.ui-button-mgreen,
.ui-button-sgreen {
    color: #fff;
    border:1px solid rgba(43, 188, 138, 1);
    background-color: rgba(43, 188, 138, 1);
}

.ui-button-lgreen:hover,
.ui-button-mgreen:hover,
.ui-button-sgreen:hover {
    background-color: rgba(43, 180, 138, 1);
}

a.ui-button-lgreen,
a.ui-button-mgreen,
a.ui-button-sgreen,
a.ui-button-lgreen:hover,
a.ui-button-mgreen:hover,
a.ui-button-sgreen:hover,
a.ui-button-lgreen:active,
a.ui-button-mgreen:active,
a.ui-button-sgreen:active {
    color:#fff;
}

.ui-button-lgreen {
    height:32px;
}

.ui-button-mgreen {
    height:28px;
}

.ui-button-sgreen {
    padding: 0 12px;
    height:24px;
    font-size:12px;
}

a.ui-button-lgreen {
    line-height:30px;
    height:30px;
}

a.ui-button-mgreen {
    line-height:26px;
    height:26px;
}

a.ui-button-sgreen {
    line-height:22px;
    height:22px;
}