#fpnahj_scrollholder h2{
 color:#7A2872;
 font-size:12px;
}

div.fpnahj_scrollholder
{
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-align:justify;
	color:#333;
	font-size:11px;
	border:1px #FFC8C8 solid;
	height:185px;
    position: relative;
    overflow: auto;
    z-index: 1;
    margin-bottom:10px;
}

div.fpnahj_scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 99%;
    z-index: 2;
	padding-left:6px;
	text-align:left;
	
}

/* <Scrollbrad background color> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #D792D0;
}

/* fpnahj_scrollbar drag-bar color */
div.drag_bar
{
    position:absolute;
    width: 100%; height: 14px;
    cursor:default;
    z-index: 4;
    background: #7A2872;
	float:right;
	
}  
