@charset "utf-8";
/* CSS Document */

div.calc_container
{
	width: 600px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	background-color: #CFC;
	border-width: medium;
	border-color: #999;
	border-style: outset;
}

div.calculated
{
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	border-width: 1px;
	border-color: #666;
	border-style: solid;
	width: 500px;
	text-align: center;
	background-color: #FFC;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}

div.calcform
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

div.calcform input
{
	margin-left: 13px;
	margin-right: 13px;
	font-weight: bold;
}