.jmodal-overlay
{
    z-index: 200;
    position: absolute;
    padding-bottom: 0px;
    background-color: #000;
    margin: 0px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    top: 0px;
    padding-top: 0px;
    left: 0px;
}
.jmodal-main
{
    z-index: 201;
    position: absolute;
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
    padding-top: 0px;
    left: 0px;
}
.jmodal-main TABLE
{
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
}
.jmodal-main TD .jmodal-title
{
    border-top: #999999 2px solid;
    border-left: #999999 2px solid;
    border-right: #999999 2px solid;
    background-color: #f4f4f4;
    height: 20px;
    font-size: 12px;
    font-family:"SimSun";
    font-weight: bold;
    padding: 5px;
}
.jmodal-main TD .jmodal-content
{
    border-left: #999999 2px solid;
    border-right: #999999 2px solid;
    background-color: #FFFFFF;
    padding: 20px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    font-family:"SimSun";
    height: 26px;
}
.jmodal-main TD .jmodal-bottom
{
    text-align: right;
    padding-bottom: 1px;
    background-color: #f4f4f4;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    border-bottom: #999999 2px solid;
    border-left: #999999 2px solid;
    border-right: #999999 2px solid;
}
.jmodal-main .jmodal-bottom INPUT
{
    border-bottom: #124680 1px solid;
    text-align: center;
    border-left: #f4f4f4 1px solid;
    padding-bottom: 2px;
    background-color: #f4f4f4;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #002020;
    font-size: 12px;
    border-top: #f4f4f4 1px solid;
    cursor: pointer;
    margin-right: 5px;
    border-right: #124680 1px solid;
    padding-top: 2px;
    margin-bottom: 5px;
}
.jmodal-main TD
{
    overflow: hidden;
}
