* {
	border:0 none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	font-weight:inherit;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
ul {
	margin-left:20px;
}
body {
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
}
#wrapper {
	margin: 0 auto;
	padding:0;
	width: 660px;
	height:640px;
	position: relative;
	padding-bottom:20px;
}
#header{
	width:100%;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height:213px;
	margin-top:100px;
}
#login_buttons{
	float:right;
	display:inline;
	margin:165px 10px 0 0;
}
#loadTarget {
	width: 100%;
}
.connectBtns {
	list-style-type: none;
	display: block;
	width: 300px;
	margin: 468px 0 0 620px;
}
.connectBtns li {
	display: block;
	padding: 5px 0 0 20px;
	float: left;
}

/*             SNEAK PREVIEW SECTION           */

div#loadedBg {
	
}

div#videoHolder{
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../images/black.png);
	background-repeat:repeat-y;
	padding:10px 5px 10px 10px;
}

#clickHere {
	position: absolute;
	top: 531px;
	left: 300px;
	width:66px;
	height:27px;
}

#logout {
	padding-right:10px;
	text-align:right;
	margin-bottom:20px;
}

#preOrder_section {
	position: absolute;
	top: 535px;
	right: 30px;
	width:auto;
	height:38px;
}

.preOrder_buttons {
	margin:0 0 0 6px;
	padding:0;
	width:118px;
	height:38px;
	float:left;
}

#terms {
	position: absolute;
	top: 620px;
	left: 230px;
	height:160px;
}
#terms a {
	font-size: 12px;
	color: #787770;
	text-decoration: none;
	cursor:pointer;
}
#terms a:hover {
	color:#FFFFFF;
}

#purchase {
	position: absolute;
	top: 580px;
	width: 100%;
}
.purchaseLinks {
	display: block;
	margin: 0 auto;
	width: 870px;
}
.purchaseLinks li {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0 3px;
}
#alertTarget {
	margin: 5px auto;
	width: 500px;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	background-color: #fff;
	padding: 8px;
	display: none;
}
#reg_form {
	width: 600px;
	margin: 0 auto;
	font-size: 12px;
	background-color: #fff;
	padding: 15px;
	border:3px solid #000;
}
#reg_form p {
	padding: 0 0 5px 0;
}
#reg_form label {
	display: block;
	float: left;
	width: 60px;
	padding: 3px 0 0 0;
}
.formBox {
	border: 1px solid #999;
	width: 200px;
}
.submitObject {
	background-color: #000;
	color: #fff;
	padding:3px 10px;
	border:1px solid #000;
}
.submitObject:hover {
	background-color:#fff;
	color:#000;
	border-color:#000;
	cursor:pointer;
}
.smlPrint {
	font-size: 11px;
}
.terms:hover {
	cursor:pointer;
}
