#easycreadoc #table_draft {
    width: 100%;
}

#easycreadoc #table_draft .actions {
    text-align: center;
}

#easycreadoc #table_template {
    width: 100%;
}

#easycreadoc #table_template .actions {
    text-align: center;
}

#ecd_emailing_order_contact #core {
    margin: 50px;
    padding: 10px;
    border: 1px solid black;
}

#ecd_emailing_template_index .container { padding-left: 500px; overflow: hidden; }
#ecd_emailing_template_index .template-list { float: left; margin-left: -500px; }
#ecd_emailing_template_index .draft-list table { width: 500px; }
#ecd_emailing_template_index .draft-details { float: right; width: 400px; padding: 10px; border: 1px solid #ccc; margin: 10px; }

#emailing-template-editor .model { float: right; width: 280px; margin-right: 100px; margin-left: 50px;}
#emailing-template-editor .editor { float: right; width: 650px; }
#emailing-template-editor .loader { padding: 100px 0; text-align: center; }
#emailing-template-editor textarea { width: 100%; height: 400px; }
#emailing-template-editor .data { width: 150px; height: 500px; }
#emailing-template-editor iframe,
#emailing-draft-editor iframe { width: 100%; height: 400px; border: 1px solid #999; }

#ecd_emailing_draft_index .container { overflow: hidden; }
#ecd_emailing_draft_index .draft-list {  }
#ecd_emailing_draft_index .draft-list table { width: 70%; float: left; }
#ecd_emailing_draft_index .draft-details,
#ecd_emailing_draft_index .order-new { float: right; width: 400px; padding: 10px; border: 1px solid #ccc; margin: 10px; }
#ecd_emailing_draft_index h3 { font-size: .85em; }
#ecd_emailing_draft_index dt { float: left; display: block; width: 100px; font-weight: bold; font-size: .85em; }

#ecd_emailing_order_details iframe { width: 100%; height: 400px; border: 1px solid #ccc; }

/**
 * The select multiple widget
 */
.asmContainer {
	/* container that surrounds entire asmSelect widget */
}

.asmSelect {
	/* the newly created regular 'select' */
	display: inline;
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999;
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	margin: 0.25em 0 1em 0;
	position: relative;
	display: block;
	padding-left: 0;
	list-style: none;
}

.asmListItem {
	/* li item from the html list above */
	position: relative;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #ddd;
	border: 1px solid #bbb;
	width: 100%;
	margin: 0 0 -1px 0;
	line-height: 1em;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px;
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move;
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
}
