#toe_sub_screen_bg {
    z-index: 1001;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: beige;
    opacity: 0.5;
    display: none;
}
#toe_sub_screen {
    opacity: 1;
    z-index: 1002;
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    padding: 5px;
    border: 2px #e78f08 solid;
}
#toe_sub_screen_close {
    position: relative;
    width: 15px;
    height: 15px;
    float: right;
    background: url("img/tb-close.png");
    z-index: 1004;
    margin: 5px 5px 5px 0px;
}
#toe_sub_screen_header {
    position: relative;
    z-index: 1003;
    width: 100%;
    height: 25px;
    background-color: #e78f08;
    cursor: move;
}