#qh_header {
	background-color: #FFFFFF;
  position:absolute; 
  top:10px; 
  left:0px; 
  height:91px; 
  width: 330px;
	border-bottom: 1px dotted #5896CA;
	background: url('/img/ui/quickhelp.png') right no-repeat;
  }
  
#qh_container
{
  position:absolute; 
  top:101px; 
  left:0px; 
  overflow: auto; 
  height: 310px;
  width: 340px;
  font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #FFFFFF;
	color: #222222;
}
	
.indent {
	text-indent: 15px;
	}
	
img {
	border-width: 0px;
	}
	
h2 { 
	color: #A7A7A7;
	font-weight: bold;
	}
	
.item {
  padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #5896CA;
	border-bottom: 1px dotted #5896CA;
	background: url('/img/ui/quickhelp_gradient.png') right repeat-y;
}