*{margin:0; padding:0;}

body{
	background:#000;
	color:#fff;
	font-family:arial, sans-serif;
	font-size:0.8em;
}

#mainwrap{
	width:700px;
	margin:0 auto;
}

h1#articmonkeys{
	background: url(../_graphics/presale-logo.gif);
	width:498px;
	height:90px;
	text-indent:-9999px;
	margin-top:30px;
	margin-bottom:30px;	
}

#errors{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:30px;
	padding:10px;
}	

input.txt_input, select{
	border:1px solid #181818;
	float:left;
	width:200px;
	margin-bottom:5px;
}

label{
	width:180px;
	float:left;
	text-align:right;
	margin-right:5px;
	display:inline;
}

#submit_btn{
	background:#610B0B;
	color:#fff;
	width:80px;
	margin-left:305px;
	display:inline;
	border:none;
}

form br{
	clear:both;
}

*{
	line-height:17px;
}
p{
	margin-bottom:12px;
}

ul{
	margin-left:20px;
	color:#ccc;
}

li{
	margin-bottom:5px;
}

h3{
	font-family:georgia, serif;
	font-size:14px;
	margin-bottom:8px;
}

p{
	color:#ccc;
}

form{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;			
	padding:20px 0;
	padding-left:100px;
}
