* html #calculator {
	height: 870px;
}
.calculator-intro {
	text-align: center;
	padding: 0 10px;
}

.calculator-intro h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff6a10;
	margin: 0;
	padding: 10px 0;
}

.calculator-intro p {
	margin: 0;
	padding: 0 0 18px;
	font-size: 12px;
	line-height: 18px;
}
.calculator-intro strong {
	font-weight: bold;
	color: #ff6a10;
}

#calculator .input-field {
	background: #ececec;
	padding: 10px 0 0 47px;
	min-height: 36px;
	position: relative;
	background: url(../include/images/calculator/calculator-input-field.gif) no-repeat 0 0;
	clear: both;
}
* html #calculator .input-field {
	height: 36px;
}
#calculator .input-field .form-number {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	padding: 2px 5px 0 0;
	height: 43px;
	text-align: center;
	font-size: 18px;
	color: #ff6a10;
}
#calculator .input-field-last {
	height: 26px;
	min-height: inherit;
}
* html #calculator .input-field-last {
	height: 26px;
}

#calculator .input-field label.error,
#calculator .agree-checkbox label.error {
	color: #f00;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	padding: 5px 0 0;
	display: block;
	width: 465px;
	clear: both;
}
#calculator .agree-checkbox label.error {
	display: inline;
}

#calculator .input-field label.error,
#calculator .input-field .tooltip-content {
	display: none;
}

#calculator .input-field .info {
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../include/images/calculator/icon-info.gif) no-repeat 0 0;
}

#calculator .input-field label,
#calculator .input-field span.label {
	font-size: 14px;
	float: left;
	line-height: 18px;
	color: #333;
	padding: 0 7px 0 0;
}
#calculator .input-field label.radio {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	padding: 0 17px 0 0;
}
#calculator .input-field input,
#calculator .input-field select {
	vertical-align: middle;
	float: left;
	margin: 0;
}
#calculator .input-field label.radio input {
	float: none;
}
#calculator .input-field input.text,
#calculator .input-field select {
	width: 61px;
	height: 16px;
	border: 1px solid #555;
	background: #fff;
	margin: 0 7px 0 0;
	padding: 0;
	font: 12px Arial, sans-serif;
}
#calculator .input-field select {
	font-weight: bold;
	color: #555;
	height: auto;
}

#calculator .button {
	height: 22px;
	margin: 10px 0 15px;
}
#calculator .button a,
#calculator .button input {
	background: #ff6a10;
	border: 0;
	margin: 0; padding: 0;
	color: #fff;
	font: bold 14px/23px Arial, sans-serif;
	text-transform: uppercase;
	float: left;
	text-align: center;
	width: 165px;
	height: 22px;
	cursor: pointer;
}

#calculator p.total {
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	color: #f26911;
	margin: 0;
	padding: 0;
}
#calculator p.total strong {
	font-size: 18px;
	font-weight: normal;
}

#calculator .calculator-note {
	padding: 5px 0 0;
}
#calculator .calculator-note p,
#calculator .calculator-note ul,
#calculator .calculator-note li {
	margin: 0; padding: 0;
}
#calculator .calculator-note p {
	line-height: 18px;
}
#calculator .calculator-note ul {
	padding: 0 0 10px;
}
#calculator .calculator-note li {
	list-style-type: none;
	line-height: 20px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #ff6a10;
	background-color: #ff6a10;
	color: #fff;
	font-size: 11px;
	width: 172px;
}
#tooltip .body {
	border: 1px solid #fffaf7;
	padding: 5px 8px;
}
#tooltip h3, #tooltip div { margin: 0; }

.calculator-after {
	display: none;
}

#calculator-register {
	padding: 10px 0 0;
}

#calculator-register .input-field input.text,
#calculator-register .input-field select {
	width: 200px;
}

#error-container {
	display: none;
}

#calculator-register ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#calculator-register li {
	list-style-type: none;
	background: url(../include/images/calculator/bullet.gif) no-repeat 0 5px;
	margin: 0;
	padding: 0 0 0 10px;
}