@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 - 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;
}

html {
	width: 100%;
	height: 100%;
}

body {
	line-height: 1;
	width: 100%;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 120px;
	color: #dddddd;
	letter-spacing: -5px;
	line-height: 100px;
}

h1 span {
	opacity: 0.3;
	color: #ba3045;
}

.large {
	height: 100%;
	width: 100%;
}

.field {
	filter:alpha(opacity=70);
	opacity: 0.7;
	font-size: 16px;
	line-height: 20px;
	border: 0;
	position: absolute;
	top: -1px;
	left: 0px;
}

#fullContainer {
	width: 100%;
	min-width: 800px;
	height: 100%;
}

.mainForm {
	width: 100%;
	height:100%;
}

.submitButton {
	font-size: 16px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 1000;
	padding: 5px;
	color: white;
	background-color: #ba3045;
	border: 1px #dddddd dotted;
}

.submitButton:active {
	background-color: #cccccc;
}

.finalList {
	padding-top: 60px;
	font-size: 120px;
	font-weight: lighter;
	color: #ba3045;
	letter-spacing: -5px;
}

.occur {
	color: #333
}

.ninetySize {
	font-size: 93px;
	letter-spacing: -4px;
}

.ninetyColor {
	opacity: 0.9;
}

.eightySize {
	font-size: 69px;
	letter-spacing: -3px;
}

.eightyColor {
	opacity: 0.8;
}

.seventySize {
	font-size: 48px;
	letter-spacing: -2px;
}

.seventyColor {
	opacity: 0.7;
}

.sixtySize {
	font-size: 30px;
	letter-spacing: -1px;
}

.sixtyColor {
	opacity: 0.6;
}

.info {
	color: white;
	z-index: 1000;
	background-color: #ba3045;
	padding: 15px;
	position: fixed;
	top:0px;
	width: 100%;
	border-bottom: 1px #dddddd dotted;
}

.info span {
	color: #cccccc;
}

.linkback {
	color: white;
}

.linkback:hover {
	color: #ccc;
}

#instructions {
	background-color: #ba3045;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	font-size: 10px;
	line-height: 14px;
	padding: 10px;
	width: 210px;
	margin-left: -105px;
	margin-top: -94px;
	display: none;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px	

}

#instructions .get_click {
	text-decoration: underline;
	cursor: pointer;
}

#instructions .get_click:hover {
	text-decoration: none;
}
