.cms #offerPanel {
	clear: right;
	width: 272px;
	background: #679128;
	padding: 10px;
	color: #ffffff;
	margin-bottom: 10px;
}

	.cms #offerPanel h2 {
		color: #ffffff;
	}
	
	.cms #offerPanel p {
		font-size: 0.55em;
	}
	
		.MacPPC.cms #offerPanel p {
			font-size: 0.6em;
		}
			
	.cms #offerPanel img {
		float: left;
		margin-right: 10px;
	}
	
	.cms #offerPanel a {
		color: #ffffff;
		font-size: 1.2em;
		font-weight: bold;
	}

.cms #cmsPanel1 {
	clear: right;
	width: 272px;
	background: #679128;
	padding: 10px;
	color: #ffffff;
}

	.cms #cmsPanel1 h2 {
		color: #ffffff;
	}
	
	.cms #cmsPanel1 p {
		font-size: 0.55em;
	}
	
		.MacPPC.cms #cmsPanel1 p {
			font-size: 0.6em;
		}
			
	.cms #cmsPanel1 img {
		float: left;
		margin-right: 10px;
	}
	
	.cms #cmsPanel1 a {
		color: #ffffff;
		font-size: 1.2em;
		font-weight: bold;
	}
	
.cms #cmsPanel2 {
	width: 282px;
	padding: 10px 10px 10px 0px;	
	background: url(bgDottedBorder.gif) no-repeat bottom left;
}

	.cms #cmsPanel2 h2 {
		font-size: .8em;
		color: #679128;
		margin-bottom: 0px;
	}
	
	.cms #cmsPanel2 p {
		font-size: 0.7em;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	.cms #cmsPanel2 img {
		float: left;
		margin-right: 10px;
	}
	
	.cms #cmsPanel2 #requestBrochure {
		display: block;
		padding-top: 3px;
		text-indent: -3000px;
		background: url(btnRequestABrochure.gif) no-repeat 98px 4px;
		height: 16px;
	}
	
		.IE7.cms #cmsPanel2 #requestBrochure {
			background-position: 0px 4px;
		}
	
	.cms #cmsPanel2 #downloadBrochure {
		display: block;	
		text-indent: -3000px;
		background: url(btnDownloadABrochure.gif) no-repeat 98px 0px;
		height: 16px;
	}
	
		.IE7.cms #cmsPanel2 #downloadBrochure {
			background-position: 0px 0px;
		}
		
.cms #offerPanel p, .cms #cmsPanel1 p, .cms #cmsPanel2 p {
	line-height: 120%;
}

.cms #Text {
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 5px;
}

	.cms #Text p {
		margin-bottom: 15px;
		font-size: 0.8em;
	}

	.cms #Text table {
		font-size: 0.7em;
		border-collapse: collapse;
		margin-top: 5px;
	}
	
		.cms #Text table p {
			font-size: 1.0em !important;
		}
	
	.cms #Text table td {
		/*border: 1px solid #cccccc;*/
		padding: 2px 4px;
	}
	
	.cms #Text a {
		color: #000000;
		text-decoration: underline;
	}
