/* @group Reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */

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;
}

/*	@end Reset */

/* @group Elements */

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;
}


/* @group links */

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; }

/* @end */

/* @group headers */

h1 {
	color: #F90;
	font-size: 4em;		/* 60px */
	letter-spacing: -2px;
	text-align: center;
	margin-left: 2em;

}
	
h2 {
	color: #ccc;
	font-size: 1.7143em;		/* 24px */
}

/* @end */

/* @group forms */

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;
}

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

button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #E9242E url('/img/bg/button.gif') repeat-x left bottom;
	border: none;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.286em;			/* 18px */
	padding: 0.6667em 1em;
	line-height: 1;
	font-weight: bold;
	vertical-align: middle;
}

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

/* @end */

/* @end */

	
.intro {
	clear:both;
	font-size: 1.5em;			/* 21px */
	margin-top: 2em;			/* 42px */
	text-align: justify;
}

.error {
	color: #E9242E;
}
.feedback {
	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;
}

#logo {
	text-align: center;
	margin-left: -2em;

}
#email {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	border: 2px #ccc solid;
	font-size: 1.286em;			/* 18px */
	width: 60%;
	vertical-align: middle;
	margin-right: 6px;
	padding: 0.6em;
}
