div#content div#scrollBar{
	position: absolute;
	top: 198px;
	left: 755px;
	background-color: #4B4E4E;
	width:15px;
	height: 558px;
	z-index: 10;
}

#scUp{
	width:15px;
	height: 15px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#scUp a{
	display: block;
	width:15px;
	height: 15px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url(../images/scUp.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#scUp a:hover{
	background-position: 0 -15px;
}

#scDown{
	width:15px;
	height: 15px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#scDown a{
	display: block;
	width:15px;
	height: 15px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url(../images/scDown.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#scDown a:hover{
	background-position: 0 -15px;
}


#scBack {
	width:15px;
	height:100px;
}

#scHandle {
	width:15px;
	height:12px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}

#scHandle a{
	background-image: url(../images/scHandle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 15px;
	height: 18px;
}

#result {
	margin-top:2em;
	display: none;
}

span.dlblock{
				display:block;
				width:10px;
				height:10px;
				position:absolute;
				top:196px;
				left:290px;
				z-index:90;
				height:558px;
				width:460px;
				background-image: url(../spacer.gif);
}

