
body, html {
	font-family: Arial, Helvetica;
	font-size: 100%;
	background: black;
	color: white;
	height: 100%;
	width: 100%;
}

#video-wrapper a:hover { color: #ccc; }
#video-wrapper { height: 100%;}

.video input { background: rgba(255,255,255,0.8); }

input:focus {
	outline-width: 0;
}

/* teaser
 */
.step2, .step3 { display: none; }

#subscribe { 
	font-size: 0.725em;
	text-transform: uppercase;
}

#videocontrols {
	position: absolute;
	right: 5px;
	bottom: 10px;
}
#videocontrols a {
	padding-left: 10px;
}

/* validate
 */
label.error { color: white; font-size: 12px; display: block; width: 166px; text-align: center;}


