@charset "utf-8";
/* CSS Document */

.calculator_title {
	margin-bottom:10px; 
	background-image:url(/FrameFront/images/title_calculator.gif); 
	width:516px; 
	height:40px; 
	padding-left:20px; 
	padding-top:20px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
.calculator_title_coe {
	margin-bottom:10px;
	background-image:url(/FrameFront/images/title_calculator_long.gif);
	width:640px;
	height:40px;
	padding-left:20px;
	padding-top:20px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
.calculator_left {
	float:left; 
	width:200px; 
	padding-top:4px;
}
.calculator_right {
	min-height:24px;
}
.calculator_item {
	padding-bottom: 10px;
}
.calculator_item_2 {
	padding-bottom: 5px;
	padding-top: 5px;
	background-color:#CCCCCC;
	padding-left: 10px;
}
.btn_calculate {
	background-image: url(/FrameFront/images/btn_submit1.gif);
	height: 21px;
	width: 75px;
	display: inline-block;
}
.btn_calculate:hover {
	background-image: url(/FrameFront/images/btn_submit2.gif);
	height: 21px;
	width: 75px;
	display: inline-block;
}
.btn_clear {
	background-image: url(/FrameFront/images/btn_clear1.gif);
	height: 21px;
	width: 75px;
	display: inline-block;
}
.btn_clear:hover {
	background-image: url(/FrameFront/images/btn_clear2.gif);
	height: 21px;
	width: 75px;
	display: inline-block;
}



.coe_1 {
	padding: 5px;
	float: left;
	width: 50px;
	height: 30px;
	text-align:center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.coe_2 {
	padding: 5px;
	float: left;
	width: 150px;
	border-right: 1px solid #000000;
	height: 30px;
	text-align:center;
}
.coe_3 {
	padding: 5px;
	float: left;
	width: 50px;
	border-right: 1px solid #000000;
	height: 30px;
	text-align:center;
}
.coe_4 {
	padding: 5px;
	float: left;
	width: 50px;
	border-right: 1px solid #000000;
	height: 30px;
	text-align:center;
}
.coe_5 {
	padding: 5px;
	float: left;
	width: 70px;
	border-right: 1px solid #000000;
	height: 30px;
	text-align:center;
}
.coe_6 {
	padding: 5px;
	float: left;
	width: 50px;
	border-right: 1px solid #000000;
	height: 30px;
	text-align:center;
}
.coe_7 {
	padding: 5px;
	float: left;
	width: 50px;
	border-right: 1px solid #000000;
	height: 30px;
	text-align:center;
}
.coe_8 {
	padding: 5px;
	float: left;
	width: 50px;
	border-right: 1px solid #000000;
	height: 30px;
	text-align:center;
}
