body {
	background: #FFF;
	font-weight: normal;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
}
.clear {
	clear: both;
}
.reallycenter {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
}
#logo-container {
	width: 600px;
	height: 83px;
	position: absolute;
	top: -42px;
	left: -300px;
	text-align: center;
}
#contact-link {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 20px;
	padding: 5px;
	text-align: right;
	vertical-align: bottom;
	color: #666;
}
#contact-link a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#contact-link a span.invisible {
	color: #FFF;
}
#contact-link a:hover span.invisible {
	color: red;
}
#cboxLoadedContent h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px; padding: 0;
}
input.nice, textarea.nice {
	width: 200px;
	height: 18px;
	border: 1px solid #666;
}
textarea.nice {
	height: 120px;
}
input.submit {
	margin: 10px 0 0 100px;
}
label.nice {
	float: left;
	width: 100px;
	height: 20px;
}
label.error {
	margin-left: 5px;
	color: red;
}