* {
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 8pt;
}

form {
	display: inline;
}

body {
	width: 800px;
}

input {
	font-size: 8pt;
}

p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#page {
	width: 800px;
}

#brochure {
	width: 555px;
	height: 415px;
	background-image: url("../images/background.jpg");
}

#controls {
	padding: 1em;
	position: absolute;
	left: 555px;
	top: -0.5em;
}

input, textarea {
	width: 100%;
}

table, table td {
	border-collapse: collapse;
}

td {
	vertical-align: top;
	width: 50%;
}