/*body {
	background: #B5D58E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}*/

img {
	border:0;
}

div.contHolder {
	margin: 0 auto;
	width:964px;
	height:595px;
	background: #fff url(../images/gewinnSpielBackground.jpg) no-repeat left top;
	position:relative;
}

div.falshCont {
	position:absolute;
	bottom: 0;
	left: 0;
	width:564px;
	height:595px;
}

div.textCont {
	position:absolute;
	top: 40px;
	right:0;
	width:400px;
	height:567px;
}

div.flashFrame {
	width:517px;
	height:567px;
	position:absolute;
	bottom: 18px;
	left: 20px;
	background: url(../images/slot_still.jpg) no-repeat left top;
}

div.eingabe {
	height:39px;
	width:227px;
	padding: 5px 0 0 70px;
	background: #fff url(../images/inputFeld.jpg) no-repeat left top;
}

div.missingCode {
	background: #fff url(../images/inputFeldRed.jpg) no-repeat left top !important;
}

input#enteredCode {
	border: 1px solid #fff;
	font-size:20px;
	color: #94c260;
	width:164px;
	height: 20px;
}

input.styledInpun {
	background: #fff url(../images/formFieldBg.jpg) no-repeat top left;
	border: 0;
	width:232px;
	height:21px;
	padding: 0 0 0 5px;
}

input.missing {
	background: #fff url(../images/formFieldBgRot.jpg) no-repeat top left !important;
}

#underlay{
    background-color: #B5D58E;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}