#cover
    {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    }
div.calcdiv
    {
    display: none;
    position: absolute;
    z-index: 100;
    margin-top: 180px;
    margin-left: auto;
    margin-right: auto;
	border-radius: 15px;
    background-color: #fff;
    top: 0;
    width: 500px;
    padding: 0px;
    }
#bmiCalcForm fieldset
    {
    padding: 10px 20px;
    margin: 20px;
    border: 1px solid #333;
    line-height: 20px;
	border-radius: 15px;
    }
#bmiCalcForm fieldset legend {
	position: absolute;
	left: -99999px;
}
#bmiCalcForm fieldset input[type="text"] {
	margin-left: 3px;
}
#bmiCalcForm fieldset input[type="radio"] {
	margin-left: 6px;
	margin-right: 3px;
}
div.calc-head
    {
	color: #c00;
	font-family: open_sansbold, sans-serif;
	font-size: 16px;
    padding: 5px;
	text-align: center;
	width: 100%;
    }    
text, textarea
	{
	border: 1px solid #333;
	border-bottom: 1px solid #ddd;
    color: #333;
    background: #fff;
    padding: 15px 0px 0px 0px;
	font-size: 12px;
    width: auto;    
	}
input {
	color: #333;
    font-size: 12px;
	padding: 2px;
	}
/* new styles*/  
.error, .score {
	color: #c00;
	font-weight: bold;
	}
div.calcdiv div {
	margin: 0 0 10px;
	}
input.ent
    {
    border: 1px solid #333;
	border-radius: 5px;
	color: #333;
    font-size: 12px;
	padding: 2px;
    width: 40px;
	text-align: center;
    }
input.read-only
    {
    border: none;
	color: #333;
    font-size: 12px;
	font-weight: bold;
	text-align: right;
    }
div.calcdiv div.calc-box
    {
	margin: 0 0 15px;
    width: 100%;
    text-align: center;
    padding: 0;
    }
.calc-button {
	background: #333;
	border-radius: 5px;
	color: #fff;
    font-size: 12px;
	padding: 5px 10px;
	margin: 0;
	}
div.calc-box a:link, div.calc-box a:visited {
	text-decoration: none;
	}
/* end new styles*/   
.close {
	background:url(../images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
    }
div.graph
    {
    /*width: 411px;*/
    margin: 10px 0px;
    padding: 0px;
    }            
div.grnbr
    {
    float: left;
    width: 30px;
    height: 20px;    
    background: #008000;
    margin: 0px;
    padding: 0px;
    display: inline;
    border-right: 1px solid #ffffff;
    }
div.blbr
    {
    float: left;
    width: 30px;
    height: 12px;
    border: 1px solid #000000;    
    background-color: #8aabc3;
    margin: 4px 0px 1px 0px;
    padding: 0px;
    }
div.grnbrbc
    {
    float: left;
    width: 30px;
    height: 20px;
    background: #ebab00;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #ffffff;    
    }
div#bmi_risk_bar {
	background: rgb(86, 160, 211);
}
div#bmi_normal_bar {
	background: rgb(246, 160, 26);
}
div#bmi_opt_bar {
	background: rgb(138, 141, 9);
}
div.reslts
    {
    position: absolute;
    right: 0;
    margin: 0;
    padding: 3px 5px;
    display: inline;
    }
div.leg
    {
    text-align: center;
    font-size: 11px;
    padding: 1px;
    width: 99%;
    margin: 0;
    }
div.leghd
    {
    font-size: 14px;
    font-weight: bold;
    }      
div.bar
    {
    width: 100%;
    background: #ccc;
    height: 20px;
    margin: 0;
    padding: 0;
    }
div.relpos
    {
    position: relative;
    margin-bottom: 4px;
    } 
div.abspos
    {
    position: absolute; 
    } 
div.w100
    {
    width: 100%; 
    }   

#bmicalc div {
	line-height: 30px;
}
#graph_bkg div {
	line-height: 20px;
}
#body .calc-box a {
	color: #fff;
	text-decoration: none;
}
#body .calc-box a:hover {
	text-decoration: underline;
}
#body #bmiCalcForm input[type="radio"] {
	margin-top: -3px;
}
#body .intro .wrapper {
	font-size: 1.4em;
}
