#scrollbar {
	width: 500px;
	height: 210px;
	overflow: auto;
	outline: none;
	padding-right: 30px;
}

#scrollbar_imp {
	width: 500px;
	height: 240px;
	overflow: auto;
	outline: none;
	padding-right: 30px;
}

.scrollgeneric {
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 5px;
	height: 220px;
	/*background-image: url(../images/scrollbar.gif);*/
}
.vscrollerbar {
	width: 5px;
	height: 50px !important;
	background-color: #888888;
	padding-bottom: 10px;
	padding-top: 10px;
}