
.spoiler {
	background: #f5f5f5;
	border: 2px solid #1E8BC3;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.spoiler_button {
	background: #1E8BC3;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px 2px 5px;
	margin-top: -2px;
	margin-right: 2px;
	cursor: pointer;
	border-radius: 2px;
	
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

.spoiler_title {
	background: #131313;
	color: #1E8BC3;
	margin: 0;
	margin-bottom: 0px;
	padding: 4px 0px 4px 7px;
	font-weight: bold;
}

.spoiler_content {
	background: #131313;
	color: #979797;
	padding: 5px;
	height: auto;
	display: block;
}

