.spoiler {
	overflow: hidden;
	color: #000000;
	padding: 4px 7px;
	border: 1px solid #bbbbbb;
	border-bottom-color: #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #EFEFEF;
	background-image: url('/templates/yoo_everest_original/images/plus.gif');
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.spoiler.spoiler-active {
	background-image: url('/templates/yoo_everest_original/images/minus.gif');
}

.spoiler-content {
	border: 1px solid #bbbbbb;
	border-top: 0px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: none repeat scroll 0 0 #F5F5F5;
	padding: 4px 10px;
}

div.formi {
	border: 0px;
	border-top: 0px;
	margin-bottom: 10px;
	background: none;
}

div.formi.spoiler-content-visible {

}

div.formispoiler {
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#2d6ca2));
	background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	background-image: -moz-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
	color: white;
	text-align: center;
}

div.spoiler.formispoiler.spoiler-active {
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#2d6ca2));
	background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	background-image: -moz-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
	color: white;
	text-align: center;
}

.spoiler-content form {
	margin: 0;
}