@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--

/* BASICS */

body,td,th {
	font-family: Courier New, Courier, monospace;
	color: #666;
}
body {
	background-color: #000;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #000;
}


/* SECTIONS */

#container {
	width: 810px;
	height: 978px;
	padding: 20px;
	background: url('images/metal-background.gif') 0 0 no-repeat;
}

#content {
width: 750px;
margin-top: 175px;
	
}

.fineprint {
	font-size: 10px;
}
.headline {
	font-size: 95px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
	line-height:90px
}
.subhead {
	font-size: 26px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
	line-height:20px
}
.minihead {
	font-size: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
}
.bigbody {
	font-size: 25px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
}
.mediumbody {
	font-size: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
}
.smallbody {
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
}


/* PULP Guestlist CSS */
#inputArea
{
	font-family: Arial, Sans-Serif;
	color:#F09;
	font-size: 13px;
	padding: 10px;
	width:260px;
	margin-left:auto;
	margin-right:auto;
		
}
#inputArea input, #inputArea textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	display: block;
	padding: 4px;
	width: 250px;
}

.activeField
{
    background-image: none;
    background-color: #FF9;
    border: solid 1px #33677F;
}
.idle
{
	border: solid 1px #F09 ;
	background-image: url( 'images/pink_bg.png' );
	background-repeat: repeat-x;
	background-position: top;
}
#submit
{
	font-family: Arial, Sans-Serif;
	color:#F09;
	font-size: 13px;
	padding: 10px;
	width:260px;
	margin-left:auto;
	margin-right:auto;
}
#submit input, textarea
{
	background-image: none;
	border: solid 1px #F09;
	background-color: #FFF;
	background-position: top;
	width:200;
	
}
.success {
	font-size: 40px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #C06;
	text-align:center;
}
.successsmall {
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
	text-align:center;
}
.error {
	font-size: 40px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #F00;
	text-align:center;
}
.errorsmall {
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
	text-align:center;
}
/* PULP Presents CSS */
#presents {
	visibility:hidden;
	position:absolute;
	top:200px;
}
#presentscontent {
	font-size: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
	text-align:center;
}


/* Promote */
.promote {
	font-size: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
	line-height:18px;
	text-align:left;
}
.benefits {
	font-size: 14px;
	font-family: "Arial", Gadget, sans-serif;
	color: #666;
	text-align:left;
	padding-left:50px;
	padding-top:20px;
}

.appheading {
	font-size: 40px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
	text-align:center;
}


-->
</style>