/* CSS Document */

body.calc {
	max-width: 650px;
	margin: 0; 
	padding: 0; 
	text-align: left;
	background: #F5F8DA;
} 
#cwrapper {
	color: #514A2F;
	font: x-small Trebuchet MS, Arial, Helvetica, sans-serif;
 	voice-family: "\"}\""; 
 	voice-family: inherit;
 	font-size: small; 
}
h1 {
	font-size: 190%;
}
img {
	border: 0;
}
ul li {
	list-style-type: none;
}
#cHead {
	height: 44px;
	margin: 0 0 18px 0;
	padding: 0;
}
#cHead h1 {
	float: left;
	color: #A00D0D;
	margin: 0;
	padding: 5px 0 0px 18px;
}
#cHead .minimize {
	float: right; 
	padding: 5px 15px 0px 0px;
}
#cHead img {
	padding: 10px 15px 10px 0px;
}
.clearfloats {
	clear: both;
}
#cSteps {
	margin: 0;
	padding: 0 18px 0 18px;
}
#cSteps div.dot {
	margin: 3px 0 0 0;
	padding: 0;
	float: left;
}
#cSteps div.step1 p {
	margin: 0 0 10px 30px;
	padding: 0;
	font-size: 120%;
}
#cSteps div.step2 p {
	margin: 0 0 10px 30px;
	padding: 0;
	font-size: 120%;
}
#cSteps div.table1 td select.sDetails {
	background-color: #eae6de; 
	height: 20px; 
	width: 275px; 
	font-size: 12px;
}
#cSteps div.table1 {
	margin: 0 0 20px 40px;
}
#cSteps div.table2 {
	margin: 0 0 0px 40px;
}
input.iDetails1 {
	background-color: #eae6de; 
	height: 15px; 
	width: 80px; 
	font-size: 12px;
}
input.iDetails2 {
	background-color: #eae6de; 
	height: 15px; 
	width: 80px; 
	font-size: 12px;
}
input.iDetails3 {
	background-color: #eae6de; 
	height: 15px; 
	width: 80px; 
	font-size: 12px;
}
input.iDetails4 {
	background-color: #eae6de; 
	height: 15px; 
	width: 80px; 
	font-size: 12px;
}
input.iDetailsL {
	background-color: #eae6de; 
	height: 15px; 
	width: 197px; 
	font-size: 12px;
}
#cSteps div.cRadioList {
	padding: 0 0 25px 115px;
	/*border: 1px solid blue;*/
}
#cSteps div.cRadioList input {
	padding: 0;
	margin: 7px 7px 0 0;
}
#action {
	position: relative;
}
#clearButton a {
	position: absolute; top: -40px; left: 370px;
	background: transparent url(/images/buttonClear.gif) 0px 0px no-repeat;
	text-align: right;
	width: 78px;
	height: 16px;
	margin: 4px 0 0 0;
	padding: 0;
	/*border: 1px solid brown;*/
}
#clearButton a:hover {
	background: url(/images/buttonClear.gif) -105px 0px no-repeat;
}
#clearButton a:active {
	background: url(/images/buttonClear.gif) -210px 0px no-repeat;
}

#clearButton_xtra a {
	position: absolute; top: -40px; left: 370px;
	background: transparent url(/images/btnClear_xtra2.gif) 0px 0px no-repeat;
	text-align: right;
	width: 78px;
	height: 16px;
	margin: 0px 0 0 0;
	padding: 0;
	/*border: 1px solid brown;*/
}#clearButton_xtra a:hover {
	background: url(/images/btnClear_xtra2.gif) -105px 0px no-repeat;
}
#clearButton_xtra a:active {
	background: url(/images/btnClear_xtra2.gif) -210px 0px no-repeat;
}

#calculateButton a {
	position: absolute; top: -40px; left: 458px;
	background: transparent url(/images/buttonCalculate.gif) 0px 0px no-repeat;
	text-align: right;
	width: 97px;
	height: 16px;
	margin: 4px 0 0 0;
	padding: 0;
}
#calculateButton a:hover {
	background: url(/images/buttonCalculate.gif) -130px 0px no-repeat;
}
#calculateButton a:active {
	background: url(/images/buttonCalculate.gif) -260px 0px no-repeat;
}
#answer {
	background-color: #FFF;
	width: 80%;
	padding: 20px 50px 30px 50px;
}
#answer div.zone {
	position: relative;
	padding: 0;
	margin: 0;
	/*border: 1px solid purple;*/
}
textarea.taDetails {
	background-color: #eae6de; 
	font-size: 12px;
	margin: 0;
}
#answer div.zone span {
	position: absolute; top: 0px; left: 270px;
	padding: 0;
	margin: 0;
}
#answer div.step3 p {
	font-size: 125%;
	color: #A00D0D;
	margin: -21px 0 0 27px;
	padding: 0;
	/*border: 1px solid purple;*/
}
#answer div.disclaim {
	font-size: 100%;
	margin: 80px 0 0 0;
}
#answer div.disclaim p {
	color: #000;
	font-weight: 900;
}
#answer div.step3 p span {
	font-size: 120%;
}
#answer div.disclaim ul {
	position: relative;
	padding: 0 80px 0 0;
	margin: -10px 0 0 15px;
}
#answer div.disclaim ul li span {
	position: absolute; top: 2px; left: -18px;
	padding: 0;
	margin: 0;
}
