html, body {
margin:0;
padding:0;
height:100%; 
} 

html {
/*overflow: -moz-scrollbars-vertical;*/
overflow-y: scroll;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
border:0
}

.korkea {
	position: absolute;
	height:100%;
	width: 880px;
	left: 50%;
	margin-left: -440px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #FF3399;
	border-width: 0px 1px 0px 1px;
}

.keskitetty {
	width:880px;
	height: 650px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -440px;
	margin-top: -335px;
	background-color:#ffffff;
}

#kilpailu_wrapper {
	position: absolute;
	width:542px;  /* 480 */
	height: 662px;  /* 600 */
	top: 50px;
	left: 50%;
	margin-left: -240px;
	display: none;
	overflow:hidden
}


#kilpailu_varjo {
	background:url(images/dropshadow.png) right bottom no-repeat;
	width:542px;  
	height: 662px;
}

#kilpailu {
	display: none;
	position: relative;
	top: 17px;
	left: 17px;
	width:480px;
	height: 600px;
	padding: 10px;
	/*border: 1px solid #CCCCCC;*/
	background-color: #fff;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden
}

.otsikko {
float: left
}
	
.kilpailu_close {
float: right;
}

.kilpailu_close a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration: none;
}

.kilpailu_close img {
vertical-align:middle
}

#kilpailu h1 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:22px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.ilmaispossu  {
margin-right: 20px
}

.lomake_content {
margin: 0 30px 0 30px;
}

textarea, .formbutton {
background-color:#ededed;
border:none
}

textarea {
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding: 3px
}

.formbutton {
padding: 5px 15px 5px 15px
}

#badge {
	display: none;
	text-align:center
}

