#block-house-enews-popup-house-enews-popup {
   /* background: url("/profiles/house/modules/custom/house_optional_blocks/house_enews_popup/enewspop-bk.png") no-repeat scroll right top #FFFFFF;*/
    background: url("/sites/scalise.house.gov/themes/scalise/images/popupbg.png");
    background-size: contain;
    border: 20px solid #AAAAAA;
    box-shadow: 0 0 25px 25px #222222;
    color: #333333;
    display: none;
    font-family: arial;
    font-size: 1.5em;
    font-weight: bold;
    left: 50%;
    line-height: 1.5em;
    margin: 0 0 0 -225px;
    padding: 50px;
    position: fixed;
    top: 150px;
    width: 550px;
    z-index: 10000;
}

#close-enews-popup {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 40px 40px 40px 40px;
    color: #666666;
    cursor: pointer;
    font-family: verdana;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: 0;
    width: 40px;
    right: 2px;
}