#qh_header {
	background-color: #FFFFFF;
  position:absolute; 
  top:0px; 
  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:91px; 
  left:0px; 
  overflow: auto; 
  height: 309px;
  width: 330px;
  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;
}

/* moodalbox CSS */

div#qh_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#qh_center, div#qh_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#qh_center {
padding: 11px;
background: transparent;
}

div#qh_bg {
width: 100%;
height: 100%;
background-color: #FFF;
}


div#qh_contents {
width: 400px;
height: 400px;
overflow: off;
background-color: #FFF;
visibility: hidden;
padding:0px;
position: relative;
}

.qh_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#qh_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#qh_error em {
font-size: 0.8em;
}

div#qh_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border-top-style: none;
}

a#qh_close_link {
position: absolute;
top: 0px;
left: 0px;
width: 28px;
height: 28px;
background: transparent url(/img/ui/popup_close.png) no-repeat center;

}

div#qh_caption {
margin-right: 71px;
}