#button3 {
	height:30px;
	width:90px;
	text-align:center;
	padding-top:15px;
	padding-bottom:0;
	font: bold 14px Verdana;
	letter-spacing: 0.1em;
	margin:0 0 0 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#button3 {
	background-color:#87692a;
	color:#FFFFFF;
	line-height: 1em;
	text-align:center;
	cursor:pointer;
	cursor:hand;
	display: block;
	white-space: nowrap;
	margin-top: 30px;
}
#button3 a {
	margin: 0;
	padding: 0;
}
#button4:hover {
	background-color:#5d5235;
}
.scroll-pane3 {
	width: 600px;
	height: 500px;
	overflow: auto;
	margin: 0;
	padding-bottom: 30px;
}
.horizontal-only {
	height: auto;
	max-height: 285px;
}
.scroll-pane ul li,.scroll-pane2 ul li {
	line-height: 2em;
	text-indent: 0.8em;
	background: url(http://www.anime-index.com/img/linkicon.png) no-repeat left 9px;
}
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: none;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: none;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #d0bc87;
	position: relative;
}
.jspDrag {
	background: #876125;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}