/* customContent is 648 - 22 = 626 for padding-left */
div.customContent {
    width: 626px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 22px;
    text-align: left;
    /*border: solid 1px #000;*/
    background-color:#ede8d6;
    clear: both;
}

div.customContentContainer {
    /*background-color: #ede8d6;*/
    /*text-align: center;*/
    /*vertical-align: top;*/
}

/* customContentButtonBar is 648 - 8 = 640 for padding-right */
div.customContentButtonBar {
    width: 640px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
    text-align: left;
    background-color:#ede8d6;
}

div.customContent ol, div.customContent ul {
    /*padding-bottom: 6px;*/
    padding-left: 20px;
}

div.customContent p {
    padding-bottom: 6px;
}

/* publicNewsletterFrame is 648 with no padding */
div.publicNewsletterFrame {
    margin: auto;
    width: 648px;
    padding: 0px;
}

/******************************************************************************************/
table.custom_contentEditor {
    width: 780px;
}



