table{
	width: 94%;
    table-layout: fixed;
    margin: 0 auto;
}
table th{text-align: left;}
table th, table td{vertical-align: middle;} 
table th, table td, table td input, table td textarea{font-size: 14px;}

#contact_table th, #contact_table td{padding: 2% 0;}
#contact_table th{width: 38%;}
#contact_table td{width: 62%;}

#company_table{margin-top: 20px;}
#company_table th{padding: 2%; opacity: .4; -webkit-opacity: .4; width: 45%;}
#company_table td{padding: 2% 0 2% 0; width: 55%}

#contact_table th.messageTitle{vertical-align: top !important; padding: 2% 0 0 0 !important;}
#company_table th.messageTitle{vertical-align: top !important;}

td.multilines{line-height: 26px;}
td.multilines a{text-decoration: underline;}