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

body {
	background-color:#484848;
	font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;		
    line-height: 21px;		
	text-align: center;
	text-shadow: 0px 2px 3px #242424;
	color: #dd5696;
	padding-bottom: 14px; 
	width: 42em;
	margin: 0 auto 3em auto;
}

a { text-decoration:underline; color: #a5c1d5;}
a:link, a:visited {color: #dceeee;}
a {outline: none;} /* Gets rid of Firefox's dotted borders */
a img {border: none;} /* Gets rid of IE's blue borders */



h1 {
	display: block; text-decoration: none;
	font: 22px Georgia, Helvetica, Arial, Sans-Serif;   
	text-align: center;
	letter-spacing: 0.2px;
	color: #dceeee; text-shadow: -2px -2px 1px #22222a;
	float: center;
	margin: 49px 0 0 0;
	white-space:nowrap;
}

h2 {
	color:#dceee4; 
	font: 14px Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
	
h4 {
	color:#ffe835; 
	font: 12px Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
	}

.boldmessage {
	clear:both;
	letter-spacing: 1px;
	font-size: 49px; 
	line-height: 1.5em;
	margin-top: 32px;
	margin: 9px 0 0 0;
	}

.boldmessage-bigger {
	color:#ffe835; 
	clear:both;
	font-size: 65px; 
	line-height: 1.2em;
	margin-top: 16px;
	margin: 69px 0 0 0;
}
	
.error {
	color: #E9242E;
}

#email {
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0px 1px 0px #e5e5ee;
	color: #666;
	border: 2px #ccc solid;
	font-size: 14px;
	width: 60%;
	vertical-align: middle;
	margin-right: 6px;
	padding: 0.6em;
}

