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:#1C2838;
	color:#ffffff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 87.5%;			/* 14px */
    line-height: 1.5;			/* 21px */
	width: 36em;
	margin: 0 auto 3em auto;
}


a:link { color: #26AEFF; text-decoration: none; }
a:visited { color: #26AEFF; text-decoration: none; }
a:hover, a:focus { color: #999; text-decoration: underline; }
a:active { color: #26AEFF; text-decoration: none; }


h1 {
	color: #E9242E;
	font-size: 4.2857em;		/* 60px */
	letter-spacing: -2px;
	float: right;
	text-align: right;
	margin: 109px 0 0 0;
}
	
h2 {
	color: #ccc;
	font-size: 1.7143em;		/* 24px */
}


form {
	background-color: #141C27;	
	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;
}


.intro {
	clear:both;
	font-size: 1.4em;			/* 21px */
	margin-top: 2em;			/* 42px */
}


#logo {
	float: left;
	margin-bottom: 3em;
	display: inline;
}

