@charset "utf-8";
/* CSS Document */
#info_txt {
	color:#999999;
	float:left;
	font-size:9px;
	margin-right:10px;
	margin-top:3px;
	width:120px;
}
#customized_form ul {
	list-style-type:none;
	padding:0;
	margin:0;
	float:left;
	width:423px;
}
#customized_form li {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	width:48%;
	margin-left:5px;
}
#customized_form li#frm_age {
	width:20%;
}
#customized_form li#frm_weight {
	width:24%;
}
#customized_form li#frm_composition {
	margin-bottom:25px;
}
#customized_form li.heading_first {
	display:block;
	float:none;
	width:99%;
	clear:both;
	padding-top:20px;
	color:#FFFFFF;
}
#customized_form li.btn {
	display:block;
	float:none;
	width:98%;
	text-align:right;
	clear:both;
}
.support {
	width:95% !important;
}