#wrapper {
	width: 800px;
}
td, div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pxl
}
a {
	color: #9e221a;
}
h1.pageName {
	color: #990100;
	margin: 0px 0px 30px 0px;
	font-weight: normal;
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
	padding: 20px 0px;
}
.row2 {
	background-color: #fafafa;
}
#btnPrint {
	text-align: center;
}
#progressMeterContainer {
	width: 200px;
	height: 40px;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
}
#progressMeter {
	height: 40px;
	background: #000;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
#header {
	background: #990100;
	margin-bottom: 30px;
}
#header td {
	color: #fff;
}
#selectedOptionsTitle {
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
	margin-top: 30px;
}
#selectedOptionsTitle a {
	outline: none;
	text-decoration: none;
}
#selectedOptions {
	border: 1px solid #ccc;
	border-top: none;
}
h1.compatibilityError {
	font-size: 18px;
	margin-bottom: 30px;
	color: red;
	font-weight: normal;
}
h1.compatibilityError a {
	color: red;
}
#printSummary td {
	font-size: 12px;
}
#printSummaryHeader td {
	font-size: 12px;
}