﻿#contentLeftInfo h2
{
	margin-left:50px;
	font-size:10pt;
}

#contentLeftInfo div
{
	margin-left:50px;
}

#contentLeftInfo .small
{
	font-size:smaller;
}

/* game preview / download block */

#gamePreviewScreen
{
	height:208px;
	font-size:9pt !important;
	color:#fff;
	margin:10px !important;
}
#gamePreviewScreen .left
{
	width:150px;
	height:30px;
	float:left;
	margin:0 0 0 190px !important;
}
#gamePreviewScreen .right
{
	width:230px;
	height:30px;
	float:left;
}
#gamePreviewScreen #download
{
	width:100%;
	clear:both;
	text-align:center !important;
}
#gamePreviewScreen .MobileCode
{
	width:30px;
}
#gamePreviewScreen .captchaInput
{
	width:55px;
	font-weight:bold;
	margin:0 !important;
	padding:2px 0 3px 2px !important;
}
#gamePreviewScreen select
{
	width:194px;
}

/* the overlay etc. */ 

#gameviewwrapper
{
	z-index:1000;
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
	display:none;
} 
#gameviewoverlay
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	background:#000;
	opacity:0.65;
	-moz-opacity:0.65;
	filter:alpha(opacity=65);
}
#gameview
{
	position: relative !important;
	margin:0 auto !important;
	width:100% !important;
	height:100% !important;
	z-index:100002 !important;
	text-align:center !important;
}
#gameviewContent
{
	position:relative !important;
	width:600px;
	margin:150px auto !important;
	padding:0 !important;
	clear:both;
	border:4px solid #c9c9c9;
	background:#3A3A3A;
	text-align:left !important;
}
#gameviewContent .closeButton
{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	text-align:center !important;
	margin:-15px 0 0 0 !important;
	padding:0 0 0 305px !important;
	cursor:pointer;
}
