#flashy-underlay {
	top: 0px;
	z-index: 10000;
	width: 100%;
	position: fixed;
	height: 100%;
	background: black;
	opacity: 0.5;
}

#flashy {
	width: 100%;
	position: fixed;
	top: 50%;
	left: 0;
	height: 520px;
	z-index: 10001;
	background: white;
	margin-top: -260px;
}
#flashy.regenbogenhund {
	background: rgb(255,50,50); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,50,50,1) 0%, rgba(255,255,0,1) 25%, rgba(0,255,0,1) 50%, rgba(0,0,255,1) 75%, rgba(255,0,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,50,50,1)), color-stop(25%,rgba(255,255,0,1)), color-stop(50%,rgba(0,255,0,1)), color-stop(75%,rgba(0,0,255,1)), color-stop(100%,rgba(255,0,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,50,50,1) 0%,rgba(255,255,0,1) 25%,rgba(0,255,0,1) 50%,rgba(0,0,255,1) 75%,rgba(255,0,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,50,50,1) 0%,rgba(255,255,0,1) 25%,rgba(0,255,0,1) 50%,rgba(0,0,255,1) 75%,rgba(255,0,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,50,50,1) 0%,rgba(255,255,0,1) 25%,rgba(0,255,0,1) 50%,rgba(0,0,255,1) 75%,rgba(255,0,255,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,50,50,1) 0%,rgba(255,255,0,1) 25%,rgba(0,255,0,1) 50%,rgba(0,0,255,1) 75%,rgba(255,0,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#ff00ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#flashy .content {
	height: 468px;
	width: 940px;
	margin: auto;
	padding-top: 20px;
}

#flashy .buttons {
	padding-top: 10px;
	width: 940px;
	margin: auto;
	height: 52px;
}
#flashy .buttons .button {
	margin-right: 0;
	margin-left: 10px;
}