/* structure */

#page {
	width: 820px;
	position: relative;
	background: #efebe2 url(img/bg_leima_punainen.gif) no-repeat left top;
	border: 1px #b3b0a9 solid;
	margin: 0 auto;
	}
	
#header {
	width: 100%;
	height: 315px;
	position: relative;
	}
	
#thumbs-wrapper {
	width: 800px;
	height: 100%;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	/*background: url(img/bg_leima2_vaaka.gif) right bottom no-repeat;*/
	}

#coupon {
	width: 800px;
	height: 100%;
	overflow: hidden;
	margin: 10px 0 20px 10px;
	border-top: 1px #b3b0a9 dashed;
	}

/* inside header */

#headline {
	position: absolute;
	width: 100%;
	top: 63px;
	text-align: center;
	}
	
#headline h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 18px;
	text-transform: uppercase;
	margin: 0 0 0 18px;
	}

#headline h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 0 0 0 18px;
	}

#headline p {
	display: block;
	width: 600px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	padding: 2px 0 2px 0;
	/*border-top: #666666 1px solid;*/
	/*border-bottom: #666666 1px solid;*/
	}
	
#headline a {
	color: #990000;
	text-decoration: none;
	}

#headline a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
	
#headline a:visited {
	color: #990000;
	}

.logo-left {
	position: absolute;
	float: left;
	left: 15px;
	top: 15px;
	}

.logo-right {
	position: absolute;
	float: right;
	right: 15px;
	top: 7px;
	}

/* inside thumbs-wrapper */

.container {
	position: relative;
	float: left;
	width:200px;
	height:200px;
	}

.container label {
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	display: table-cell;		/* vertical centering for good browsers*/
	vertical-align: middle;		/* vertical centering for good browsers*/
	text-align: center;
	z-index: 1;
	}
	
.id_num {
	position: absolute;
	top: 17px;
	left: 20px;
	margin: 0;
	/*padding: 0px 3px 0px 0px;*/
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b3b0a9;
	/*background: #ffffff;*/
	z-index: 1;
	}
	
.expl{
	position: absolute;
	top: 175px;
	left: 20px;
	margin: 0;
	/*padding: 0px 3px 0px 0px;*/
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b3b0a9;
	/*background: #ffffff;*/
	z-index: 1;
	}

img.thumbnail {
	display: block;
	margin: 0 auto;				/* vertical centering for good browsers*/
	margin-top: expression((200 - this.height)/2); /* vertical centering for crappy IE */
	border: 0;
	}
	
img.vertical {
	display: block;
	margin: 32px;				/* vertical centering for good browsers*/
	margin-top: 32px; /* vertical centering for crappy IE */
	border: 0;
	}

.tooltip {
	width: 300px;
	position:absolute;
	left: -50px;
	top: 180px;
	z-index:100;
	background: #CCCCCC;
	overflow:hidden;/*must have*/
	}

.tooltip iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}


/**//**//**/

input {
	z-index:-1;
	}

.checkbox, .radio {
	position: absolute;
	left: 0px;
	top: 0px;
	width:200px;
	height:200px;
	background: url(img/bg_radiobutton.gif) no-repeat 0 0;
	cursor: default;
	}
	
.checkbox input, .radio input {
	display: none;
	}

.radio {
	background: url(img/bg_radiobutton.gif) no-repeat 0 0;
	}

.selected {
	background-position: 0 -200px;
	}
	
form {
	margin: 0;
	}

/* Lomake */

#coupon h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 8px;
	text-transform: uppercase;
	margin: 15px 0 0 10px;
	}
	
.form-wrapper {
	width: 390px;
	margin: 20px 0 20px 5px;
	float: left;
	overflow: hidden;
	}

.rules-wrapper {
	width: 380px;
	margin: 20px 5px 20px 0;
	padding-left: 10px;
	float: right;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: 1px #b3b0a9 solid;
	}

input.text {
	width: 375px;
	float: left;
	clear: right;
	margin: 0 0 15px 0;
	}
	
label {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
label.textlabel {
	width: 110px;
	clear: right;
	text-align: left;
	vertical-align: middle;
	}
	
label.checklabel {
	margin-left: 2px;
	}

.submit-wrapper {
	width: 100%;
	text-align: center;
}

input.submit {
	width: 200px;
	margin: 0 auto;
	}

