body {
	background: url(../img/bg_body.jpg) top center no-repeat black;
}

div#mainWrap {
	background: url(../img/bg_mainWrap.png) 0 13px no-repeat;
	margin: 0 auto;
	min-height: 700px;
	position: relative;
	width: 900px;
}

div#leftWrap {
	left: 87px;
	padding-top: 104px;
	position: absolute;
	width: 413px;
}

div#rightWrap {
	background: url(../img/img_luottokunta.png) 100% 100% no-repeat;
	padding-top: 181px;
	padding-bottom: 33px;
	position: absolute;
	right: 0;
	width: 376px;
}

div#leftWrap div.box {
	background-image: url(../img/bg_leftBox.png);
	background-position: left bottom;
	margin-bottom: 10px;
	padding: 18px 28px 28px 28px;
	position: relative;
	width: 357px;
}

div#leftWrap div.caseBox {
	background: url(../img/bg_caseBox.png) bottom left;
	padding: 18px 28px 28px 28px;
	position: relative;
	width: 357px;
}

div#rightWrap div.box {
	background: url(../img/bg_rightBox.png) bottom left;
	padding: 18px 28px 28px 28px;
	position: relative;
	width: 320px;
}

div#rightWrap p.box {
	background: url(../img/bg_leftBox.png) top left;
	border: 1px solid black;
	padding: 12px 46px 12px 18px;
	position: relative;
	width: 240px;
}

img#matkalaukku {
	position: absolute;
	right: -30px;
	top: -20px;
}

div.caseBox li {
	float: left;
	list-style: disc;
	width: 150px;
}



* {
	font-family: Verdana, sans-serif;
}

h2 {
	font-size: 15px;
	margin-bottom: 15px;
}

h3 {
	font-size: 13px;
	margin-bottom: 11px;
}

h4 {
	font-size: 11px;
	margin-bottom: 11px;
}

h5 {
	font-size: 11px;
	font-weight: normal;
}

p, ul {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 18px;
}

p.aux {
	font-size: 10px;
}

p.error {
	color: red
}

p.error b {
	color: black;
}

li {
	list-style: disc;
	margin: 5px 0 5px 20px;
}

a {
	color: black;
}

form {
	position: relative;
}

label {
	display: block;
	font-size: 11px;
	margin: 7px 0;
	position: relative;
}

label input, textarea {
	font: normal 11px monospace;
	background: url(../img/bg_leftBox.png);
	border: 1px solid black;
	padding: 3px;
}

label span {
	float: left;
	width: 145px;
}

div#leftWrap label span {
	width: 170px;
}

input.submit {
	display: block;
	margin: auto;
}

form.contact label span {
	font-weight: bold;
	width: 145px;
}

div#leftWrap form.counter label {
	margin: 25px 0;
}

div#leftWrap form.counter label span {
	width: 270px;
}

div#leftWrap form.counter label input {
	width: 40px;
}

div#rightWrap textarea,
div#rightWrap label input {
	width: 165px;
}

div#leftWrap textarea,
div#leftWrap label input {
	width: 175px;
}

fieldset {
	margin: auto;
	width: 327px;
}

fieldset input {
	margin: 5px;
}

label span.error {
	color: #900;
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 10px;
}

label.error input {
	border: 1px dotted red;
}
