#pwoutlead{
    width: 100%;
    height: 100%;
    position:fixed;
    left:0px;
    top:0px;
    display:none;
    z-index:101;
}

#pwoutlead #mask{
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: url(/modules/pwoutlead/images/transp.png) left top repeat;
    position: fixed;
    left: 0;
    top: 0;
}

#pwoutlead .banner {
    border: 2px solid #ff97cf;
    height: 275px;
    position: relative;
    width: 627px;
    padding-top: 80px;
}

#pwoutlead .banner-in{
    background: none repeat scroll 0 0 #FFF;
    border-radius: 0px;
    padding: 5px !important;
    width:640px;
    height: 360px;
    z-index:10000;
    position: fixed;
}

#pwoutlead .close{
    position: absolute;
    right: 2px;
    top: 0px;
    background: linear-gradient(to bottom, #ffffff 0%, #D2CECE 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    width: 230px;
    color: #000;
    height: 20px;
    font-size: 12px;
    padding: 3px 10px;
    text-decoration: none;
}
#pwoutlead .close:hover{
    box-shadow: 0 0 5px #FFE400;
}
#pwoutlead .message{
    text-align: center;
}
#pwoutlead .message h2{
    font-size: 18px;
    display:block;
    margin: 20px 0 10px;
}

#pwoutlead .sale{
    width: 0;
    height: 100px;
    border-top: 100px solid #f2477c;
    border-right: 100px solid transparent;
    color:#FFF;
    position: absolute;
    left: 0;
    top: 0;
}
    #pwoutlead .sale b{
        -webkit-transform: rotate(314deg);
        -moz-transform: rotate(314deg);
        -o-transform: rotate(314deg);
        writing-mode: lr-tb;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        left: -5px;
        position: absolute;
        top: -75px;
    }
#pwoutlead_form .exclusive{
	border: none;
	color: #fff;
    padding:5px;
    background: #f2477c;
    display:block;
    margin:30px auto 0;
    font-size: 14px !important;
    height: 30px;
    width: 200px;
}
#pwoutlead_form .exclusive:hover{
    box-shadow: 0 0 5px #f22c7d;
}
#pwoutlead_form .email{
    background:#EEE;
    width: 250px;
    border:1px solid #666;
    padding: 5px;
    margin-left: 0;
}
#pwoutlead_form .email:focus{
    border:1px solid #000;
}
#pwoutlead_form{
    text-align: center;
    width:300px;
    margin: 10px auto;
}
/*
     */
/*
*/