body {
	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #000;
	padding:0;
	margin:0;
}
#login {
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	text-align: right;
	width: 100%;
}
* html #login { 
	position: absolute;
}


#login a {
	background:#666;
	border-radius: 2px;
	color: #fff;
	width: 80px;
	padding: 2px 20px;
	text-decoration: none;
	margin: 0 10px;
	font-weight: 700;
}
#login a.signup {

}
#footer {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	padding: 5px 10px;
}
#footer a {
	color: #fff;
	padding: 0;
	margin: 0 5px;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#footer a:hover {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
}
#form {
	top: 180px;
	left: 50px;
	position: absolute;
	width: 350px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	padding: 20px;
}
h1 {
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 100px;
	left: 50px;
	width: 400px;
	height: 80px;
	
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	
}
#form h2 {
	color: #fff;
	font-size: 46px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 50px;
}
#form p {
	font-size: 16px;
}
#form input {
	padding: 10px 5px;
	width: 338px;
	border: 1px solid #000;
	margin: 5px 0;
	background: rgba(255, 255, 255, 0.8);
}
#form input:focus {
	background: rgba(255, 255, 255, 1);
}
#form input#submit {
	margin-top: 15px;
	font-size: 16px;
	width: 348px;
	color: #fff;
	padding: 10px 20px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #133e61;
	cursor: pointer;
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow: 0px 1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,0.4);
}
.divider {
	width: 390px;
	border-top: 1px solid #333;
	opacity: .5;
	margin: 10px auto;
}
.divider span {
	width: 390px;
	border-top: 1px solid #fff;
	opacity: .5;
	margin-top: 1px;
	display: block;
}
#upsell p {
	padding: 0 10px!important;
}
#terms {
    padding: 30px 10px 10px;
    text-align: justify;
	background:#fff;
	color:#000!important;
	text-shadow:none!important;	
}
#terms h1, #terms h2, #terms a {
    color: #22649E!important;
    text-align: left;
	background:none!important;
	text-shadow:none!important;	
	text-indent:inherit!important;
	position:relative!important;
	top: auto!important;
	left: auto!important;
	width: auto!important;
	height: auto!important;
}
$terms p{
	color:#000!important;
	text-shadow:none!important;
}
#big-video-control-container{
	display:none!important;
}

form p { position:relative; padding:0; margin:0; color:#555; }
form p label  { position:absolute; top:16px; left:10px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#mute-btn {
	background: url('unmute.png') no-repeat;
	position: absolute;
		top: 30px;
		right: 20px;
	z-index: 999;
	color: #ccc;
	width: 20px;
	height: 20px;
	opacity: 0.6;
	overflow: hidden;
}
	#mute-btn:hover {
		opacity: 1;
	}
.muted {
	background: url('mute.png') no-repeat !important;
}

 @media screen and (max-width: 480px) {
#login {
	text-align: center;
	position: relative!important;
}
.vegas-background, .vegas-overlay {
	display: none;!important
}
#footer {
	position: relative!important;
	clear: both;
	bottom: auto!important;
	right: auto!important;
	margin-top: 20px;
}
h1 {
	position: relative;
!important;
	left: auto!important;
	width: 100%;
	top: auto!important
}
#form {
	position: relative!important;
	top: auto!important;
	width: 94%;
	left: auto!important;
	padding: 3%!important;
	text-align: center
}
#form h2 {
	font-size: 40px;
	text-align: center
}
#form input {
	width: 94%!important
}
}
