.package-wrapper sup {
	font-size: 12px;
	vertical-align: middle;
}
.package-wrapper {
	width: 182px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
#package-orange {
	background: url(/images/landingpages/bg-pkg-orange.png) no-repeat center bottom;
	border-top: 1px solid #e6a03d;
	border-right: 2px solid #e6a03d;
	border-bottom: 2px solid #e6a03d;
	border-left: 1px solid #e6a03d;
	margin-bottom: 10px;
	height: 250px;
}
#package-green {
	background: url(/images/landingpages/bg-pkg-green.png) repeat center bottom;
	border-top: 1px solid #80bf41;
	border-right: 2px solid #80bf41;
	border-bottom: 2px solid #80bf41;
	border-left: 1px solid #80bf41;
	margin-bottom: 10px;
	height: 250px;
}
#package-blue {
	background: url(/images/landingpages/bg-pkg-blue.png) center bottom;
	border-top: 1px solid #5f8ebb;
	border-right: 2px solid #5f8ebb;
	border-bottom: 2px solid #5f8ebb;
	border-left: 1px solid #5f8ebb;
	margin-bottom: 10px;
	height: 250px;
}
#package-purple {
	background: url(/images/landingpages/bg-pkg-purple.png) no-repeat center bottom;
	border-top: 1px solid #6c71b4;
	border-right: 2px solid #6c71b4;
	border-bottom: 2px solid #6c71b4;
	border-left: 1px solid #6c71b4;
	margin-bottom: 10px;
	height: 250px;
}
#package-orange h2 {
	color: #df7e00;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	margin-bottom: 5px;
	background: url(/images/landingpages/bg-pkg-header-orange.png);
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0;
}
#package-orange h2 span {
	color: #ab6100;
	font-size: 13px;
	font-weight: normal;
	display: block;
}

#package-purple h2 {
	color: #42488a;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	margin-bottom: 5px;
	background: url(/images/landingpages/bg-pkg-header-purple.png);
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0;
}
#package-purple h2 span {
	color: #2d305b;
	font-size: 13px;
	font-weight: normal;
	display: block;
}
#package-green h2 {
	color: #589a16;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	margin-bottom: 5px;
	background: url(/images/landingpages/bg-pkg-header-green.png);
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0;
}
#package-green h2 span {
	color: #366606;
	font-size: 13px;
	font-weight: normal;
	display: block;
}
#package-blue h2 {
	color: #3a71a6;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	margin-bottom: 5px;
	background: url(/images/landingpages/bg-pkg-header-blue.png);
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0;
}
#package-blue h2 span {
	color: #184877;
	font-size: 13px;
	font-weight: normal;
	display: block;
}

ul.package-features {
	list-style: none;
	padding-left: 5px;
	font-size: 11px;
	line-height: 16px;
}
ul.package-features li {
	background: url(/images/small_green_check.png) no-repeat 0px 4px;
	padding: 1px 0 1px 20px;
}
#packages {
	margin-top: 25px;
	margin-bottom: 35px;
}
#packages-four {
	margin: 25px 0 10px 45px;
}
#packages-four .package-wrapper {
	margin-right: 35px;
}
#packages-four .package-wrapper {
	width: 203px;
}
#packages-four #package-orange,
#confirm-package #package-orange {
	background: url(/images/landingpages/packages/200px/bg-pkg-orange.png) no-repeat center bottom;
}
#packages-four #package-blue,
#confirm-package #package-blue {
	background: url(/images/landingpages/packages/200px/bg-pkg-blue.png) no-repeat center bottom;
}
#packages-four #package-green,
#confirm-package #package-green {
	background: url(/images/landingpages/packages/200px/bg-pkg-green.png) no-repeat center bottom;
}
#packages-four #package-purple,
#confirm-package #package-purple {
	background: url(/images/landingpages/packages/200px/bg-pkg-purple.png) no-repeat center bottom;
}
#packages-four #package-orange h2,
#confirm-package #package-orange h2 {
	font-size: 16px;
	margin-bottom: 5px;
	background: url(/images/landingpages/packages/200px/bg-pkg-header-orange.png) no-repeat center bottom;
}
#packages-four #package-blue h2,
#confirm-package #package-blue h2 {
	font-size: 16px;
	margin-bottom: 5px;
	background: url(/images/landingpages/packages/200px/bg-pkg-header-blue.png) no-repeat center bottom;
}
#packages-four #package-green h2,
#confirm-package #package-green h2 {
	font-size: 16px;
	margin-bottom: 5px;
	background: url(/images/landingpages/packages/200px/bg-pkg-header-green.png) no-repeat center bottom;
}
#packages-four #package-purple h2,
#confirm-package #package-purple h2 {
	font-size: 16px;
	margin-bottom: 5px;
	background: url(/images/landingpages/packages/200px/bg-pkg-header-purple.png) no-repeat center bottom;
}
#packages-four ul.package-features,
#confirm-package ul.package-features {
	padding-left: 20px;
	margin-top: -10px;
}
#packages-four p.rate,, #confirm-package p.rate {
font-size: 38px;
}
/**
#packages-four #package-orange,
#packages-four #package-green,
#packages-four #package-blue,
#packages-four #package-purple,
#confirm-package #package-orange,
#confirm-package #package-green,
#confirm-package #package-blue,
#confirm-package #package-purple {
	height: 220px;
}
**/

#confirm-package {
	float: left;
	width: 203px;
	margin-right: 25px;
	margin-top: 15px;
	margin-left: 5px;
}
#confirm-package .package-wrapper {
	width: 203px;
}
#package-orange div,
#package-green div,
#package-blue div,
#package-purple div {
	text-align: left;
	padding: 0 10px 5px;
}
.package-select {
	text-align: center;
}
p.rate {
	color: #333;
	margin: 0;
	text-align: center;
	font: 38px Tahoma, Geneva, sans-serif;
	padding: 0;
}
.rate-crossout {
	color: #777;
	font-size: 20px;
	TEXT-DECORATION: line-through;
}
#confirm-package p.rate { margin-bottom: 10px; }