@CHARSET "UTF-8";

#prerollOverlay {
	position: absolute;
	top: 140px;
	
	background-color: #ffffff;
	border-top: 9px solid #f67c01;
	border-bottom: 9px solid #f67c01;
	height: 352px;
	width: 819px;
	text-align: center;
	z-index: 2000020;
	
	visibility: hidden;
}


#prerollClose {
	position: absolute;
	right: 10px;
	top: 5px;
}

#prerollClose a {
	color: #dfe0e1;
	
	font-size: 11px;
	text-decoration: none;
}

#prerollClose a:hover {
	text-decoration: underline;
}
