#mycustomscroll {
	width: 580px;
	height: 250px;
	overflow: auto;
	position: static;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #13616B;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

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

.vscrollerbase {
	text-align: center;
	width: 8px;
	background-color: #BBD558;
}
.vscrollerbar {
	width: 8px;
	background-color: #FF6600;
}
