/* lightbox */
#js_overLayer {
    background: #a6a6a6 url("bok-theme/images/ui-bg_dots-small_65_a6a6a6_2x2.png") repeat scroll 50% 50%;
    display: none;
    height: 100% !important;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
#js_container {
    background: #fff none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: none;
    height: 400px;
    left: 50%;
    margin-left: -180px;
    margin-top: -320px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 640px;
    z-index: 100;
}
.pop_close, .pop_close:hover {
    display: inline-block;
    cursor: pointer;
    float: right;
    margin: 0;
    padding: 1px;
    position: absolute;
    top: 25px;
    right: 3%;
    background-image: url("../img/icon_close.png");
    background-position: 0 0;
    height: 60px;
    width: 60px;
    text-indent: -9999px;
}
.pop_close:hover {
    background-image: url("../img/icon_close.png");
}
.pop_tit {
    display: inline-block;
    position: absolute;
    z-index: 1;
    padding: 0;
    width: 100%;
    background: none
}
.popup_content {
    background-color: #ffffff;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    bottom: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.pop_tittle_a {
    background: #21b1e6 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    color: #fff;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 0.4em 0.4em 0.4em 1em;
    position: relative;
}
.pop_tittle_a span {
    display: inline-block;
    font-size: 15px;
    margin: 0.1em 16px 0.3em 0;
}
