/* CSS Document */

body * {
	margin:0;
	padding:0;
}

body {	
	padding:4em 0;
	background-color:#fff;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
	background-position:50% top;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	text-align:center;
}

h1 {
	font-size:1.3em;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	margin:.3em 0 .6em 0;
}


p {
	margin-bottom:1.6em;
	line-height:1.3em;
}

a {
	color:#fff;
	text-decoration:underline;
}

#primary_cap_top,
#primary_cap_bottom {
	width:580px;
	margin:0 auto;
	height:30px;
	background-image:url(../img/cap_top.gif);
	background-repeat:no-repeat;
}

#primary_cap_bottom {
	background-image:url(../img/cap_bottom.gif);
}

#primary {
	width:500px;
	margin:0 auto;
	padding:5em 40px;
	background-color:#000000;
	color:#fff;
}

#secondary,
#result_message {
	width:419px;
	margin:0 auto;
	padding:30px 10px ;
	background-color:#efefef;
	/*
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	*/	
	color:#000;
	font-size:.8em;
	background:#660000;
	color:#fff;
	
}

#result_message { 
	padding-top:5px;
}

#secondary p,
#result_message p {
	margin-bottom:0;
}

a:hover {
	text-decoration:none;
}

.headline {
	font-size:2.5em;
}

form h1 {
	margin-bottom:1em;
}

h1 input {
	font-size:1em;
	width:280px;
}


.fucked_it_link {
	padding:.5em;
	border:1px dashed #fff;
	margin:.8em 0 0 0;
	font-size:1.5em;
}

.instruction {
	font-size:.7em;
}



