.modal-window {
	z-index: 10000;
	padding: 0;
	margin: -100px 0 0 0;
	width: 430px;
	height: 170px;
	position: absolute;
}

.modal-background {
	z-index: 9999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1000px;
	background: url(../img/sprachwahl_bg.png) top left repeat;
	/*background-color: #000;
	opacity: .8;
	moz-opacity: 80;*/
}
/*
*html .modal-background {
	filter: alpha(opacity: 80);
}*/

.sprachen{
	margin: 20px 0 15px 40px;
}

#modal-window-decline .bubble{
	float: left;
	display: inline;
}

#modal-window-decline h2, #modal-window-decline h3 {
	color: #8f8f8f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	font-weight: normal;
}

#modal-window-decline h3 {
	padding: 30px 0 0 8px;
	margin-bottom: 20px;
}

#modal-window-decline {
	text-align: center;
}