#calc_container {
	width:235px;
	margin:0 auto;
	text-align:center;
	color:#000000;
}
#calc_container #calc_form {
	float:left;
	width:100%;
	padding-bottom:5px;
	border:1px solid #002d56;
	background-color:#dddedf;
}
#calc_container .calchead {
	margin-bottom:5px;
	padding:6px 0;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:#880000 url('../images/head_bkgnd.gif') repeat-x top left;
}
#calc_container .calcbtn {
	float:left;
	width:100%;
	margin:3px auto;
	padding:3px 0;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:#880000 url('../images/head_bkgnd1.gif') repeat-x bottom left;
}
#calc_container .calcbtn input {
	float:none;
	width:140px;
	margin:2px 0;
	color:#000000;
}
#calc_container .holder {
	float:left;
	width:100%;
	padding:2px 0;
}
#calc_container label {
	float:left;
	width:130px;
	padding-right:2px;
	text-align:right;
	cursor:pointer;
}
#calc3 p {
	float:left;
	width:100%;
	margin:0;
}
#calc_container input, #calc_container select {
	width:180px;
	font-family:Verdana,Arial,Helvetica,'Lucida Sans',sans-serif;
	font-size:8pt;
	font-weight:normal;
}
#calc_container input {
	float:left;
}
#calc_container .money {
	width:80px;
	text-align:right;
}
#calc_container .percent {
	width:50px;
	text-align:right;
}
#calc_container .co1 {
	float:left;
	text-align:right;
	width:24px;
	padding-right:3px;
}
#calc_container .co2 {
	float:left;
	width:115px;
}
#calc_container .co2 input {
	width:80px;
}
#calc_container .co3 {
	float:left;
	width:75px;
}
#calc_container .co3 input {
	width:50px;
}