#toe_sub_screen_bg {
    z-index: 10001;
    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: 10002;
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#toe_sub_screen_close {
    position: relative;
    width: 15px;
    height: 15px;
    float: right;
    background: url("img/tb-close.png");
    z-index: 10004;
    margin: 5px 5px 5px 0px;
}
#toe_sub_screen_header {
    position: relative;
    z-index: 10003;
    width: 100%;
    cursor: move;
    color:#484848;
    font-size:24px;
}
#toe_sub_screen_title {
	line-height: 25px;
}

.singular #toe_sub_screen_title {background:url(../img/ok-icon.png) top right no-repeat; padding-right:35px;}

.popup_content {color:#9c9c9c; font-size:14px; padding-bottom:30px;}
.popup_control_btns {float:right;}
    .popup_control_btns a {margin-left:10px;}
    .popup_control_btns .grey_btn {float:left; height:22px;}
    .popup_control_btns .pink_btn {float:right;  height:22px;}