@charset "utf-8";
/* Contact Form */

video {
	width: 960px;
	margin-top: 50px;
	color: #000;
	background-color: #000;
	
	border: 16px solid #000;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	-moz-box-shadow: 0px 8px 8px #000;
	-webkit-box-shadow: 0px 8px 8px #000;
	box-shadow: 0px 8px 8px #000;
}

#wrapper-vid {
	margin: 0 auto;
	width: 960px;
}

#skip {
	text-align: center;
	
	margin: 20px auto 0 auto;
	padding: 4px;
	
	width: 360px;
	background-image: url(../images/button.jpg);
	border: 1px solid #333;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	-moz-box-shadow: 0px 2px 4px #000;
	-webkit-box-shadow: 0px 2px 4px #000;
	box-shadow: 0px 2px 4px #000;
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#666));
  	background: -webkit-linear-gradient(top, #666, #333);
  	background: -moz-linear-gradient(top, #666, #333);
  	background: -ms-linear-gradient(top, #666, #333);
  	background: -o-linear-gradient(top, #666, #333);
}

#skip:hover {
	text-align: center;
	
	margin: 20px auto 0 auto;
	padding: 4px;
	
	width: 360px;
	background-image: url(../images/button.jpg);
	border: 1px solid #555;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	-moz-box-shadow: 0px 2px 4px #000;
	-webkit-box-shadow: 0px 2px 4px #000;
	box-shadow: 0px 2px 4px #000;
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333));
  	background: -webkit-linear-gradient(top, #333, #666);
  	background: -moz-linear-gradient(top, #333, #666);
  	background: -ms-linear-gradient(top, #333, #666);
  	background: -o-linear-gradient(top, #333, #666);
}

a:link { text-decoration: none; color: #e5e5e5; }
a:visited { text-decoration: none; color: #e5e5e5; }
a:active { text-decoration: underline; }
a:hover { text-decoration: underline; color: #fff; }
