div#help_container {
    border-width: 0px;
    border-style: solid;
    float: left;
    height: 772px !important;
    width: 486px !important;
    overflow: hidden;
    position: absolute;
    left: -10px;
    z-index: 2000;
    top: -10px;
}
div#layer_help_t {
    height: 21px;
    width: 438px;
    float: left;
    background: url(../images/shadows/shadow_ht.png) no-repeat right;
    _background: none;
}

div#layer_help_l {
    height: 772px;
    width: 20px;
    float: left;
    background: url(../images/shadows/shadow_hl.png) no-repeat;
    _background: none;
}

div#layer_help_r {
    height: 772px;
    width: 28px;
    float: right;
    background: url(../images/shadows/shadow_hr.png) no-repeat;
    _background: none;
}


div#layer_help_b {
    height: 27px;
    width: 438px;
    float: left;
    background: url(../images/shadows/shadow_hb.png) no-repeat right;
    _background: none;
}

div#help_close_btn {
    background: url(../images/layer_close.png) no-repeat right;
    cursor:pointer;
    width:75px;
    height:17px;
    top:4px;
    left:357px;
    position:relative;
    color:#767676;
}
div#layer_help_content {
    float: left;
    opacity: 0.99;
    background: white;
    height: 724px;
    width: 438px;
    margin: 0;
    padding: 0;
    cursor:move;
}
iframe#layer_help_page {
    height: 684px;
    width: 438px;
    margin: 0;
    padding: 0;
    margin-top:20px;
}


