.spoiler {
	/* this section is for the background */
	margin: 20px 30px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #AEAEAE none;
	border-radius: 5px;
	border: 1px solid #535e6e;
	position: relative;
	top: 0;
}
.spoiler > h2 {
	/* this is the header that shows "Spoiler" */
	width: 100%;
	background: transparent url(http://www.hacksden.com/images/styles/blackfolio/misc/icon_plus.png) no-repeat left center;
	font: italic color: red normal 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 3px 17px;
	margin: 0 0 0 3px;
	line-height: 15px;
	font-weight: bold;
	cursor: pointer;
}
.spoiler > div {
	/* This is the content of the spoiler */
	padding: 1px 6px 2px;
	color: #FFFFFF;
	border-top: 1px solid #8B8989;
}
h2.vsqminus {
	background: transparent url(http://www.hacksden.com/images/styles/blackfolio/misc/icon_minus.png) no-repeat left center;
}
.hidesp {
	position: absolute;
	visibility: hidden;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}