.ha_newsletterbutton {
    background: url(images/button.png?v=0c73.1670) top center no-repeat transparent !important;
}

#unsubscribeIframeShadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #eeeeee;
    opacity: 0.7;
}

#unsubscribeIframeWrapper {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    z-index: 101;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* WebKit */
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* Firefox */
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* Standard */
    border-radius: 10px;
}

#unsubscribeIframeWrapper h1.boxtitle {
    color: #777;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #dfdfdf));
    background: -o-linear-gradient(top, #eee 0%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #eee 0%, #dfdfdf 100%);
    background: linear-gradient(top, #eee 0%, #dfdfdf 100%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#unsubscribeIframeWrapper p {
    margin: 20px;
}

#unsubscribeIframeWrapper #unsubscribeIframeWrapperContent {
    position: absolute;
    top: 80px;
    left: 20px;
    bottom: 60px;
    right: 20px;
}

#unsubscribeIframeWrapper #unsubscribeIframeWrapperContent #unsubscribeIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#unsubscribeIframeWrapper #unsubscribeIframeclosebutton {
    position: absolute;
    bottom: 20px;
    right: 20px;
}