#heart {
	font-family: arial, helvetica;
	width:625px;
	background:#fff url(../pics/heartbg.gif) no-repeat top center;
	position:relative;
}

#heart * {
	margin:0px;
	padding:0px;
}

#heart h2 {
	color:#5E8CB4;
	font-size:14px;
	padding:10px;
	text-align:center;
}

#heart #inputdata {
	position:relative;
	margin:10px 10px 0px 10px;
	width:290px;
	height:460px;
	background-color:#fff;
	float:left;
	-moz-border-radius:10px;
}

#heart #inputdata fieldset {
	padding:5px;
	border:none;
	text-align:center;	
}

#heart #inputdata fieldset span {
	font-size:11px;
	padding-right:10px;
	padding-left:10px;
	
}

#heart #inputdata label {
	display:block;
	font-weight:bold;
	font-size:13px;
	color:#5E8CB4;
}


#heart #inputdata .dragbar {
	position:relative;
	height:22px;
	width:280px;
	background:#fff url(../pics/dragbarbg.gif) repeat-x left center;
}

#heart #inputdata .draghandle {
	cursor:pointer;
	position:absolute;
	left:0px;
	top:0px;
	height:18px;
	width:8px;
	border:solid 2px;
	background-color:#98D4F9;
	border-color:#139DF1 #007DCC #007DCC #139DF1;

}

#heart #inputdata .draginput {
	position:absolute;
	top:0px;
	right:0px;
	width:30px;	
}

#heart #outputdata {
	float:left;
	width:280px;
	height:450px;
	position:relative;
} 

#heart #outputdata img {
	width:25px;
	height:400px;
	position:absolute;
	bottom:0px;
}

img#bar1a { left:0px; }
img#bar2a { left:30px; }
img#bar3a { left:60px; }

img#bar1b { left:100px; }
img#bar2b { left:130px; }
img#bar3b { left:160px; }

img#bar1c { left:200px; }
img#bar2c { left:230px; }
img#bar3c { left:260px; }

#heart #values {
	position:absolute;
	bottom:-16px;
	left:2px;
	font-size:11px;
	clear:both;
	width:300px;
}

#heart #values div {
	float:left;
	width:30px;
}

#heart #legend {
	padding-top:20px;
	font-size:11px;
	color:#5E8CB4;
	clear:both;
	line-height:14px;
}

#heart #legend * { margin:0px; }

#heart #legend img {
	float:left;
	width:8px;
	height:8px;
	border:solid 1px #000;
	padding:1px;
	margin-right:5px;
}

/* --- additions for KTL-1046 --- */
#contentModule { margin-left: 300px; }

a#printPage {
	position: absolute;
	top: -21px;
	right: 10px;	
	padding: 4px 15px 3px 15px;
	border-style: solid;
	border-color: #F7FAFD;
	border-width: 2px 2px 0 2px;
	background: #D7E6F3;
	color: #5E8CB4;
	font-size: 11px;
	font-family: georgia;
	font-weight: bold;
	text-transform: uppercase;
	}

#finriskiHelp { display: none; }
