.spoiler_outer {
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #ccc;
	border: 1px solid #555;
	padding: 5px;
	border-radius: 3px;
}

.spoiler_title {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
}

.spoiler_button {
	background: #aaa;
	color: #494949;
	display: inline-block;
	border: 1px solid #777;
	padding: 0px 8px;
	vertical-align: text-top;
	line-height: 1.8em;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
}

.spoiler_button:hover {
	background-color: #bbb;
	text-decoration: none;
	border-color: #666;
	color: #494949;
}

.spoiler_content {
	margin-top: 5px; 
	border: 1px solid #444; 
	padding: 4px;
	box-shadow: inset 0 0 3px #000;
	background-color: #444;
	color: #ccc;
}

