.btnDefault, .btnOver {
    width: 84px;
    height: 24px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    line-height: 24px;
    display: inline-block;
    outline-style: none;
}
.btnDefault {
    border: solid 1px #acacac;
    background-color: #EAEAEA;
}
.btnDefault:hover {
    border: solid 1px #7eb4ea;
    background-color: #e4f0fc;
}
.itxt {
    border: 1px solid #336699;
    vertical-align: middle;
    width: 120px;
    height: 20px;
    outline: none;
}
.save {
    margin-right: 5px;
}
.cancel {
    margin-left: 5px;
}
