body#body-calc{
	text-align: center;
}

body#body-calc > div{
	display: inline-block;
}

body#body-calc > div div{
	text-align: left;
	font: 14px/25px Tahoma, Verdana ;
}

div.div-header, div.div-footer{
	text-transform: uppercase;
	color: rgb(43, 83, 168);
	font-weight: bold !important;
	border-bottom: 2px solid black;
}

div.div-footer{
	border-top: 1px solid black;
}

div.div-subblock{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div.div-subblock > *:first-child{
	border-bottom: 1px solid black;
}

input{
	float: right;
	border: 1px solid black;
	text-align: right;
	cursor: pointer;
}
input[type=radio] , input[type=checkbox]{
	display: none;
}
input[type=radio]  + label{
	background: url(radio.png) no-repeat;
	overflow: hidden;
	height: 20px;
	cursor: pointer;
	padding: 2px 2px 2px 22px;
	
}
input[type=radio]:checked + label{
	background-position: 0 -20px;
}

input[type=checkbox] + label{
	background: url(checkbox.png) no-repeat 0 0px;
	overflow: hidden;
	height: 18px;
	cursor: pointer;
	padding: 0px 2px 2px 25px;
	display: block;	
	margin-bottom: 2px;
}
input[type=checkbox]:checked  + label{
	background-position: 0 -20px;
}