.calculator_padding {
	width: 274px;
	display: block;
}

.entry {
	font-size: 14px;
	clear: both;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
}

#submit a:link, #submit a:visited, #submit a:active {
	background-color: #a1c94e;
	width: 66px;
	height: 24px;
	text-align: center;
	color: #282828;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	display: block;
	text-decoration: none;
}

#submit a:hover {
	color: #f3f3f3;
}


.response {
	font-style: italic;
	color: #8ebf2b;
}

.float_right {
	float: right;
}
