.calc_menu a {
	background-image: url(img/calc_butt.png);
	display: inline;
	float: right;
	width: 190px;
	height: 22px;
	font-size: 11px;
	color: #da251e;
	text-decoration: none;
	line-height: 22px;
	text-align: center;
	margin-left: 5px;
}
.calc_menu a:hover {
	text-decoration: underline;
}
.calc_info {
	background-color: #eeecec;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	padding-left: 10px;
}
.calc_info td {
	height: 20px;
}
.calc_input td {
	height: 20px;
}
.calc_input {
	font-size: 12px;
	color: #da251e;
	line-height: 150%;
}
.calc_input input {
	font-size: 12px;
	color: #da251e;
	width: 60px;
}
.calc_input select {
	font-size: 12px;
	color: #da251e;
	width: 60px;
}
.calc_title {
	font-size: 12px;
	color: #da251e;
	font-weight: bold;
}
.calc_result {
	background-color: #eeecec;
	font-size: 11px;
	text-align: right;
	color: #da251e;
	line-height: 20px;
}
.submit input {
	background: #eeecec;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	color: #da251e;
}
