.contentBox {
	width: 99%;
	position: relative;
	border: 2px solid #A81E42;
}
.cbPageTitle {
	background-image: url('../images/title_bg_30.gif');
	width: 100%;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 0px;
}

.cbPageTitle .pageTitleRight {
	position: absolute;
	right: 4px;
	top: 4px;
}

.cbPageTitle .pageTitleLeft {
	position: absolute;
	left: 4px;
	top: 4px;
}

.cbPageTitle .saveSearch {
	background-image: url('../images/savedsearches.gif');
	width: 180px;
	height: 20px;
	position: absolute;
	right: 1px;
	top: 1px;
}
.cbPageTitle .saveSearch a.saveSearches {
	position: absolute;
	left: 85px;
	top: 3px;
	text-decoration: none;
	font-size: 11px;
	color: #314165;
	font-family: Arial;
	font-weight: bold;
}
.cbPageTitle .saveSearch a.saveSearches:hover {
	font-weight: normal;
}
.cbPageTitle .saveSearch a.loadSearches {
	position: absolute;
	left: 137px;
	top: 3px;
	text-decoration: none;
	font-size: 11px;
	color: #314165;
	font-family: Arial;
	font-weight: bold;
}
.cbPageTitle .saveSearch a.loadSearches:hover {
	font-weight: normal;
}

.cbTitle {
	background-image: url('../images/title_bg_20.gif');
	background-repeat: repeat-x;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.cbContent {
	background-color: #ffffff;
	padding: 4px 0px;
	text-align: center;
}
.cbButtons {
	background-color: #ffffff;
	border-top: 2px solid #A81E42;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
.cbBreak {
	border-top: 2px solid #A81E42;
	margin-top: 0px;
	padding-top: 0px;
}
.cbContentFooter {
	background-image: url('../images/title_bg_30.gif');
	width: 100%;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0px;
}
