.BMICalculator {
	width:255px;
	height:171px;
	background-image:url("calculator2.png");
	background-repeat:no-repeat;
	position:relative;
}
.BMIOutWrap h2 {
	color:#E7850D;
	font-family:Myriad Pro;
	font-size:14px;
	font-weight:bold;
}
.BMIOutWrap h3 {
	color:#799A41;
	font-size:12px;
	font-weight:bold;
}
.BMITitle {
	color:#699408;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	top:24px;
	right:15px;
}
.HeightTitle {
	position:absolute;
	top:65px;
	right:132px;
	color:#78715c;
}
.HeightMeasure {
	position:absolute;
	top:65px;
	left: 180px;
	color:#78715c;
}
.HeightField {
	border:1px solid #c2b993;
	background-color:transparent;
	width:45px;
	position:absolute;
	top:65px;
	left:130px;
}
.HeightValidation {
	display:block;
	width:150px;
	position:absolute;
	top:81px;
	left:80px;
	font-size:12px;
}
.WeightTitle {
	position:absolute;
	top:95px;
	right:132px;
	color:#78715c;
}
.WeightMeasure {
	position:absolute;
	top:95px;
	left: 180px;
	color:#78715c;
}
.WeightField {
	border:1px solid #c2b993;
	background-color:transparent;
	width:45px;
	position:absolute;
	top:95px;
	left:130px;
}
.WeightValidation {
	display:block;
	width:150px;
	position:absolute;
	top:110px;
	left:80px;
	font-size:12px;
}
.CalculateButton {
	background-color:transparent;
	text-align:center;
	vertical-align:middle;
	font-size: 8px;
}
a.CalculateButton:link, a.CalculateButton:hover, a.CalculateButton:visited, a.CalculateButton:active {
	text-decoration:none;
	color:#ffffff;
}
#CalculateButtomBackGround_Left {
	display:block;
	height:21px;
	width:115px;
	background:URL(CalculateButton_BK_Left.gif) no-repeat top left;
	position:absolute;
	top:128px;
	right:15px;
}
#CalculateButtomBackGround_Right {
	display:block;
	height:21px;
	padding:1px 10px 0 10px;
	background:URL(CalculateButton_BK_Right.gif) no-repeat top right;
}
.BMIResult {
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
}
.BMIAnalysis {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
}
.BMIOutWrap {
	width: 595px;
	text-align: center;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 14px;
}
.BMIWrap {
	width: 97%;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}
.ResultBarWrap {
	width: 100%;
	margin: 0 auto;
}
.ResultBarLeft {
	width: 30%;
	background-color: Transparent;
	float: left;
	paddin-top: 30px;
}
.ResultBarRight {
	width: 68%;
	background-color: Transparent;
	float: right;
	text-align: left;
}
.BMIComment {
	width: 90%;
	text-align: left;
	margin: 0 auto;
	clear: both;
	padding: 20px 0 0 0;
}
.Clear {
	clear: both;
}
.StanardList {
	height: 120px;
	width: 240px;
	font-family: Arial;
	font-size: 14px;
	border-collapse: collapse;
	margin: 0 auto;
}
.Formula {
	height: 118px;
	width: 260px;
	border: none;
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	margin: 0 auto;
}
.Formula img {
	margin: 10px auto 0 auto;
}
.bmiResults-numbers-top {
	background:#95AA5D url(bmiResults-dkGreenContainer.jpg) no-repeat scroll left top;
	color:WHITE;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:3px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	width:157px;
}
.bmiResults-numbers-bottom {
	background:#B9C593 url(bmiResults-ltGreenContainer.jpg) no-repeat scroll left bottom;
	border-top:1px solid WHITE;
	color:WHITE;
	font-family:Arial, sans-serif;
	font-size:12px;
	margin-bottom:2px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	width:157px;
}

