div#calculator-bmi form {
	background: #f0e3aa;
	padding: 15px;
	width: 250px;
	overflow: hidden;
}
div#calculator-bmi form h2 {
	margin: 0px 0px 20px 0px;
	padding-left: 25px;
	color: #4d5836;
	font-size: 13px;
	background: url(/htdoc/images/calculator.icon.gif) no-repeat;
}
div#calculator-bmi form div {
	clear: both;
}
div#calculator-bmi input:focus {
	background: #fff;
}
div#calculator-bmi input {
	background: #e5d9a4;
	border-top: 1px solid #99986d;
	border-left: 1px solid #99986d;
	padding: 8px 10px;
	float: left;
}
div#calculator-bmi label {
	padding: 8px 0px;
	width: 80px;
	color: #4d5836;
	float: left;
}
div#calculator-bmi button {
	border: none;
	background: none;
	font-weight: bold;
	float: right;
	margin: 10px 15px 0px 0px;
}
.ajax-loader {
	height: 100px;
}

