#textobotao {
	/* Typical fixed height and fixed width example */
	width: 300px;
	height: 332px;
	overflow: auto;
	background-color: #212f29;
	text-align:left;
	position:absolute;
	top:172px;
}
#texto1 {
	width:300px;
	height:370px;
	overflow:auto;
	scrollbar-arrow-color:#ffffff;
	scrollbar-3dlight-color:#212f29;
	scrollbar-face-color:#212f29;
	scrollbar-track-color:#212f29;
	text-align:left;
	position:absolute;
	top:172px;
	}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
/* the following line puts fleXcroll into scrollbar-on-left mode */
.vscrollerbase {left: 0 !important;}
.vscrollerbar {width:15px;background: #212f29 url(../js/basebarcaps_verticalbarbody.png) -15px 0px repeat-y;}
.vscrollerbarbeg {background: url(../js/basebarcaps_verticalbarbody.png) -45px -30px no-repeat;width: 15px;height: 15px !important;}
.vscrollerbarend {background: url(../js/basebarcaps_verticalbarbody.png) -45px 0px no-repeat;width: 15px;height: 15px;}
.vscrollerbase {width: 15px;background: #212f29 url(../js/basebarcaps_verticalbarbody.png) 0px 0px repeat-y;}
.vscrollerbasebeg {background: url(../js/basebarcaps_verticalbarbody.png) -30px -30px no-repeat;width: 15px;height: 15px !important;}
.vscrollerbaseend {background: url(../js/basebarcaps_verticalbarbody.png) -60px -30px no-repeat;height: 15px;width: 15px;}
.hscrollerbase {height: 15px; background-color: white;}
.hscrollerbar {height: 15px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding:16px;z-index: 2;}
.scrollerjogbox {width:15px;height:15px;top: auto; left: auto;bottom: 0px; right: 0px;background: #212f29;}



