#verticalScrollArea {
	float: left;
	width: 568px;
	height: 775px;
	overflow: auto;
	margin-top: 10px;
	text-align: left;
}

#verticalScrollArea2 {
	float: left;
	width: 568px;
	height: 580px;
	overflow: auto;
	margin-top: 10px;
	text-align: left;
}

.verticalScrollPaddingOnRight {
	padding-right: 10px;
}

.editableArea {
}

.scrollgeneric {
	line-height: 0px;
	font-size: 1px;
	position: absolute;
	top: 1px; left: 1px;
}

.vscrollerbase {
	width: 10px;
	height: 775px;
	background-image: url(../images/scroller2.gif);
	background-repeat: no-repeat;
}

.vscrollerbar {
	width: 5px;
	height: 10px;
	padding-top: 25px;
	padding-bottom: 30px;
	background-color: #5E2D28;
	background-repeat: no-repeat;
	margin-left: 2px;
	
}

.hscrollerbase {
	height: 11px;
	background-color: #CCCCCC;
}

.hscrollerbar {
	height: 11px;
}

.scrollerjogbox {
	width: 11px;
	height: 1px;
	left: auto;
	bottom: 0px;
	right: 0px;
	top: auto;
}
