/* CSS Document */
body {
	background-image:url(body-bg.jpg);
	background-repeat:no-repeat;
	background-color:#1b9d3d;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

body#saannot {
	background-image:url(body-bg-saannot.jpg);
	color:#FFFFFF;
}


#kysymysalue {
	width:582px;
	height:238px;
	overflow:hidden;
}
body#saannot  #kysymysalue {
	width:582px;
	height:auto;
	overflow:hidden;
}


#kysymys {
	float:right;
	width:385px;
	overflow:hidden;
	padding-top:78px;
}
#kiitos {
	float:right;
	width:385px;
	overflow:hidden;
	padding-top:151px;
}
#lomakealue {
	width:550px;
	height:344px;
	overflow:hidden;
}

h1 {
	margin:0 0 8px 0;
	padding:0 0 0 0;
	font-size:14px;
}
h2 {
	margin:0 0 1em 0;
	padding:0 0 0 0;
	font-size:13px;
}
p {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:13px;
}
body#saannot p{
	margin:0 0 1em 0;
}

form {
	display:inline;
}

.input300 {
	width:300px;
	height:18px;
	background-color:#FFFFFF;
	border:0;

}
.input300x37 {
	width:300px;
	height:36px;
	background-color:#FFFFFF;
	border:0;

}
.input197 {
	width:197px;
	height:19px;
	background-color:#FFFFFF;
	border:0;
}
table td {
	vertical-align:top;
}
table.inputtable tr, table.inputtable tr td {
	height:31px;
	overflow:hidden;
	vertical-align:middle;
}
table.inputtable tr.textarea, table.inputtable tr.textarea td {
	height:48px;
	overflow:hidden;
	vertical-align:middle;
}
label {
	font-size:12px;
}
label.labelpad {
	padding-right:7px;
}
label.labelpadtop{
	line-height:20px;
}
#footer {
	color:#FFFFFF;
	font-size:11px;
	margin:0 0 0 80px;
}
#footer a:link  { text-decoration: none; color: #ffffff; border-bottom:1px solid #89c899; }
#footer a:active { text-decoration: none; color: #ffffff; border-bottom:1px solid #89c899;  }
#footer a:visited { text-decoration: none; color: #ffffff; border-bottom:1px solid #89c899;  }
#footer a:hover { text-decoration: none; color: #ffffff; border-bottom:0;  }
