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

h2{
	text-align: center;
}

#calc_container{
	width: 572px;
	min-height: 241px;
	margin: 0px auto;
	margin-top: 20px;
	background: #B0C9B3 url(../graphics/sub/row/calc_bg.gif) repeat-x bottom right;
}

* html #calc_container{
	height: 241px;
}

#calc_top{
	background:  url(../graphics/sub/row/calc_top.jpg) no-repeat top right;
	padding: 75px 25px 0px 25px;
}

#calc_bot{
	height: 12px;
	background:  url(../graphics/sub/row/calc_bot.gif) no-repeat bottom right;
}

* html #calc_bot{
	margin-bottom: -3px;
}

#calc_content{
	min-height: 300px;
	
}

* html #calc_content{
	height: 300px;
}

#calc_content form{
	margin: 10px auto;
	width: 355px;
	background: url(../graphics/sub/row/calc_box_bg.gif) no-repeat top center;
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	min-height: 214px;
}

* html #calc_content form{
	height: 214px;
}


#calc_content label{
	font-weight: bold;
	display: block;
	float: left;
	width: 110px;
	font-size: 80%;
	color: #545E68;
}

#calc_content label.inline{
	display: inline;
	float: none;
	padding: 0px 20px 0px 5px;
	font-size: 100%;
}

#calc_content input{
	border: 0px;
	vertical-align: middle;
}

#calc_content input.text{
	font-size: 80%;
	color: #FFF;
	padding: 2px 5px 1px 5px;
	width: 150px;
	background: #9AB5A5;
	height: 18px;
	border: 1px inset #9AB5A5;
}

#calc_submit{

	float: left;
	height: 49px;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	width: 180px;
	line-height: 49px;
	background:  url(../graphics/sub/row/calc_submit_bg.gif) no-repeat top left;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 20px 0px 10px 112px;
}

* html #calc_submit{
	margin-left: 56px;
	margin-bottom: 0px;
	margin-top: 15px;
}

.calcGroup{
	margin: 10px 10px;
	padding: 0px;
	clear: both;
}

#riskDiv{
	height: 20px;
	width: 0px;
	background: #545E68;
	float: left;
	margin: 0px;
	padding: 0px;
}

#riskInput{
	color: #545E68;
	float: left;
	height: 20px;
	line-height: 22px;
	width: 25px;
	text-align: center;
	padding-left: 5px;
	font-weight: bold;
	font-size: 80%;
}

#riskBorder{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 160px;
	height: 20px;
	border: 1px solid #545E68;
	
}

#content p.labelP{
	padding-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
}


#content p.footnotes{
	font-size: 70%;
}
