@charset "utf-8";
/* CSS Document */

div.bmicalc {
	width: 240px;
	height: 240px;
	background-image: url('bmi_calc_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f78320;
}

div.bmicalc img {
    border: 0px;
}

div.bmicalc a {
	color: #f78320;
	text-decoration: underline;
}

div.bmicalc select {
	width: 45px;
}

div.bmititle {
	width: 240px;
	text-align: center;
	height: 36px;
	padding-top: 14px;
}

div.main {
	width: 198px;
	margin: 0px auto;
}

div.main div {
	height: 45px;
}

div.main div div {
	height: auto;
}

div.main#imperial {
	height: 74px;
	padding: 18px 6px;
}

div.main#metric {
	height: 74px;
	padding: 18px 6px;
	display: none;
}

div.main .label {
	float: left;
	font-weight: bold;
	clear: left;
	text-align: right;
	width: 60px;
	margin-right: 10px;
}

div.main .field {
	float: left;
	color: #999999;
	font-size: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.btn {
	width: 127px;
	height: 20px;
	text-align: right;
	padding-left: 27px;
	font-size: 10px;
}

div.btn .switch {
	float: left;
}

#switch_imperial {
	display: none;
}

#bmi_window {
	margin: 0 auto;
	margin-top: 12px;
	width: 132px;
	height: 37px;
	line-height: 37px;
	color: #999999;
	text-align: center;
	font-weight: bold;
}
