.contact {
	position:relative;
	margin-top:7px;
	margin-bottom:-25px;
	margin-left:5px;
}

.step {
-moz-border-radius:10px;
-o-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;

-moz-box-shadow:17px 17px 16px #000;
-o-box-shadow:17px 17px 16px #000;
-webkit-box-shadow:17px 17px 16px #000;
box-shadow:17px 17px 16px #000;
}

.step img {
margin-bottom:-2px;
}

.totaljackpot {
	width:914px;
	height:80px;
	line-height:80px;
	padding-right:20px;
	background:url(../images/bg_jackpot.png) no-repeat;
	text-align:right;
	color:#ffcc0a;
	font-family:eurostarb;
	font-size:27px;
	
	text-shadow:1px 1px 5px #111;
}


