
body{
	color:#676767;
	font-size:13px;
	font-family:verdana;
}

.scroll-pane {
  width: 458px;
  overflow: auto;
  float: left;
  height: 600px;
	padding:0 0 20px 20px;
	line-height:170%;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	height: 100%;
	background: #F6F6F6;
}

.jScrollPaneDrag {
	position: absolute;
	background: #828282 url(../images/bg_panel.png) center center no-repeat;
	cursor: pointer;
	overflow: hidden;
}


p
{
	margin: 0 auto 15px;
	text-align: center;
}

.pan_wrap
{
	background: url(../img/pan_checks.gif) repeat;
	margin: 0 auto 15px;
	position: relative;
	width: 492px;
	height: 650px;
	padding:20px 0 0 0;
}

.pan_frame
{
	background: url(../img/pan_frame.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 492px;
	height: 650px;
	padding:20px 0 0 0;
}