﻿#entryBox {
	background-color:#FFFFCC;
	padding:2px;
	margin:3px;
	float:left;
	width:70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
html>body #entryBox {
	width:72px;
	margin:5px;
}
.calcTitle {
	font-size:12px;
	color:#FFFF66;
	font-weight:bold;
}
.entry {
	border:1px solid black;
	background-color:#009956;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-weight:bold;*/
	width:60px;
	margin-bottom:2px;
	padding:0 2px 0 2px;
	text-align:center;
	height:1.8em;
	overflow:hidden;
}
.entryBig {
	font-size: 18px;
	height: 1.2em;
}
html>body .entry {
	width:66px;	
}
#result {
	width:240px;
	height:92px;
	margin:0.5em 0em 0.2em 0em;
	padding:0.2em 0.5em 0.2em 0.5em;
	background-color:#009956;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:14px;
}
#result A, #result A:hover {
	color:#FFFF66;
	text-decoration:underline;
	font-size:12px;
}
.resultTitle {
	font-size:18px;
	font-weight:bold;
}
.savings {
	font-size:28px;
}
.calcBtn {
	background-color:#009956;
	border:1px solid #FFFF66;
	color:white;
	font-weight:bold;
}
.calcBtn:hover {color:#FFFF66;}