/* */
.calculator
{
	width: 320px;
	background:url(/images/template/shading.gif);
	font-family: "Times New Roman", times, serif;
	font-size: 9pt;
	border-width: 1px;
	border-color: gray;
	border-style: dashed;
	padding: 12px;
}
.calculator .faceplate
{
	border-width: 1px;
	border-color: gray;
	border-style: dashed;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 4px;
font-size: 1.2em;
font-weight: bold;
}
.calculator .input
{
	border-style: none;
	width: 100%;
}
.calculator .output
{
	border-style: none;
	width: 100%;
}
.calculator .buttons
{
	border-style: none;
text-align: right;
	width: 100%;
}
