/*print.css*/
#printButtonTop, #printButton, #footerLinks, #buttonCenter, #sectionAndSearch, #aboutCorpAmerica, #goToButton, .bottomRowWide {
	display: none;
}

#contentBodyWide {
	width: 656px;
}

#contentBodyWide #formContainer, #contentBodyWide h1, p.smallContent, .bigReceipt, .companyDetails, .bottomRow, .bottomRowWide {
	width: 628px;
	padding-left: 0;
}

.bigReceipt {
	margin: 12px 0 0 0;
}

.companyDetails table {
	width: 624px!important;
}

.topRow td, .topRow th .companyDetails table td {
	width: 314px;
}

.topRow th {
	padding-left: 0!important;
}

.topRow td table, .companyDetails table td table {
	width: 300px!important;
	margin: 0!important;
	padding: 0!important;
}

.topRow td table td {
	width: 100%;
}

.topRow td table td ul, .topRow td table h4 {
	padding-left: 0px; 
}

.topRow td.left table th, .companyDetails table td table th {
	width: 135px;
	padding-right: 10px;
}

.topRow td.left table td, .companyDetails table td table td {
	width: 155px;
}

.bottomRow {
	display: none;
	page-break-before: always;
}



