
.calc_table
{
	border-collapse: collapse;
}

.calc_table td
{
	border: solid 0px #C0C0C0;
	height: 27px;
}

.calc_caption
{
	text-align: center;
	font: bold 14px Arial;
	color: #800000;
	text-transform: uppercase;
}

.tdlabel
{
	text-align: right;
}

.tdlabel label
{
	font: bold 12px Arial;
	padding-right: 5px;
	color: #1C3468;
}

.inputdata
{
	font: normal 13px Arial;
	width: 200px;
	border: solid 1px #C0C0C0;
}

#result
{
	background-color: #F0F0F0;
}

#raschet
{
	width: 200px;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #D8D8D8;
	border: solid 1px #808080;
}
