body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #333;
	font-family: Arial, sans-serif;
	text-align: left; }
#enter {
	position: absolute;
	width: 830px;
	height: auto;
	left: 50%;
	margin-left: -454px;
	margin-top: 63px;
	clear: both;
	background: #772222;
	color: white;
	border: 1px solid #a7a7a7;
	-moz-border-radius: 10px;
	padding: 50px 48px 50px 30px; }
h1, p, fieldset { margin: 0 0 0 80px; padding: 0; }
#enter img { position: absolute; }
#enter h1 { font-size: 20pt; margin-bottom: 0; padding-bottom: 0; }
#enter p {  border-top: 1px solid #fff; font-size: 16pt; padding: 20px 0; margin-top: 0; }
#enter p.small { font-size: 14pt; }
#enter p.sig { font-size: 8pt; position: absolute; right: 30px; bottom: 15px; border: none; }
#enter p.sig a { color: #fff; }
#enter fieldset { border: none; margin-bottom: 20px; }
#enter input { padding: 2px; }


