.popup-text {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 6% 6% 2%;
    text-align: left;
    width: 60%;
}
.popup-form {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px 1px #8F8A85;
    float: right;
    margin: 2%;
    padding: 3%;
    width: 70%;
}
.popup-signup {
    border-bottom: 1px solid #CCCCCC;
}
.popup-connect {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
}
.popup-skip, .popup-skip h3 {
    display: none;
}
.block.block-congress-enews-popup, .block.block-house-enews-popup {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #333333;
    display: block;
    filter: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}
.block-congress-enews-popup h2.block-title {
    display: none;
    font-size: 0;
}
#boxes-box-congress_enews_popup h2, #boxes-box-congress_enews_popup h2 a {
    color: #333333;
    display: block;
    font-weight: normal;
}
#boxes-box-congress_enews_popup .content label {
    font-size: 1.3em;
    font-weight: normal;
}
#house_enews_popup {
    margin: 0;
}
#house_enews_popup input#signup-email {
    width: 100%;
}
#house_enews_popup .form-submit {
    background: none repeat scroll 0 0 #A09D9D;
    border: 1px solid #666666;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    margin: 10px 5px 0;
    padding: 0 0.5em;
    text-shadow: none;
}
#boxes-box-congress_enews_popup {
    background: url("../images/bg-popup-capitol.jpg") no-repeat scroll center top #FFFFFF;
    border: 10px solid #FFFFFF;
    box-shadow: 0 0 20px 5px #222222;
    color: #333333;
    display: none;
    font-weight: normal;
    left: 40%;
    line-height: 1.5em;
    margin: 0 0 0 -225px;
    max-width: 625px;
    padding: 0;
    position: fixed;
    top: 20%;
    width: 100%;
    z-index: 10000;
}
#close-enews-popup {
    background: none repeat scroll 0 0 #A09D9D;
    border-radius: 35px 35px 35px 35px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: -30px;
    width: 35px;
}
