﻿.header {
	background-image: url(../images/pagebanner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 180px;
	text-shadow: 1px 1px black;
}

	.header h1 {
		background-image: url('../images/whiteline-small.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom: 0.5em;
	}

input[type=radio] {
	width: 2em;
	height: 2em;
}