#calculator {
	position: absolute;
	visibility: visible;
	width: 470px;
	height: 500px;
	margin: 5px auto;
	margin-top: -700px;
	margin-left: -1000px;
	background-color: #fff;
	font: 10pt 'trebuchet ms', helvetica, sans-serif;
	/*
	margin-left: 250px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	*/
	border: 0px solid black;
}

#calculator_appeal {
	height: 100%;
	background: url(../images/appeal_calc_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #633;
	text-align: center;
}

#calculator_cost {
	height: 100%;
	background: url(../images/cost_calc_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	border: 1px solid #369;
}

#calculator_firm {
	height: 100%;
	background: url(../images/firm_calc_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 40px;
	border: 1px solid #669;
}


* html #calculator {
	width: 480px;
}


body#calculator {
	margin:0;
	padding: 10px 15px;
	font-weight: bold;
	color: #000;
}

#calculator h1 {
	font-size: 12pt;
	font-family: palatino, serif;
}

#calculator input, #calculator select {
	margin: 2px 0;
	width: 192px;
	display: block;
	border-width: 0;
	background-color: #999;
	color: #fff;
}

#calculator_appeal input {
	display: inline;
}

#calculator textarea {
	padding: 5px;
	background-color: #999;
	border-width: 0;
	font: 10pt arial, sans-serif;
	font-weight: bold;
	color: #fff;
}

* html #calculator textarea {
	background-color: #fff;
	color: black;
	scrollbar-shadow-color: #aaa;
	scrollbar-face-color: #aaa;
	scrollbar-3dlight-color: #ccc;
	scroll-bar-darkshadow-color: #666;
}

#calculator .btn {
	background-color: #666;
	border: 1px solid #999;
}

#calculator #close {
	position: absolute;
	margin-left: 448px;
	padding: 5px 15px 0 0;
}

* html #calculator #close {
	margin-left: 452px;
}

* html #calculator_appeal #close {
	margin-left: 210px;
}

#calc_result {
	background: url(../images/lnd_calc_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	font: 10pt 'trebuchet ms', helvetica, sans-serif;
	font-weight: bold;
}

#calc_result_appeal {
	background: url(../images/appeal_calc_bg.jpg);
	background-repeat: no-repeat;
	background-position: -20px -120px;
	margin-top: 0;
	font: 10pt 'trebuchet ms', helvetica, sans-serif;
	font-weight: bold;
}

#calc_result_cost {
	background: url(../images/cost_calc_bg.jpg);
	background-repeat: no-repeat;
	background-position: -20px -120px;
	margin-top: 0;
	font: 10pt 'trebuchet ms', helvetica, sans-serif;
	font-weight: bold;
}

#calc_result_firm {
	background: url(../images/firm_calc_bg.jpg);
	background-repeat: no-repeat;
	background-position: -20px -120px;
	margin-top: 0;
	font: 10pt 'trebuchet ms', helvetica, sans-serif;
	font-weight: bold;
}

#self_container {
	float: left;
	width: 215px;
	margin: 0;
	padding: 10px;
	padding-top: 40px;
}

* html #self_container {
	width: 235px;
}

#calculator_appeal #self_container {
	float: none;
	margin: auto;
	padding-top: 25px;
}

#self_top {
	margin-top: 30px;
	margin-bottom: -1px;
}

#self {
	margin-top: 0;
	padding: 10px 5px 10px 10px;
	background: url(../images/calc_bg.jpg);
        color: #fff;
	line-height: 1.3em;
	position: relative;
}

* html self {
	margin-top: -2px;
}

#self_result_ie {
	margin-top: -82px;
	visibility: hidden;
}

* html #self_result_ie {
	margin-left: 2px;
	visibility: visible;
}

* html #self_result {
	visibility: hidden;
}

#ifrm_self_text_ie {
	width: 190px; 
	height: 120px; 
	margin: 0; 
	padding: 0; 
	display: block
}

#ifrm_self_text_ie {
}

#self_bot {
	margin-top: -25px;
}

* html #self_bot {
	margin-top: -10px;
}

#lfg_container {
	width: 215px;
	margin-left: 230px;
	padding: 10px;
	padding-top: 40px;
}

#calculator_appeal #lfg_container {
	padding-top: 100px;
}

#calculator_appeal #lfg_container p {
	font-weight: bold;
}

* html #lfg_container {
	width: 235px;
}

#lfg_top {
	margin-top: 30px;
	margin-bottom: -1px;
}

#lfg {
	margin-top: 0;
	padding: 10px 5px 10px 10px;
	background-color: #333;
	background: url(../images/calc_bg.jpg);
	color: #fff;
	line-height: 1.3em;
	position: relative;
}

#lfg_result_ie {
	margin-top: -82px;
	visibility: hidden;
}

* html #lfg_result_ie {
	margin-left: 2px;
	visibility: visible;
}

* html #lfg_result {
	visibility: hidden;
}

#ifrm_lfg_text_ie {
	width: 190px; 
	height: 120px; 
	margin: 0; 
	padding: 0; 
	display: block
}

#lfg_bot {
	margin-top: -25;
}

* html #lfg_bot {
	margin-top: -10px;
}

