html { height:100%; }
body { height:100%; overflow: hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
a{ color:#555; text-decoration:underline; }
a:hover{ color:#666; text-decoration:underline; }
img { border: 0; }

/* WELCOME POPOUP */

#welcome {
	position: absolute;
	top: 60px;
	left: 50%;
	width: 620px;
	margin-left: -300px;
}
 
#welcome .popuptransparent {
	width: 600px;
	background: #000000;
	opacity:0.7;  
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;
	color: #FFFFFF;
	height: 380px;
	font-size: 12px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	padding: 10px;
    position: absolute;  
    top:0px;  
    left:0px;  
	z-index: 1;
}


.popupcontent {
	position:relative;
	z-index: 10;
	padding: 20px 10px 10px 10px; 
}

.start_btn {
	position: absolute;
	left: 275px;
    top: 270px;
	width: 215px;
	height: 60px;
}

.popupcontent p.licensed {
	color: #818181;
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 13px;
}

p.licensed a {
	color: #818181;
	text-decoration: underline;
}

p.licensed a:hover {
	text-decoration: none;
}


/* OVERLAY CONTENT */

#sponsor_banner {
	position:absolute;
	top: 10px;
	right: 0px;
	width: 160px;
	height: 300px;
}

.sponsor_banner_transparent {
	width: 140px;
	height: 230px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	background: #000000;
	opacity:0.7;  
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;
	z-index: 1;
}

.sponsor_banner_content {
	position:absolute;
	z-index: 10;
	top: 0px;
	padding: 10px;
}

#share_page {
	position:absolute;
	top: 10px;
	width: 250px;
	height: 70px;
}

.share_page_transparent {
	width: 250px;
	height: 70px;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	background: #000000;
	opacity:0.7;  
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;
	z-index: 1;
}

.share_banner {
	position:absolute;
	top: 12px;
	left: 15px;
	z-index: 10;
	padding: 0 0 0 0;
}


#share_page .twitter-share-button {
    margin: 0;
}

.share_twitter_btn {
	position:absolute;
	top: 25px;
	z-index: 10;
	right:10px;
	padding: 10px 0 0 0;
}



.share_fbook_btn {
	position:absolute;
	top: 25px;
	left: 15px;
	z-index: 10;
	padding: 10px 0 0 0;
}


#panofan_watermark {
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	width:225px;
	height: 100px;
	
}

.panofan_watermark_transparent {
	width: 225px;
	height: 90px;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	background: #000000;
	opacity:0.7;  
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;
	z-index: 1;
}

.panofan_watermark_btn {
	position:absolute;
	z-index: 10;
	top: 8px;
	left: 10px;
}

#social_watermark {
	position:absolute;
	display:block;
	bottom:0;
	right:0;
	width:250px;
	height: 280px;
	
}

.social_watermark_transparent {
	width: 250px;
	height: 270px;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	background: #000000;
	opacity:0.7;  
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;
	z-index: 1;
}

.social_watermark_btn {
	position:absolute;
	z-index: 10;
	top: 0px;
}

.followus {
	padding: 5px 10px;
}

.fbookwrap {
	padding: 10px 0 10px 0;
	border-top: 1px solid #555555;
}

.twitterwrap {
	padding: 20px 0 20px 10px;
	border-top: 1px solid #555555;
}



/* ORIGINAL CSS */

.popup {
	width: 100%;
	background-color: #FFF;
	filter:alpha(opacity=85); /* for IE */
	opacity:0.85; /* CSS3 standard */
	color: #000;
	font-size: 12px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	padding: 10px;
}
.pointleft {
	display: block;
	position: relative;
	float: left;
	margin-left: -23px;
}
.popup p {
	font-family: Arial, sans-serif;
	margin: 6px 0;
}


.close_window {
	display: block;
	position: absolute;
	right: -38px;
	top: -19px;
}
#logo_vv {
	float: left;
	margin: 10px 0 0 124px;
	height: 71px;
	width: 227px;
}
#logo_ss {
	clear: left;
	float: left;
	margin: 17px 0 0 33px;
	height: 40px;
	width: 317px;
}
#logo_rtw {
	float: left;
	margin: 0 0 5px 25px;
	height: 70px;
	width: 70px;
}


#watermark {
	position:absolute;
	right: 10px;
	top: 10px;
	background-color: transparent;
	filter:alpha(opacity=40); /* for IE */
	opacity:0.4; /* CSS3 standard */
}


#selectface {
	position: absolute;
	left: 50%;
	width: 200px;
}



#sharePort {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 170px;
}
#fb_login, #tag_friend, #fb_tag_commit, #fb_tag_deny, .twitter-share-button, .email_hotspot {
	display: block;
	float: left;
}
#fb_tag_commit, .email_hotspot {
	clear: left;
}
#fb_login, #tag_friend {
	width: 77px;
}
#fb_tag_commit, #fb_tag_deny {
	width: 64px;
	height: 29px;
}
.twitter-share-button {
	margin: 3px 0 0 12px;
}
#confirm_pic, #confirm_name {
	display: block;
	float: left;
}
#confirm_name {
	margin: 10px 0 0 10px;
}
#confirm_qustn {
	display: block;
	float: left;
	font-weight: bold;
	clear:both;
}
.float_clear {
	display: block;
	float: left;
	clear: left;
}

#terms_conditions {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -240px;
	width: 410px;
}
#terms_conditions .popup {
	padding: 35px;
}
#terms_conditions .close_window {
	margin-right: -51px;
}


#success {
	color: #40b32d;
	font-size: 20px;
	margin: 0;
}


#hotspot_detail {
	position: absolute;
	top: 35%;
	left: 35%;
	width: 200px;
}


#email_hotspot_form h4 {
	margin: 5px 0;
}
#email_hotspot_form textarea {
	/*background: in index.php for cdn url */
	width: 225px;
	font-size: 14px;
}
.formspacing {
	display: block;
	margin-top: 20px;
}
.text-field {
	/*background: in index.php for cdn url */
	border: 1px solid #999;
	color: black;
	height: 27px;
	padding: 5px;
	width: 215px;
	font-size: 14px;
}
#email_submit {
	/*background: in index.php for cdn url */
	display: block;
	width: 60px;
	height: 25px;
	text-indent: -10000px;
}



.vc524_credit, .footer_credit:hover, .footer_credit:visited {
	display:block;
	clear:both;
	float:right;
	font-size: 10px;
	color: #222;
	text-decoration: none;
}
