#mainBox { padding: 6px 6px 6px 60px; }
/*
	--- table layout ---
*/
.start_container { margin: 20px; display: table; }
.start_section, .start_section_spacer { display: table-row; }

.start_section_spacer { height: 20px;}
.start_content_empty, .start_content, .start_content_spacer { display: table-cell; margin: 0; } 
.start_content_empty, .start_content { width: 300px; padding: 10px; } 

.start_content { background-color: #d9d9d9; text-align: center; vertical-align: top;  border-color: #b3b3b3 #fff #fff #b3b3b3; border-style: solid; border-width: 1px; }
.start_content_empty { text-align: center; vertical-align: middle; }
.start_content_spacer { width: 20px; }
#et_logo_start_page { margin-top: 40px; margin-bottom: 40px; }

