* { 
	padding: 0px;
	margin: 0px;
	outline: none;
}
img, fieldset {
	border: none;
}
ul {
	list-style: none;
}
body {
	font: 11px arial;
}
#content {
	width: 556px;
	margin: 0 auto;
}
h1 {
	font: bold 14px arial;
	padding: 0 0 10px 0;
	display: block;
}
.calculator_box {
	width: 556px;
	color: #656565;
	font: 11px arial;
	background: #F4F4F4;
	padding: 10px 0 0 0;
    margin: 0 0 15px 0;
	float: left;
}
.calculator_box p {
	padding: 0 10px 10px 10px;
	display: block;
}
.calculator_box .form {
	width: 536px;
	float: left;
}
.calculator_box .form li {
    display: block;
    height: 22px;
}
.calculator_box .form {
	padding: 0 10px 10px 10px;
}
.calculator_box .form li {
	padding: 5px 0;
}
.calculator_box .form li label {
	width: 230px;
	color: #333;
	font: bold 11px arial;
	padding: 3px 0 0 0;
	float: left;
}
.calculator_box .form li select {
	width: 305px;
	font: 11px arial;
	float: right;
}
.calculator_box .amount_table, .calculator_box .plan_table {
	width: 556px;
	clear: both;
        table-layout: fixed;
}
.calculator_box .amount_table th, .calculator_box .plan_table th {
	color: #333;
	text-align: left;
	border-bottom: 1px solid #8E8E8E;
	padding: 3px 5px;
}
.calculator_box .plan_table th.plan {
	color: #FFF;
	font: bold 12px arial;
	background: #E50003;
	border-bottom: 0;
}
.calculator_box .amount_table .txt {
	width: 275px;
	border-bottom: 0;
	padding: 3px 5px 3px 10px;
}
.calculator_box .plan_table .txt {
	width: 100px;
	border-bottom: 0;
	padding: 3px 5px 3px 10px;
}
.calculator_box .amount_table td, .calculator_box .plan_table td {
	padding: 3px 5px;
}
.calculator_box .amount_table td.bg, .calculator_box .plan_table td.bg {
	color: #333;
	font: bold 11px arial;
	background: #D9D9D9;
    white-space: nowrap;
}
.calculator_box .plan_table .column_bg {
	width: 50px;
	background: #E7E7E7;
}
.calculator_box .amount_table tr.last td, .calculator_box .plan_table tr.last td {
	color: #333;
	font: bold 11px arial;
	background: #D9D9D9;
	vertical-align: top;
	border-top: 10px solid #F4F4F4;
	padding: 10px 5px;
}
.calculator_box .amount_table td .input, .calculator_box .plan_table td .input {
	width: 30px;
	font: 11px arial;
	text-align: center;
}
.red {
	color: #E50003 !important;
}
.separator {
	height: 15px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 10px 0;
	clear: both;
	display: block;
}
html>/**/body select, x:-moz-any-link {
	padding: 1px;
}

.kwh {
    position: relative;
    top: 1px;
    left: 2px;
}

.btn-calc {
    padding: 3px 4px 4px 4px;
    background: url(/img/btn-grad.png) repeat-x;
    color: #fff !important;
    font-size: 11px;
    text-decoration: none !important;
    float: right;
    position: relative;
    top: 4px;
}

a.print {
	color: #E50003;
	font: 11px arial;
	background: url(/img/icon_print.gif) no-repeat 0 3px;
	padding: 0 0 0 18px;
	float: right;
}