* {
	margin: 0; padding: 0;
}

body {
	font-size: 90%;
	margin-top: 24px;
	text-align: center;
	font-family: Arial, sans-serif;
	background: url(../img/bg-body.jpg) #fff repeat-x top left;
	color: #444;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 766px;
	height: 1150px;
	padding: 15px 8px;
	text-align: left;
	background: url(../img/bg-container.gif) transparent no-repeat bottom left;
}

#logo {
	width: 256px;
	height: 33px;
	margin-left: 10px;
	background: url(../img/logo-blekman.gif) transparent no-repeat top left;
}

#logo h1, #logo p {
	text-indent: -999px;
}

.column big {
	font-size: 18pt;
	color: #63b4ec;
	padding-right: 5px;
}

.column p {
	width: 290px;
	font-size: 10pt;
	line-height: 25px;
}

.column h2 {
	display: inline;
	color: #ffa500;
	padding-right: 5px;
}
#step4 big {
	color: #ffa500;
}

#step1 {
	position: absolute;
	left: 11px;
	top: 60px;
	width: 340px;
	height: 370px;
	padding: 16px 0 20px 32px;
	background: url(../img/bg-step1.gif) transparent no-repeat top left;
}

#step2 {
	position: absolute;
	left: 401px;
	top: 60px;
	width: 333px;
	height: 310px;
	padding: 16px 0 20px 32px;
	background: url(../img/bg-step2.gif) transparent no-repeat top left;
}

#step3 {
	position: absolute;
	left: 383px;
	top: 370px;
	width: 322px;
	height: 500px;
	padding: 16px 0 20px 50px;
	background: url(../img/bg-step3.gif) transparent no-repeat top left;
}

#step4 {
	position: absolute;
	left: 11px;
	top: 460px;
	width: 281px;
	height: 330px;
	padding: 16px 41px 25px 32px;
	background: url(../img/bg-step4.gif) transparent no-repeat top left;
}

#step5 {
	position: absolute;
	left: 383px;
	top: 600px;
	width: 281px;
	height: 214px;
	padding: 16px 41px 0 32px;
	background: url(../img/bg-step3.gif) transparent no-repeat top left;
}

#step4 p {
	display: inline;
	font-size: 11pt;
}

#meer-info {
	position: absolute;
	left: 14px;
	top: 820px;	
	padding-left: 20px;
}
#form-right {
	position: absolute;
	top: 890px;
	left: 400px;
}

#meer-info h3 {
	height: 36px;
	font-size: 15pt;
	font-weight: normal;
	color: #63b4ec;
}

#meer-info p, #form-right p {
	width: 340px;
	font-size: 10pt;
	line-height: 25px;
	font-size: 11pt;
}

#meer-info p a {
	text-decoration: underline;
	color: #63b4ec;
	font-weight: bold;
}
.formBlock {
	margin-top: 15px;
}
.formRow {
	margin-left: 150px;
	margin-bottom: 10px;
}
.buttonRow {
	text-align: right;
	margin-top: 10px;
}
.formRow label, .formBlock label {
	color: #63b4ec;
}
.formRow label {
	width: 150px;
	float: left;
	margin-left: -150px;
}
.formRow input {
	width: 175px; /* 340 - 150 - 15 */
}
#form-right textarea {
	width: 340px;
}
#form-right .note {
	color: #63b4ec;
	font-size: .9em;
	line-height: 1.2em;
}

#credits {
	font-size: .75em;
	margin-bottom: 1em;
}
#credits a {
	color: #444;
}
