h1 {
	margin-bottom: 40px;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

textarea {
	font-size: 120%;
}

.terms {
	margin: 0 auto;
	border: 1px solid #888;
	width: 80%;
	height: 300px;
	background-color: #222;
	padding: 1em;
	overflow: auto;
}

pre {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

div.submit {
	margin: 30px;
	text-align: center;
}

div.submit a {
	border: 1px solid #fff;
	padding: 10px;
}

div.entryform h3 {
	clear: left;
	margin-top: 0;
	margin-bottom: 5px;
	width: 150px;
	text-align: right;
}

div.entryform dl {
	clear: left;
	margin-top: 10px;
	padding-bottom: 5px;
	width: 600px;
}
div.entryform dt {
	clear: left;
	float: left;
	width: 150px;
/*	background-color: #333;*/
	padding-right: 10px;
	text-align: right;
}
div.entryform dd {
	float: left;
	border-left: #ccc 3px solid;
	width: 420px;
	margin: 0 0 5px 0;
/*	background-color: #222;*/
	padding-left: 10px;
}
div.entryform dd input,
div.entryform dd textarea {
	border: #888 1px solid;
	background-color: #444;
	color: #fff;
}
div.entryform dd textarea {
	width: 100%;
}
div.entryform dd input:focus,
div.entryform dd textarea:focus {
	border: #aaa 1px solid;
	background-color: #555;
}
div.entryform input#submit,
div.entryform input#confirm {
	padding: 10px;
}

span.requireditem {
	color: #fa0;
	font-size: 120%;
	font-weight: bold;
}

br.clear {
	clear: both;
	_display: none;
}
