/* Print CSS Document for Unity Microsite product */

#productmenu,
#secondarymenu,
#printbutton,
#leftlogocontainer,
#maincontent input.formbutton {
	display: none;
}

#middle {
	padding: 120px 0 20px 0;
}

#contentborder { /* Draws the vertical border to the right of the Menu for Mozilla */
	border-left: none;
	margin: 0;
	padding: 0;
}

#printheader {
	display: block;
	height: 80px;
	left: 0;
	position: absolute;
	top: 0;
	/* width: 798px; */
	z-index: 500;
}

#maincontent #importantinformation {
	border: none;
	overflow: visible;
	padding: 0;
}

#maincontent #legalinformation {
	border: none;
	overflow: visible;
	padding: 0;
}

#maincontent #faqanswers {
	border: none;
	height: auto;
	overflow: visible;
	padding: 0;
}

#maincontent #faqanswers p {
	margin-bottom: 0;
}

div.roundedboxmiddle {
	background: url("../../graphics/borders/right.gif") right repeat-y;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0;
	padding: 0 16px 0 16px;
}