@charset "utf-8";
/* CSS Document */

.pricing {
	padding: 0.2em;
	background: #c2ece8;
	border-color: #97D3D3;
	border-style: solid;
	color: #488CA3;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	float: none;
}

.pricing {
	float:right;
	width: 300px;
	position: relative;
		color: #488CA3;
	font-weight: bolder;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pricing strong
{
	float: none;
	font-size: 2em;
	display: block;
	padding: 0.2em;
	background-color: #C2ECE8;
	width: 115px;
	text-align: right;
}

.pricing ul {
	display: block;
	position: relative;
	padding: 0.3em;
	font-size: 0.3px;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.module  .pricing li {
	margin-top: 1px;
	margin-bottom: 1px;

}
.modifyLink {
	font-weight: bold;
	}
	

.module fieldset .radioButtonLabel {
	float: none;
}
	
.module fieldset .zenRadio {
	width: auto;
	float: none;
}

