@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-color: #333;
	background-repeat:repeat;
	float:left;
	width: 440px;
	height: 100%;
	
}

#calc_bot_bg{
	background-image:url(../img/calc_bot_bg.gif);
	background-repeat: no-repeat;
	float:left;
	width: 440px;
	height: 142px;
	text-align:center;
	font: 10px arial;
	color:#CCC;
	padding-top: 3px;
}
#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;
}
