div#quoterequest {
	float: left;
	font: 12px/18px Helvetica, Arial, sans-serif;
	margin: 25px 206px 0 0;

	margin: 25px 0 0 0;
	width: 630px;
}
div#quoterequest div.sidebar {
	float: left;
	padding-bottom: 20px;
	width: 140px;
}
div#quoterequest div.sidebar h3 {
	color: #75803b;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
div#quoterequest div.sidebar p {
	color: #8a8f93;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-top: 10px;
}
div#quoterequest div.sidebar p.phone {
	color: #75803b;
	font: 16px/18px Helvetica, Arial, Verdana, sans-serif;
	margin-top: 10px;
}
div#quoterequest div.center {
	margin: 0 0 50px 180px;
}
div#quoterequest div.center h2 {
	color: #75803b;
	font-size: 20px;
	line-height: 1em;
}
div#quoterequest div.center h2 span {
	color: #8cbda3;
}
div#quoterequest div.center p {
	color: #6c7175;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
}
div#quoterequest div.center p.required {
	color: #8cbda3;
	font-weight: bold;
}
div#quoterequest div.center fieldset {
	border: double #e0e2d8;
	margin-top: 20px;
	padding: 15px 20px 10px 20px;
}
* html div#quoterequest div.center fieldset {
	border: solid 1px #e0e2d8;
	padding: 15px 20px 10px 20px;
}
div#quoterequest div.center fieldset legend {
	color: #75803b;
	font-size: 14px;
	margin: 0 -5px;
	padding: 0 5px;
	text-transform: uppercase;
}
* html div#quoterequest div.center fieldset legend {
	margin-bottom: 10px;
}
div#quoterequest div.center fieldset.services {
	padding-bottom: 0;
}
div#quoterequest div.center fieldset p {
	color: #a0a0a0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}
div#quoterequest div.center fieldset p.details {
	color: #888;
	font: 13px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 15px 0;
}
div#quoterequest div.center fieldset ul.form {}
div#quoterequest div.center fieldset ul.form li {
	color: #888;
	padding-bottom: 10px;
}
div#quoterequest div.center fieldset ul.form li label {
	color: #767b7f;
	display: block;
	font-weight: bold;
	height: 1%;
	padding-bottom: 3px;
}
div#quoterequest div.center fieldset ul.form li label span {
	color: #4c7993;
}
div#quoterequest div.center fieldset ul.form li label.agreed {
	padding-left: 20px;
	position: relative;
}
div#quoterequest div.center fieldset ul.form li label.agreed input {
	left: 0;
	position: absolute;
	top: 2px;
}
div#quoterequest div.center fieldset p.error,
div#quoterequest div.center fieldset p.validationerror {
	color: #f68220;
	display: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding: 0 0 15px 0;
}
div#quoterequest div.center fieldset p.validationerror {
	display: block;
	padding: 3px 0 0 0;
}
div#quoterequest div.center fieldset ul.form li p.error {
	padding: 3px 0 0 0;
}
div#quoterequest div.center fieldset.error p.error,
div#quoterequest div.center fieldset ul.form li.error p.error {
	display: block;
}
div#quoterequest div.center fieldset ul.form li input.text {
	background-color: #F5F5F5;
	border: solid 1px #c3c3c3;
	border-bottom: solid 1px #DDD;
	border-top: solid 1px #7c7c7c;
	color: #555;
	padding: 3px 0;
	width: 100%;
}
div#quoterequest div.center fieldset input.submit {
	margin-top: 10px;
}
div#quoterequest div.center fieldset ul.form li select.select {
	color: #555;
	width: 164px;
}
div#quoterequest div.center fieldset ul.form li input.squarefootage {
	margin-right: 5px;
	width: 95px;
}
div#quoterequest div.center fieldset ul.form li div.cols {}
div#quoterequest div.center fieldset ul.form li div.cols div.col {
	float: left;
	width: 194px;
}
* html div#quoterequest div.center fieldset ul.form li div.cols div.col {
	width: 186px;
}
div#quoterequest div.center fieldset ul.form li div.cols div.col1 {
	margin-right: 15px;
}
div#quoterequest div.center fieldset table {
	margin: 0 -20px;
	width: 443px;
}
div#quoterequest div.center fieldset table thead tr th {
	border-bottom: solid 1px #CCC;
	color: #75803b;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding-bottom: 5px;
	text-transform: uppercase;
	vertical-align: bottom;
}
div#quoterequest div.center fieldset table tbody tr {
	cursor: default;
}
div#quoterequest div.center fieldset table tbody tr td {
	background-color: #FFF !important;
	border-bottom: solid 1px #E5E5E5;
	color: #a8adb1;
	line-height: 14px;
	padding: 4px 0;
	text-shadow: 0 1px 0 #FFF;
	vertical-align: middle;
}
div#quoterequest div.center fieldset table tbody tr td.service {
	padding: 0 !important;
}
div#quoterequest div.center fieldset table tbody tr.selected td {
	color: #585d61;
}
div#quoterequest div.center fieldset table tbody tr td select {
	color: #555;
}
div#quoterequest div.center fieldset table thead tr th.units,
div#quoterequest div.center fieldset table tbody tr td.units,
div#quoterequest div.center fieldset table thead tr th.freq,
div#quoterequest div.center fieldset table tbody tr td.freq,
div#quoterequest div.center fieldset table thead tr th.checkbox,
div#quoterequest div.center fieldset table tbody tr td.checkbox {
	width: 10px;
}
div#quoterequest div.center fieldset table thead tr th.freq,
div#quoterequest div.center fieldset table tbody tr td.freq {
	padding-right: 20px;
}
div#quoterequest div.center fieldset table tbody tr.selected td.service {
	color: #62676b;
	font-weight: bold;
}
div#quoterequest div.center fieldset table thead tr th.units,
div#quoterequest div.center fieldset table tbody tr td.units,
div#quoterequest div.center fieldset table thead tr th.freq,
div#quoterequest div.center fieldset table tbody tr td.freq {
	padding-left: 5px;
	padding-right: 5px;
}
div#quoterequest div.center fieldset table tbody tr td.units,
div#quoterequest div.center fieldset table tbody tr td.freq {
	border-left: dotted 1px #CCC;
}
div#quoterequest div.center fieldset table thead tr th.checkbox,
div#quoterequest div.center fieldset table tbody tr td.checkbox {
	padding-left: 20px;
	width: 25px;
}
div#quoterequest div.center fieldset table tbody tr td.checkbox {
/*	background: url('../images/checkbox-off.gif') no-repeat 20px center;*/
}
div#quoterequest div.center fieldset table tbody tr.selected td.checkbox {
/*	background: url('../images/checkbox-on.gif') no-repeat 20px center;*/
}
div#quoterequest div.center fieldset table tbody tr.altrow td {
	background-color: #F6F6F6 !important;
}
div#quoterequest div.center fieldset table tbody tr.sep td {
	border-bottom: solid 1px #CCC;
	color: #75803b;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding-bottom: 5px;
	padding-top: 20px;
	text-transform: uppercase;
	vertical-align: bottom;
}
div#quoterequest div.center fieldset table tbody tr:hover td {
	background-color: #eaece2 !important;
	color: #444 !important;
}
div#quoterequest div.center fieldset table tbody tr.sep:hover td {
	background-color: transparent !important;
	color: #75803b !important;
}
div#quoterequest div.center fieldset div.totalcostarrow {
	background: url('../images/totalcostarrow.gif') no-repeat;
	color: #75803b;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 19px;
	line-height: 0;
	margin: 14px 0 0 -15px;
	padding: 17px 0 0 25px;
	position: relative;
	text-shadow: 0 1px 0 #FFF;
	width: 235px;
}
div#quoterequest div.center fieldset table tfoot tr th {
	vertical-align: middle;
}
div#quoterequest div.center fieldset table tfoot tr th.monthly {
	border-left: none;
	position: relative;
	vertical-align: middle !important;
}
div#quoterequest div.center fieldset table tfoot tr th.monthly div#monthly {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #4c7993;
	font-size: 28px;
	font-weight: bold;
	line-height: .6em;
	letter-spacing: -1px;
	padding: 10px 5px 5px 15px;
	text-shadow: 0 1px 0 #FFF;
}
div#quoterequest div.center fieldset table tfoot tr th.monthly div span {
	font-size: 11px;
	letter-spacing: 0;
	padding-left: 2px;
}
div#quoterequest div.center fieldset table tfoot tr th.monthly p {
	border-top: dotted 1px #CCC;
	color: #75803b;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	padding: 5px 5px 10px 15px;
}
div#quoterequest div.center fieldset table tfoot tr th.monthly div#totals {
	border-left: dotted 1px #CCC;
	margin-left: 255px;
}


/*-----------------------------------
	HELPERS
-----------------------------------*/
table#services tbody tr td.service div.label div.helper {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background-color: #FFFFCC;
	border: solid 4px #C0CCC4 !important;
	color: #333;
	display: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	padding: 14px;
	position: absolute;
	right: -290px;
	text-decoration: none !important;
	top: 50%;
	width: 245px;
	z-index: 300;
}
table#services tbody tr td.service div.label div.helper,
table#services tbody tr td.service div.help div.helper {
	text-decoration: none !important;
}
table#services tbody tr td.service div.label div.helper b {
	margin-right: 3px;
}
table#services tbody tr td.service div.label div.helper ul,
table#services tbody tr td.service div.label div.helper ul li {
	background: none !important;
	background-image: none !important;
	list-style: square inside !important;
	list-style-type: square inside !important;
	margin: 0;
	padding: 0 !important;
}
table#services tbody tr td.service div.label div.helper ul li b {
	margin-right: 0;
}
table#services tbody tr.hovered td {
	background-color: #dae6ea;
	text-shadow: 1px 1px 0 #FFF;
}
table#services tbody tr td.service div.label div.helper div.arrow {
	background: url('../images/arrow-helper.gif') no-repeat;
	height: 27px;
	left: -14px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	width: 14px;
}
table#services tbody tr td.service div.label div.helper ul {
	font-size: inherit;
	margin: 10px 0 0 0;
	padding: 0;
}
table#services tbody tr td.service div.label div.helper ul li {
	background: url('../images/bullet-blue.gif') no-repeat left 7px;
	margin: 0 !important;
	padding: 2px 0 2px 15px;
}
table#services tbody tr td.service div.help {}
table#services tbody tr td.service div.help-hover {}
table#services tbody tr td.service div.label a.helpbulb {
	background: url('../images/icon-helpoff.gif') no-repeat center;
	display: none;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 4px;
	text-indent: -9999px;
	top: 50%;
	width: 16px;
}
table#services tbody tr td.service div.label a.helpbulb:hover {
	background: url('../images/icon-helpon.gif') no-repeat center;
}


table#services tbody tr td.service div.label {
	cursor: default;
	display: block;
	padding: 6px 30px 6px 0;
	position: relative;
	z-index: 100;
}


* html table#services tbody tr td.service div.label div.helper {
	right: -360px !important;
}
