#esns_background_layer {
    position: absolute;
    z-index: 9998;
    background: url(../images/newssubscribers/esns_dark2.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
}
#esns_box_layer {
    z-index: 9999;
	overflow: hidden;
    display: inline-block;
	height: 473px;
    width: 738px;
    background: url('../images/newssubscribers/email-popup-bg-2.jpg') no-repeat transparent;
    position: relative;
}
#esns_box_close {
    background: url(../images/newssubscribers/esns_box_close.png) no-repeat;
    cursor: pointer;
    position: absolute;
    height: 23px;
    width: 22px;
    right: 7px;
    top: 7px;
}
#esns_box_subscribe {
    position: absolute;
    top: 175px;
    left: 280px;
    width: 410px;
}
#esns_box_subscribe_response {
    text-align: left;
    margin: 10px 0 0 30px;
    height: 15px;
}
#esns_box_subscribe_response_success {
    color: #090;
    font-weight: bold;
    text-transform: uppercase;
}
#esns_box_subscribe_response_error {
    color: #f00;
    font-weight: bold;
    text-transform: uppercase;
}
#esns_box_subscribe_input input {
    background-color: #dedede;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    border: 0;
    color: #666;
}
#esns_box_subscribe_submit a {
	color: #ffffff;
    background-color: #A6085D;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 0;
}