#calculator h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
#calcshapes {
	padding: 0px;
	width: 170px;
	border: 1px solid #97BED3;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 260px;
}
#calctotal {
	padding: 5px;
	border: 1px solid #97BED3;
	background-color: #E0EBF1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336077;
	text-align: right;
	margin-bottom: 15px;
}

#calcshapes a:hover {
	background-color: #c7e4f4;
}
#calcshapes a {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000033;
	padding: 5px;
	clear: both;
	line-height: 20px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#calcshapes .selected {
	background-color: #CFB064;
}

#calcshapes img {
	height: 20px;
	width: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#calcmeasure {
	padding: 0px;
	width: 300px;
	border: 1px solid #97BED3;
	float: left;
	margin: 0px;
	height: 260px;
}
#calcmeasure div {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#calculator form {
	margin: 0px;
	padding: 0px;
}

#calcmeasure label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:180px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	line-height: 24px;
}

#calcmeasure input{
	float:left;
	font-size:12px;
	border:solid 1px #aacfe4;
	width:60px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 2px;
	line-height: 20px;
}
#calcmeasure span {
	float: left;
	display:block;
	font-weight:bold;
	text-align:right;
	width:25px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	line-height: 24px;
}
#calcmeasure br {
	line-height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

#calcpic {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 250px;
	height: 260px;
}

