body{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
}

#calculator { background: url(../images/calcBg.jpg) no-repeat bottom #a3ca51; width:240px; }

#calculator img {border-style: none;
	border-color: inherit;
	border-width: medium;
}

#calculator p {
	margin:0 0 3px 0;
	padding:0;
	line-height: 1.4em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#calculator #content {margin:10px auto; width:210px;}

#calculator input {font-size:10px;
	width: 47px;
}

#calculator hr {background-color:#a3ca51; height:1px;border-top: 1px dotted #FFF; border-right-style: none; border-bottom-style: none; border-left-style: none;}
#calculator #intro {
	padding: 10px 15px 5px 15px;
	background-image: url(../images/calcIntro.jpg);
	background-repeat: no-repeat;
}

.white {color:#FFF;}
.darkGreen {color: #128A39;}
