#intro{
	width: 960px;
}
.title{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
}
.desc{
	font-size: 17px;
	color: #c40040;
}
.label{
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.smalllabel{
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	line-height: 18px;
}
/** scroll bar 1 **/

div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn{ 
	position:relative;
	width:600px; height:300px;
	overflow:hidden;
	}
    
div#scrollbar { 
  position:relative;
  width:11px; height:300px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:278px;
  background-image:url(/web/img/images/document_slider.jpg);
  background-repeat:repeat-y;
  }
div#dragBar {
  position:absolute; left:-9px; top:1px;
  width:30px; height:100px;
  background-image:url(/web/img/images/document_drag.jpg);
  background-repeat:no-repeat;
  }  

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}
/** scroll bar 2 **/

div#scrollbar2 {
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn2{ 
	position:relative;
	width:180px; height:300px;
	overflow:hidden;
	}
    
div#scrollbar2 { 
  position:relative;
  width:11px; height:300px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track2 { 
  position:absolute; left:0; top:12px;
  width:11px; height:278px;
  background-image:url(/web/img/images/document_slider.jpg);
  background-repeat:repeat-y;
  }
div#dragBar2{
  position:absolute; left:-9px; top:1px;
  width:30px; height:100px;
  background-image:url(/web/img/images/document_drag.jpg);
  background-repeat:no-repeat;
  }  

/* for safari, to prevent selection problem  */
div#scrollbar2, div#track2, div#dragBar2, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}
