/* ------------------------- RESET ------------------------- */

	html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr {
	margin:0;
	padding:0;
	}

	h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	}

	ul, ol {
	list-style:none;
	}

	fieldset, img, hr {
	border:0;
	}

	caption, th {
	text-align:left;
	}

	table {
	border-collapse:collapse; 
	border-spacing:0;
	}

	td {
	vertical-align:top;
	}

/* ----------------------- END RESET ----------------------- */

@font-face {
font-family:Rocko FLF;
src:url('rockoflf.ttf');
}

::-moz-selection{
background:#DA4503;
color:#fff;
}

::selection {
background:#DA4503;
color:#fff;
}

body {
background:#fff;
color:#6F411F;
font:1.25em "Rocko FLF", helvetica, arial, sans-serif;
line-height:1.5;
text-align:center;
text-shadow:1px 1px 1px #E8D5CD;
}

div#black {
background:#fff;
display:none;
left:0%;
height:100%;
position:absolute;
-moz-opacity:0.8;
opacity:.80;
filter:alpha(opacity=80);
top:0%;
width:100%;
z-index:1;
}

p.clear {
clear:both;
height:0;
}

h1, label, div#footer {
text-shadow:none;
}

h1 {
color:#AFC392;
font-size:0.7em;
font-weight:700;
margin:0 10px;
}

div#container {
height:500px;
margin:0 auto 0;
padding:35px 100px 0;
}

div#goal {
background:url('divider.jpg') bottom center no-repeat;
margin:0 0 15px;
padding:0 0 60px;
}

h2 {
font-size:3.5em;
font-weight:700;
margin:0 0 10px;
}

div#goal p {
color:#AB988A;
font-size:1.5em;
margin:0 0 5px;
}

div#goal p input {
background:#F3EBE8;
border:0;
color:#8F6C52;
font:inherit;
padding:3px 10px;
text-align:center;
}

div#step label {
color:#CBAA92;
font-size:0.75em;
}

h3 {
font-size:1.75em;
font-weight:700;
margin:0 0 10px;
}

div#step p input {
border:0;
color:#F16178;
font:inherit;
margin:0 0 5px;
padding:3px 10px;
text-align:center;
}

div#step p input:focus {
background:#EBDED9;
}

div#step p input:hover {
background:#F3EBE8;
}

div#success, div#about {
background:#fff;
border:#00C9AF solid 10px;
display:none;
font-size:0.85em;
position:relative;
padding:50px;
width:475px;
}

div#success {
margin:-275px auto 70px;
}

div#about {
margin:-325px auto -20px;
}

div#success p, div#about p {
margin:0 0 15px;
}

div#success a, div#about a {
border-bottom:#8F6C52 dotted 1px;
color:#8F6C52;
font-size:0.85em;
margin:10px 0 0;
text-decoration:none;
text-shadow:none;
}

div#success a:hover, div#about a:hover {
color:#6F411F;
}

div#success a#enthusiastic {
background:#8F6C52;
border:0;
color:#fff;
display:inline-block;
padding:5px;
}

div#success a:hover#enthusiastic {
background:#6F411F;
border:0;
color:#fff;
display:inline-block;
padding:5px;
}

div#footer {
color:#ccc;
font-size:0.6em;
margin:35px 0 0;
}

div#footer a {
color:#ccc;
text-decoration:none;
}

div#footer p#save {
color:#CBAA92;
}

div#footer p#save a {
color:#8F6C52;
font-weight:700;
text-decoration:none;
}

div#footer p#save a:hover {
color:#00C9AF;
}