body {
	background: url('img/bg.png') center top no-repeat #3b0004;
	margin: auto;
	width: 700px;
	color: #ddd;
	font: 0.8em/1.5em Helvetica;
}

a:link, a:hover, a:visited {
	color: #ccc;
}

label {
	width: 370px;
	float: left;
}

input, textarea, select {
	margin-bottom: 20px;
}

h1 {
	color: #ccc;
	width: 100%;
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

.next-div {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.prev-div {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

img {
	border: none;
}

#container {
	width: 700px;
	overflow:hidden;
}

#header {
	height: 100px;
}

#body {
}

select {
	width: 330px;
}

.cell {
	position: relative;
	width: 700px;
	height: 550px;	
}

.cell p {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	margin-bottom: 20px;
}
.subtext {
	font-size: 0.7em;
	line-height: 1.3em;
	color: #aaa;
}
