/* ====== [5.2.16] Email ====== */
table.email_table {
	border-collapse: collapse; /* !important */
	width: 100%; /* !important */
	padding: 5px;
}
table.email_table td {
	border-collapse: collapse;
}
table.email_table tr.row td:first-child, table.email_table tr.alt_row td:first-child {
	font: normal normal 17px/20px MinionPro-Bold, sans-serif; /* !important */
	width: 120px;
	text-align: right;
	color: #666666;
}
table.email_table .row td {
	background-color: #EDEDED;
	border: 1px solid #D9D9D9;
	padding: 6px;
}
table.email_table .alt_row td {
	background-color: #FAFAFA;
	border: 1px solid #D9D9D9;
	padding: 6px;
}
table.email_table td.message_container {
	text-align: left; /* !important */
	background-color: #ffffff;
}
.email_table textarea.message {
	/*height: 280px;
	/*width: 970px;*/
	padding: 6px;
/*	max-width: 970px;*/
	border: 0;
	
	width:100%;
	/* max-width: 998px; */
	min-width: 366px;
	min-height:132px;
	box-sizing: border-box;
	resize: vertical;
}
.email_table .all_buttons {
	margin-left: -1px;
}
