			img, div { behavior: url(iepngfix.htc) }
			body {
				margin: 0;
				padding: 0;
				background-color: #ffffff;
			}
			body, td, p, table, a, form {
				font-family: verdana;
				font-size: 12px;
				color: black;
			}
			ul {
				padding-left: 1.2em;
				list-style-type: disc;
			}
			.vasenlaita_harmaa {
				background-color: #e8e7e7;
			}
			a {
				color: #0099ff;
				text-decoration: underline;
			}
			a:hover {
				text-decoration: none;
			}
			.main {
				width: 880px;
				height: 560px;
				vertical-align: top;
			}
			.infoboxi {
				background: transparent url('images/infoboxi.png') no-repeat;
				float: right;
				margin-right: 30px;
				padding-top: 25px;
				padding-left: 20px;
				position: relative;
				top: -50px;
				left: 30px;
				width: 252px;
				font-size: 10px;
			}
			.maintable {
				width: 1000px;
				background-color: #ffffff;
				height: 100%;
			}
			.navi {
				height: 20px;
				background-color: white;
				color: black;
				font-size: 9px;
			}
			.navisolu {
				text-align: center;
			}
			.navisolueka {
				padding-left: 20px;
				text-align: center;
			}
			.navisoluvika {
				text-align: center;
				padding-right: 20px;
			}
			.navivalisolu {
				height: 12px;
				width: 1px;
				background-color: #b4b4b4;
			}
			.navi a {
				text-decoration: none;
				color: black;
				font-size: 10px;
				text-transform: uppercase;
			}
			.navi a:hover {
				text-decoration: underline;
			}
			.navi a.active
			{
				font-weight: bold;
			}
			h3 {
				font-size: 15px;
				font-weight: bold;
				padding: 0;
				margin: 0;
			}
			.footer {
				width: 450px;
				text-align: center;
				padding-bottom: 10px;
			}
			.footer a {
				color: #cccccc;
				text-decoration: underline;
				font-size: 9px;
			}
			.footer a:hover {
				text-decoration: none;
			}
			.kokeilepois_sininen {
				background-color: #bfeafa;
				padding: 10px;
			}

/* LOMAKKEET
------------ */
form { margin-bottom: 30px; }

fieldset {
	border: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
}

legend {
	padding-bottom: 8px;
	font-weight: bold;
}
	
select { width: 170px; }

/* lomake-elementin sailio */
.form-item {
	overflow: hidden;
	margin-bottom: 8px;
	width: 510px;
}
	.form-item label {
		float: left;
		margin-right: 15px;
		width: 170px;
		text-align: right;
	}
	.form-item input,
	.form-item select { 
		float: left;
		vertical-align: middle;	
	}
	.form-item input.inline { float: none; }
	.form-item input#submit-btn { margin-right: 15px; }

#form-info p {
	color: #cc0000;
	font-size: 11px;
	margin-bottom: 30px;
	border: 1px solid #dedede;
	padding: 10px 10px 0;
	padding-bottom: 10px;
	background-color: #f7f7f7;
}
#form-info a { color: #cc0000;
	vertical-align: top;
 }

span.compulsory {
	color: #cc0000;
	font-size: 11px;
 }
form h4 { margin-bottom: 8px; }
form a { color: black; }
form, form table, form td, form a {
	vertical-align: middle;
	font-size: 11px;
}
#form-info p {
	color: #cc0000;
}

