body {
	background: #16288E url(../images/background.jpg) no-repeat fixed left bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0em;
	padding: 0em;
}
#page {
	width: 30em;
	right: 1em;
	bottom: 1em;
	position: absolute;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);
	padding: 0em 1em;
	border: solid 1 px #fff;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
h1 {
	font: 3em "Century Gothic", serif;
	margin-top: 0em;
}
label {
	display: block;
	margin-top: 1em;
}
legend {
	font: 1.5em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333;
}
fieldset {
	width: 25.5em;
	border: 1px solid #666;
	background: rgba(255,255,255,0.5);
	padding: 0.5em;
}
#email {
	border: 1px solid #333;
	font: 1em "Courier New", Courier, monospace;
}
#submit {
	margin-top: 1em;
	font: 1.5em Arial, Helvetica, sans-serif;
	display: block;
}
a img {
	border-style: none;
}

