body {
	background: #000;
	font: 12px Verdana;
	color: #C6EC2C;
}

#container, #container2 {
	background: url(NettiPeli_tausta.jpg) 0 0 no-repeat;
	width: 1000px;
	height: 700px;
	margin-left: -500px;
	margin-top: -350px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#container2 {
	background: url(NettiPeli_tausta_2.jpg) 0 0 no-repeat;
}

#onnenkoodi {
	position: absolute;
	width: 160px;
	height: 50px;
	padding: 62px 32px 0 24px;
	background: url(onnenkoodi.gif) 0 0 no-repeat;
	left: 600px;
	top: 280px;
}

#onnenkoodi input {
	width: 124px;
	font: bold 16px Tahoma;
	text-align: center;
	margin-right: 0;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	padding: 5px 0;
	text-transform: uppercase;
}

#onnenkoodi input#submit {
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-left: 0;
	padding: 4px 0;
	width: 20px;
	cursor: pointer;
}

#ruletti {
	position: absolute;
	left: 230px;
	top: 200px;
}	

a {
	font: 12px Verdana;
	color: #C6EC2C;
	text-decoration: none;
}

#eivoittoa {
	position: absolute;
	left: 390px;
	top: 220px;
	width: 315px;
	height: 52px;
	background: url(eivoittoa.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#onneksiolkoon {
	position: absolute;
	left: 300px;
	top: 100px;
	width: 490px;
	height: 52px;
	background: url(onneksiolkoon.png) 0 0 no-repeat;
	text-indent: -9999px;
	z-index: 10;
}

#content {
	position: absolute;
	left: 360px;
	top: 190px;
	width: 400px;
}

p {
	margin-bottom: 30px;
	line-height: 200%;
}

ul {
	list-style: none;
}

ul li label {
	float: left;
	display: block;
	clear: both;
	width: 125px;
	line-height: 24px;
	text-align: right;
	padding-right: 15px;
}

ul li input {
	margin-bottom: 10px;
	background: #4D2929;
	border: 1px solid #862D29;
	border-right: 1px solid #995252;
	border-bottom: 1px solid #995252;
	font: 12px Verdana;
	color: #C6EC2C;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ul li input[type=submit] {
	border: 1px solid #862D29;
	border-left: 1px solid #995252;
	border-top: 1px solid #995252;
}

ul li input:focus {
	-moz-box-shadow: 0 0 4px 2px #BADA2F;
}

h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

p.small {
	font: 9px Tahoma;
	position: relative;
	top: -15px;
	left: 180px;
	opacity: 0.5;
}

p#takaisin {
	text-align: center;
	margin-top: 150px;
}

p#takaisin a {
	font-size: 18px;
}


img.spark {
	width: 85px;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

