#pwnewsletter{
    position: fixed;
    bottom: 0;
    right: 5%;
    z-index: 101;
}

#pwnewsletter>span{
    background: #ff5db1; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff5db1 0%, #ef017c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff5db1 0%,#ef017c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff5db1 0%,#ef017c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff5db1 0%,#ef017c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff5db1 0%,#ef017c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */
    display:block;
    opacity:0.8;
    cursor: pointer;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px;
    border-radius: 8px 8px 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    padding: 5px 5px;
    width: 250px;
    text-align:center;

}
#pwnewsletter>span:hover{
    opacity: 1;
}


#pwnewsletter .pwpopup:after {
    background: url("/modules/pwnewsletterbottom/corner.png") no-repeat center center;
    height: 14px;
    width: 19px;
    bottom: -12px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
}
#pwnewsletter .pwpopup {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cbcbcb;
    bottom: 45px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    color: #333;
    cursor: default;
    font-size: 13px;
    font-weight: 100;
    left: auto;
    line-height: 17px;
    padding: 15px 20px;
    position: absolute;
    text-shadow: none;
    white-space: normal;
    width: 215px;
    z-index: 2;
}
#pwnewsletter .pwpopup .pwmessage{
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#pwnewsletter_form #pwemail{
    padding:4px 2px;
    float: left;
    width: 180px;

}
#pwnewsletter_form #submitpwnewsletter{
    float: right;
    background: #F7248C;
    height: 25px !important;
    width: 30px;
}
/*
     */
/*
*/