@charset "utf-8";

/*	modal window	*/
.modalwindow {
    display: none;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

.modalwindow {
    _position: absolute;
    _top: 100%;
}

#ifrm {
    width: 420px;
    height: 385px;
    overflow: hidden;
}

.postsrch .srchbox {
    margin: 0 30px;
}

.postsrch .srchbox input#srchpost {
    width: 220px;
    margin-right: 15px;
}

.postsrch .numinput {
    margin: 10px;
    font-weight: bold;
    color: #555;
}

.postsrch .numinput ul {
    padding: 15px 35px 8px;
}

.postsrch .numinput ul li {
    display: block;
    padding: 0 10px 0 10px;
    margin-bottom: 7px;
}

.postsrch .numinput ul li.info {
    padding-left: 7px;
    margin-bottom: 10px;
    color: #555;
}

.srch_no p {
    text-align: center;
    padding: 10px 0;
}

.srch_no span {
    color: #069;
}

.srch_result {
    text-align: center;
    padding: 20px 0;
}

.srch_result select {
    width: 340px;
}

.address_write {
    text-align: center;
}

.address_write input {
    width: 340px;
}

.popupbtnbox {
    text-align: center;
    padding: 10px;
}

.popup_bottom {
    text-align: center;
    width: 420px;
    height: 15px;
    background: url(http://img.e-levelup.com/elv/tutor/system/bg_popupbottom.gif) no-repeat 0% 0%;
    color: #fff;
    font-size: 0;
    line-height: 0;
}

.closearea {
    text-align: right;
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;
}


#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}