@charset "utf-8";
.srollbar {
	height: 500px;
	width: 300px;
}
.scroolbar {
	height: 400px;
	width: 350px;
	overflow: auto;
	left: auto;
	top: auto;
	right: auto;
	clip: rect(auto,auto,auto,auto);
	float: left;
	clear: left;
	position: static;
	bottom: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

