@charset "utf-8";

.contentWrap {
    height: 600px;
    overflow-y: auto;
    margin: 20px 5px 20px 20px;
}

/* the overlayed element */ 
body#newsletter .newsletter_overlay {
    /* initially overlay is hidden */
    display: none;
    /* growing background image */
    background-image: url(http://media.shoretel.com/designimages/white2.png);
    /*background-image:url(http://media.shoretel.com/designimages/white.png);*/
    /*
     width after the growing animation finishes
     height is automatically calculated
     */
    width: 820px;
    /* some padding to layout nested elements nicely  */
    padding: 25px;
    /* a little styling */
    font-size: 12px;
}

/* the overlayed element */ 
.newsletter_overlay {
    /* initially overlay is hidden */
    display: none;
    /* growing background image */
    background-image: url(http://media.shoretel.com/designimages/white2.png);
    /*background-image:url(http://media.shoretel.com/designimages/white.png);*/
    /*
     width after the growing animation finishes
     height is automatically calculated
     */
    width: 700px;
    /* some padding to layout nested elements nicely  */
    padding: 25px;
    /* a little styling */
    font-size: 11px;
}

/* default close button positioned on upper right corner */ .form_overlay div.close {
    background-image: url(http://media.shoretel.com/designimages/close.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

/* default close button positioned on upper right corner */ .newsletter_overlay div.close {
    background-image: url(http://media.shoretel.com/designimages/close.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

