@charset "UTF-8";
/* CSS Document */

a {
	color:#FC6;
}

body {
	width: 440px;
	color:#FFF;
	font: bold 14px arial;
}

#calc_top_bg {
	background-image:url(../img/calc_top_bg.gif);
	background-repeat: no-repeat;
	float:left;
	width: 440px;
	height: 142px;
}
.calc_header{
	padding-top: 25px;
	text-align:center;
}
#calc_bg{
/*	background-image:url(../img/calc_bot_bg.gif);
	background-repeat: no-repeat;
	background-position:bottom;  */

	background-color: #333;
/*	background-repeat:repeat; */
	float:left;
	width: 440px;
	height: 100%;
	
}

#divError{
	text-align:center;
	font: bold 14px arial;
	color:#F00;
}
#calc_window1{
	float:right;
	padding-right: 15px;
	
	
}
#calc_window2{
	float:right;
	padding-right: 15px;
	
	
}
#calc_window3{
	float:right;
	padding-right: 15px;
	
	
}
#calc_window4{
	float:right;
	padding-right: 15px;
	clear:both;

}
#show_but{
	text-align:center;

}
.block{
	height: 40px;
}
.hidden_out1{
	padding: 0px 15px 0px 25px;
	width:400px;
	color: #ffcc66;
	font: Arial;
	font-size:16px;
	font-weight:bolder;
	text-transform:uppercase;
}
.hidden_out2{
	padding: 0px 15px 8px 25px;
	width:400px;
	color: #ffcc66;
	font: Arial;
	font-size:16px;
	font-weight:bolder;
	text-transform:uppercase;
}
.hidden_out_right{
	text-align:right;
}
.hidden_out_right2{
	text-align:right;
	padding-top: 40px;
	padding-bottom: 5px;
}
.hidden_out_left{
	float:left;
}
.calc_text1{
	padding: 0px 0px 10px 25px;
	clear:left;

}
.calc_text2{
	padding: 0px 0px 0px 10px;
	font: italic 10px arial;
}


#form-bottom-section 
{
    	background-color: #333;
    	margin-bottom: 0px;
    	padding-bottom: 0px;
float: left;
width: 100%;
background-image:url(../img/calc_bot_bg.gif);
background-position: bottom;
background-repeat: no-repeat;
height: 
}

#form-bottom-right-section 
{
    margin-left: 150px;
}
#form-bottom-left-section
{ 
    float: left;   
    padding-left: 20px; 
}       
#form-button-section 
{
    padding-left: 55px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#form-text-secton
{
    font-size: 110%;
    text-align: center;
    padding-bottom: 10px;

}

#form-end-section,
#form-end-section img,
#calc-form
{
    padding: 0;
    margin: 0 0 0 0;
/*	background-image:url(../img/calc_top_bg.gif);

	background-repeat: no-repeat;
*/
}



#tellmore 
{
    margin-bottom: 1px;
}


#copyright 
{
    font-size: 80%;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 0px;
}
 
 



