@charset "utf-8";
body {
	background-image: url(../img/bg4.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper {
	width: 520px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
H2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #0b6695;
}
	
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #0b6695;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

/* Lomakkeet */
form {
	margin: 0 0 15px 0;
	padding: 0;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
}
form blockquote {margin: 0 0 10px 230px; overflow: hidden; clear: both;}
	*:first-child+html form blockquote {
	margin-left: 100px;
}
form br {clear: left;}

	/* Form labels */
	label {float: left; display: inline; text-align: right; width: 220px; padding: 4px 10px 0 0; overflow:hidden; font-weight: bold;}
		* html label {width: 220px; w\idth: 210px;}
	.rightsidelabel {text-align: left; padding-left: 5px; width: 150px; font-weight: normal;}
		* html .rightsidelabel {width: 156px; w\idth: 150px;}

	/* Form fields */
	input, textarea {float: left; display: inline; margin-bottom: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; width: 214px; height: 15px; padding: 3px 2px 3px 2px; border: 1px solid #b2b2b2;}
		* html input, * html textarea {width: 220px; height: 21px; w\idth: 214px; he\ight: 15px;}
	textarea {height: 50px;}
		* html textarea {height: 56px;}
	select {float: left; display: inline; margin-bottom: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; width: 220px; height: auto; padding: 0 0 0 2px; border: 1px solid #b2b2b2;}	
		html>body select {margin-top: 2px;}
	.checkbox, .radiobutton {width: auto; border: 0; padding: 0; margin: 4px 0 0 0;}
		* html .checkbox, * html .radiobutton {height: 20px; margin: 0;}

	.filefield {height: 20px;}
	
	.hidden {display: none;}

	form .submitbtn {
	width: 70px;
	height: 25px;
	border: 0;
	padding: 0 0 0 20px;
	margin: 0 0 0 230px;
	cursor: pointer;
	overflow: hidden;
	font-weight: bold;
	background: url(../images/linkbullet.gif) no-repeat 0 -15px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #ED1C24;
}
	form .submitbtn:hover, form .submitbtn.active {text-decoration: underline;}
a {
	color: #0B6695;
	text-decoration: none;
}
