/*----------------------------------------------------------------------------------*/
/*-------------------------------------FONTS----------------------------------------*/
/*----------------------------------------------------------------------------------*/
#wrap-popup-box {
    position: fixed;
    top: 50%;
    width: 240px;
    margin-left: -240px;
    z-index: 90;
    background:  #ffe9e9;
}
    #tail {
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        padding: 5px 0;
        text-align: center;
        background: #006c0a;
        cursor: pointer;

        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
        #tail li {
            color: #fff;
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            writing-mode: tb-rl;
            list-style:none;

        }
        .indent-word {
            margin-bottom: 10px;
        }
    #content-popup {
        padding: 20px 10px;
        text-align: center;
    }
        #content-popup .text {
            display: block;
            margin-bottom: 20px;
            font-size: 18px;
            color: red;
        }
        a.btn-popup {
            display: inline-block;
            padding: 5px 23px;
            background: #006609;
            color:  #dcdcdc;
            text-decoration: none;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            font-size: 20px;
        }
        a.btn-popup:hover {
        #    background: #009765;
        }
        .free {color: red; font-size: 18px;}
        #close-popup {background: #920000; color:  #dcdcdc;}
.list li {
	padding: 0 0 0 29px;
	background: url(bullet01.png) no-repeat 0 2px;
        line-height: 25px;
        color: green;
}
ul.list { list-style-type:none;}