#toe_sub_screen_bg {
    z-index: 1001 ;
    position: absolute ;
    width: 100% ;
    height: 100% ;
    left: 0 ;
    top: 0 ;
    display: none ;
    background: #b7b7b7;
    opacity: 0.7;
}
#toe_sub_screen_title {
    font-size: 26px;
    font-weight: normal;
    margin: 0 12px;
    line-height: 52px;
    padding-left:20px;
    color:#869095;
    font-family:'Rokkitt', sans-serif;
    background:url(../../../themes/new_ready/img/title.png) left center no-repeat;
}
#toe_sub_screen {
    opacity: 1 ;
    z-index: 1002 ;
    display: none ;
    background-color: #FFFFFF ;
    -webkit-border-radius: 5px ; 
    border-radius: 5px ;
    color:#474747 ;
    font-size:14px;
    border:3px solid #b7b7b7;
    padding:0 0 10px 0 ;
    color:#99a1a4;
}
.frontend #toe_sub_screen {/*max-width:50% !important;*/ width:500px; height:300px; margin:-150px 0 0 -250px; position:fixed; top:50%; left:50%;}
#toe_sub_screen_close {
    position: absolute ;
    top: 38px ;
    right: 15px ;
    z-index: 1004 ;
    width:15px ;
    height:15px ;
    background:url(../../../themes/new_ready/img/cross.png) no-repeat;
}
#toe_sub_screen_header {
    position: relative ;
    z-index: 1003 ;
    width: 100% ;
    padding:20px 5px;
}

#toe_sub_screen_content {padding:5px 5px 0 5px;}
.frontend #toe_sub_screen_content {padding:0;}
.pop-text p {line-height:20px; font-size:14px;}