
/* Popup */
#boxImgPopup {
    display: none;
    position: absolute;
    z-index: 10000;
    top: -9999px;
    text-align: right;
}
#boxImgPopup table.h {
    height: 33px;
    margin: 0 0 0 auto;
    text-align: center;
}
#boxImgPopup td.hL {
    width: 39px;
    height: 33px;
    background: url(../images/popup_bar_left.png) no-repeat left top !important;
    background: url(../images/popup_bar_left.gif) no-repeat left top; /* IE 5 - 6 */
}
#boxImgPopup td.hC {
    height: 33px;
    padding: 0 5px 0 5px;
    line-height: 1.15em;
    font-weight: bold;
    background: url(../images/popup_bar_center.png) repeat-x center top;
}
#boxImgPopup td.hR {
    width: 39px;
    height: 33px;
    background: url(../images/popup_bar_right.png) no-repeat right top !important;
    background: url(../images/popup_bar_right.gif) no-repeat right top; /* IE 5 - 6 */
}
#boxImgPopup td.hR a.hide,
#boxImgPopup td.hR a.hide:link,
#boxImgPopup td.hR a.hide:visited {
    display: block;
    width: 17px;
    height: 17px;
    margin: 0 auto 0 auto;
    background: url(../images/popup_close_out.png) no-repeat center;
}
#boxImgPopup td.hR a.hide:hover {
    background: url(../images/popup_close_over.png) no-repeat center;
}
#boxImgPopup td.hR a.hide:active {
    background: url(../images/popup_close_active.png) no-repeat center;
}
#boxImgPopup div.lT {
    text-align: left;
    background: url(../images/popup_border_l_t.png) no-repeat left top;
}
#boxImgPopup div.rT {
    background: url(../images/popup_border_r_t.png) no-repeat right top !important;
    background: url(../images/popup_border_r_t.gif) no-repeat right top; /* IE 5 - 6 */
}
#boxImgPopup div.rB {
    background: url(../images/popup_border_r_b.png) no-repeat right bottom !important;
    background: url(../images/popup_border_r_b.gif) no-repeat right bottom; /* IE 5 - 6 */
}
#boxImgPopup div.lB {
    padding: 0 10px 0 5px;
    background: url(../images/popup_border_l_b.png) no-repeat left bottom !important;
    background: url(../images/popup_border_l_b.gif) no-repeat left bottom; /* IE 5 - 6 */
}
#boxImgPopup div.t {
    background: url(../images/popup_border_top.png) repeat-x left top;
}
#boxImgPopup div.b {
    padding: 5px 0 10px 0;
    background: url(../images/popup_border_bottom.png) repeat-x left bottom !important;
    background: url(../images/popup_border_bottom.gif) repeat-x left bottom; /* IE 5 - 6 */
}
#boxImgPopup div.l {
    position: relative;
    left: -5px;
    background: url(../images/popup_border_left.png) repeat-y left top;
}
#boxImgPopup div.r {
    position: relative;
    left: 15px;
    background: url(../images/popup_border_right.png) repeat-y right top !important;
    background: url(../images/popup_border_right.gif) repeat-y right top; /* IE 5 - 6 */
}
#boxImgPopup div.p2 {
    position: relative;
    left: -10px;
    background: white;
}
#boxImgPopup iframe {
    display: block;
    border-width: 0;
    border-style: none;
}
/* EOF Popup */