@charset "UTF-8";

article fieldset {
	background-color: #eee;
	border: 2px groove threedface;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: threedface;
	border-right-color: threedface;
	border-bottom-color: threedface;
	border-left-color: threedface;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0.35em 0.75em 0.625em;
	padding-top: 0.35em;
	padding-right: 0.75em;
	padding-bottom: 0.625em;
	padding-left: 0.75em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
article legend {
	font-weight:bold;
	background-color: #fff;
	padding: 0 3px 1px 3px;
}
article form.calculator {
	background-color:#eee;
	padding: 12px 0 0 0;
	margin: 0 0 12px 0;
	border-top:1px solid green;
	border-bottom:1px solid green;
}