/* Global whitespace reset */
* {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	background: #222;
	color: #fff;
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Links */
a,
a:active,
a:link {
	text-decoration: none;
	color: #94D352;
	border-bottom: 1px dotted;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #c60;
	border-bottom: 1px dotted;
}

/* Typography */
body {
	font: 68.75%/1.7em Georgia, "Times New Roman", serif; 
}

h1, h2, h3, h4, h5, h6 {
	font: 1.2em/1.6em Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif; 
	font-weight: normal;
	color: #94D352;
}

p {
	font-size: 110%;
}

/* h1 */
h1 {
	font-size: 300%;
	line-height: 1.3em;
}

/* h2 */
h2 {
	font-size: 250%;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

/* branding */
#header {
	margin: 90px 0 60px 0;
}

#header h1 {
	width: 293px;
	height: 35px;
}

/* blurb */
#blurb p {
	font-size: 180%;
	margin: 0.3em 0 0 0;
}

#blurb p a {
	margin: 0 0 0 0.5em;
}

/* form */
label {
	display: block;
	clear: both;
}

input {
	margin: 0 0 8px 0;
}

textarea {
	margin: 0 0 8px 0;
}

select {
	margin: 0 0 8px 0;
}

#security span {
	position: relative;
	top: -7px;
}

.error {
	background-color: #C00;
	border: 1px solid #E00;
	color: #FFF;
	margin: 25px 0 0 0;
	padding: 10px;
}

.formfirst {
	margin: 25px 0 0 0;	
}			

/* footer */
#footer, .formfooter {
	font-family: Cambria, Georgia, "Times New Roman", serif; 
	color: #ccc;
}

#footer {
	margin: 300px 0 0 0;
}

.formfooter {
	margin: 30px 0 0 0;
}	