div.nlpop_up {
  z-index:10000000;
  display:block;
  float: right;
}

body.logged-in div.nlpop_up {
  display:none;
}

.popnewsletter-form-trigger a:link,  
.popnewsletter-form-trigger a:hover,  
.popnewsletter-form-trigger a:visited{
  display:block;
  text-align: right;
  padding-right: 30px;
  color: #A52121;
  font: bold 12px/1.8 helvetica,Arial,sans-serif;
  display:block;
  background: url("/sites/all/themes/globalpost_3/images/gpsprite1.png") no-repeat scroll 100px -589px transparent;
}


#popnewsletter form{
  color:#fff;
}

#popnewsletter {
    display:none;
    height:140px;
    position:fixed;
    width:268px;
    z-index:10000000;
    padding: 10px 20px 10px 20px;
    margin-left: -160px;
    background: #cedce7; /* Old browsers */
    background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 0px 0px 18px 18px;
    border-radius: 0px 0px 18px 18px;
    -webkit-box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .5);
    box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .5);
}




