#bgImage {
	padding: 0px;
	margin: 0px;
	line-height: normal;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	
	position: relative;
	background: url(img/BMI_BG.png) no-repeat;
	width: 332px;
	height: 400px;
	border: none;
	background-color: #000000;
}
#anim {
	position: absolute;
	width: 122px;
	height: 132px;
	top: 40px;
	left: 11px;
	background: url(img/bmi_seq.png) no-repeat;
	background-position: -4148px 0px;
	border: none;
	pointer-events: none;
}
#dial1 {
	position: absolute;
	top: 225px;
	left: 28px;
	width: 120px;
	height: 120px;
	z-index: 0;
	pointer-events: none;
}
#dial2 {
	position: absolute;
	top: 225px;
	left: 180px;
	width: 120px;
	height: 120px;
	z-index: 0;
	pointer-events: none;
}
.popper {
	background-image: url(img/popper.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
	position: absolute;
	top: 0px;
	visibility: visible;
	left: 0px;
	z-index: 0;
	pointer-events: none;
}
#result {
	overflow: hidden;
	position: absolute;
	left: 129px;
	color: #444444;
	font-size: 56px;
	font-weight: bold;
	font-family: arial;
	width: 200px;
	top: 69px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: transparent;
	border: none;
	height: 70px;
	opacity: 1;
	pointer-events: none;
}
#calcTitle {
	overflow: hidden;
	position: absolute;
	color: #6B7C98;
	font-size: 80%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	top: 9px;
	left: 175px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: transparent;
	border: none;
	height: auto;
	pointer-events: none;
}
#resultCaption {
	overflow: hidden;
	position: absolute;
	left: 129px;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	width: 200px;
	top: 58px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: transparent;
	border: none;
	height: 20px;
	pointer-events: none;
}
#eval {
	overflow: hidden;
	position: absolute;
	left: 129px;
	color: #444444;
	font-size: 19px;
	font-family: arial;
	width: 200px;
	top: 132px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: transparent;
	border: none;
	height: 25px;
	pointer-events: none;
}
.dialValue {
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	width: 68px;
	top: 40px;
	left: 26px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 2;
	background-color: transparent;
	border: none;
	pointer-events: none;
}
.unitsCaption {
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	width: 60px;
	top: 71px;
	left: 31px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 2;
	pointer-events: none;
}
.dialCaption {
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	width: 100px;
	top: 130px;
	left: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 2;
	pointer-events: none;
}
.dialRing {
	position: absolute;
	box-shadow: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: url(img/dial_dots.png) no-repeat scroll 0px 0px;
	height: 120px;
	width: 120px;
	left: 0px;
	top: 0px;
	z-index: 2;
	pointer-events: auto;
}
.dialBg {
	position: absolute;
	box-shadow: none;
	background: url(img/dial_bg.png) no-repeat scroll 0px 0px;
	height: 128px;
	width: 128px;
	left: 0px;
	top: 0px;
	z-index: 1;
	pointer-events: none;
}
#unitSelector {
	position: absolute;
	box-shadow: none;
	background: url(img/usSelected.png) no-repeat scroll 0px 0px;
	height: 20px;
	width: 150px;
	left: 5px;
	top: 7px;
	z-index: 1;
	pointer-events: none;
}
#metricSelector {
	position: absolute;
	height: 20px;
	width: 75px;
	left: 5px;
	top: 7px;
	z-index: 1;
	pointer-events: auto;
}
#usSelector {
	position: absolute;
	height: 20px;
	width: 75px;
	left: 80px;
	top: 7px;
	z-index: 1;
	pointer-events: auto;
}