/* Normalize */

* {
	background-color: transparent;
	border: none;
	border-spacing: 0;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	line-height: 1.5em;
	list-style: none inside;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-decoration: none;
}

/* Main */

html {
	overflow-y: scroll;
}

body {
	background: #FFF;
	color: #332;
	font-family: Georgia, 'Trebuchet MS', serif;
	font-size: 16px;
	padding: 48px
}

a:link, a:hover, a:active, a:visited {
	color: #332;
}

	a:hover {
		color: #332 !important;
		text-decoration: underline;
	}

h1 {
	display: none;
}

form {
	font-size: 32px;
	margin-bottom: 48px;
}

fieldset {
	float: left;
	width: 50%;
}

	fieldset.exclude {
		text-align: right;
	}

	fieldset.submit {
		display: none;
	}

input {
	border: 1px solid #998;
	color: #332;
	padding: .2em;
	text-align: left;
	width: 60%;
}

#cloud {
	border-top: 1px solid #998;
	text-align: justify;
}

	#cloud p {
		margin: 48px 0;
	}

#throbber {
	background: url('throbber.gif') center center no-repeat rgba(255, 255, 255, .9);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#footer {
	text-align: right;
}
