/* @override http://prototypeapps.dev/stylesheets/screen.css */
html{
	height: 100%;
}
body{
	background-color: #000;
	color: #fff;
	text-align: center;
	height: 100%;
	-webkit-text-size-adjust: none;

}
.flash{
	border-width: 1px;
	border-style: solid;
	padding:.5em;
	margin:.5em auto;
	width: 50%;
}
.error{ color: #900000; }
.notice{ color: #008300; }
/*form{
	font-size: 1.5em;
}
input{
	font-size: 1em;
}
input[type=text]{
	padding: .2em;
	width:180px
}*/

#teaser{
	width: 100%;
	position: absolute;
	top: 50%;
	height: 250px;
	margin-top: -125px;
}
#teaser h2{
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

form .note{
	display: block;
	font-size: 0.8em;
	margin-top:0.5em;
	color: rgba(255,255,255,.33);
}
