@charset "utf-8";

#homeCalc {
position:relative;
z-index:0;
}
#calculator {
display:none;
color:#fff;
background:url(../images/calc-bg-bottom.jpg) left bottom no-repeat;
width:269px;
overflow:hidden;
position:absolute;
top:0px;
left:0px;
}
#calculator div {
width:269px;
background:url(../images/calc-bg.jpg) 0 0 no-repeat;
margin-bottom:3px;
}
#calcCloseButton {
display:block;
background:url(../images/close-button.jpg) 0 0 no-repeat;
float:right;
width:15px;
height:0px;
overflow:hidden;
margin:6px 6px 72px 0;
padding-top:15px;
}
#calculator h2{
display:none;
}
#calculator p{
clear:both;
padding:0 13px;
margin:0;
}
#calculator p.first{
overflow:hidden;
background:#6a9c14 url(../images/calc-bg.jpg) -807px top no-repeat;
margin-top:0;
}
#calculator p.second{
overflow:hidden;
background:#6a9c14 url(../images/calc-bg.jpg) -538px top repeat-y;
}
#calculator p a.calcClose, #calculator p a.calcClose:visited{
color:#fff;
display:block;
width:70px;
margin-bottom:5px;
}
#calculator table{
width:269px;
margin:0;
background:#466e09 url(../images/calc-bg.jpg) -269px top repeat-y;
}
#calculator p.disclaimer{
font-size:10px;
line-height:1.2em;
padding:10px 13px;
}
#calculator p.disclaimer a, #calculator p.disclaimer a:visited{
color:#dded71;
}
#calculator td.item{
padding:5px 0 5px 27px;
background:url(../images/green-triangle.jpg) 13px 11px no-repeat;
}
#calculator td.amount{
color:#dded71;
font-weight:bold;
text-align:right;
padding:5px 13px 5px 0;
}
#calculator label {
display:block;
font-weight:bold;
margin:8px 0 3px 0;
padding:0;
}
#calculator input{
display:block;
font-size:12px;
line-height:1.0em;
margin-bottom:8px;
}
#calculator input.text{
width:152px;
height:20px;
float:left;
border:none;
background:url(../images/calc-text-field.png) 0 0 no-repeat;
padding:4px 10px 0 3px; /* IE */
padding:1px 10px 0 3px; /* FF */
text-align:right;
}
#calculator input.button{
width:77px;
height:20px;
float:right;
color:#578412;
background:#eee url(../images/calc-button.png) 0 0 no-repeat;
border:none;
}
