
	.video_container, .container {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 400;
		background: white;
	}
	
	.video_filler, .filler {
		position: fixed !important;
		position: absolute;	
		top: 0;
		left: 0;
		background: #333;
		opacity: 0.5;
		filter:alpha(opacity=50);
		-moz-opacity:.5;
		z-index: 399;
		width: 100% !important;
		width: 2000px;
		height: 100% !important;
		height: 4000px;
	}
	
	.video_container object {
		position: relative;
		z-index: 1;
	}
	
	.video_link a {
		display: block;
	}
	
	.video_header {
		width: 99%;
		overflow: hidden;
	}
	
	.video_header div {
		background: url(../images/close.png) left top no-repeat;
		height: 20px;
		width: 20px;
		cursor: pointer;
		margin-top: 4px;
		margin-right: -7px;
		float: right;
	}
	
	
	/* Lomake */
	
	.lomake_tunnistus span.text {
		margin-right: 3px;
	}
	
	.lomake_tunnistus_input {
		width: 20px;
	}
	
	.questionnaire_content {
		padding: 10px 20px;
		text-align: left !important;;
		color: #000 !important;
	}