

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}


body {
	background-color:#000000;
	color:#fef5f9;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 87.5%;			/* 14px */
    line-height: 1.5;			/* 21px */
	width: 36em;
	margin: 0 auto 3em auto;
}



a:link { color: #f0f0f0; text-decoration: none; }
a:visited { color: #f0f0f0; text-decoration: none; }
a:hover, a:focus { color: #f0f0f0; text-decoration: underline; }
a:active { color: #f0f0f0; text-decoration: none; }


h1 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #d1041c;
	font-size: 2em;		
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 100;
	text-align: center;
	margin: 40px 0 0 0;
}
	
h2 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #d1041c;
	text-transform:uppercase;
	font-weight:100;
	font-size: 1.7143em;		
}



form {
	color: black;
	background-color: #ffffff;	
	margin: 2em 0;
	padding: 1em 2em 2em ;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	-o-border-radius: 0.75em;
	border-radius: 0.7em;
}

label {
	line-height: 1;
	margin-bottom: 1em;
	display: block;
}

button {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background: #d1041c;
	border: none;
	color: #fef5f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.286em;			
	padding: 0.6667em 0.6667em;
	line-height: 1;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
}

button:hover {
	cursor: pointer;
	background-image: none;
}


	
.intro {
	text-align: center;
	clear:both;
	font-size: 1.3em;			
	margin-top: 0.5em;			
}


#logo {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;	
	width: 400px;
}

.email_text {
	margin-bottom: 13px;
}

#mce-EMAIL {
	color: #666;
	border: 2px #ccc solid;
	font-size: 1.3em;	
	width: 60%;
	vertical-align: middle;
	margin-right: 6px;
	padding: 0.6em 0.6em 0.6em 0.6em;
}