body.weight .graph {
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f9f9f9;
	position: relative;
}

#measurement_weight {
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Trebuchet MS", serif;
	font-size: 240%;
}

	body.weight .graph .legends {
		font-size: 10px;
		float: right;
		text-align: left;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
		body.weight .graph .legends .measurement {
			margin-bottom: 1px;
		}
	
			body.weight .graph .legends .measurement .box {
				width: 16px;
				height: 16px;
				background-color: #4D89F9;
				float: left;
				margin-right: 5px;
			}
		
			body.weight .legends .goal .box {
				width: 16px;
				height: 16px;
				background-color: #ff9999;
				float: left;
				margin-right: 5px;
			}

.bmi-categories div {
	
}

	.bmi-categories h3 {
		text-align: center;
	}

	.bmi-categories .description {
		display: none;
	}
	
	.bmi-categories .calculated {
		display: block;
	}
	
		.bmi-categories .calculated h3 {
			background-color: #FFC773;
		}
	
	.bmi-categories .underweight {
		
	}
	
	.bmi-categories .normal {
		
	}
	
	.bmi-categories .overweight {
		
	}
	
	.bmi-categories .obese {
		
	}
	
#bmi-calculator input {
	text-align: right;
}

#bmi-calculator select {
}

#bmi-result {
	font-weight: bold;
	background-color: #FFC773;
	padding: 0 10px;
}