.bmiCalc {
	background: url(/img2/bmiCalcBg.png) no-repeat;
	height: 159px;
	overflow: hidden;
}
.bmiCalc table {
	margin: 56px 0 0 24px;
}
.bmiCalc input {
	width: 158px;
}
#yourBmi {
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 1.4em;
	color: #8e713f;
	vertical-align: top;
}
#bmiDesc {
}
#bmiDesc dt {
	margin: 10px;
	color: #8e713f;
	font-size: 1.4em;
	font-weight: bold;
}
#bmiDesc dd {
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
	text-align: justify;
	background: url(/img2/dotBg.png) repeat-x bottom left;
}
