@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}
body {
	text-align: center;
}
div.wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
div.header {
	position: absolute;
	width: 1000px;
	height: 100px;
	top: 0px;
	left: 0px;
	background-color: red;
}
div.content-wrapper {
	position: absolute;
	width: 1000px;
	top: 100px;
	left: 0px;
}
div.left {
	float: left;
	width: 200px;
	background-color: green;
}
div.right {
	float: right;
	width: 800px;
	background-color: blue;
}



div.full {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
}
div.shade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	visibility: hidden;
	display: none;
}
div.popup {
	position: absolute;
	top: 50%;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 300px;
	overflow: hidden;
	background-color: #fff;
	z-index: 98;
	display: none;
	visibility: hidden;
}
div.popup div.controls {
	position: absolute;
	bottom: 0px;
	right: 10px;
	z-index: 100;
}
div.popup div.controls a {
	outline: none;
	color: #888888;
	font-size: 11px;
	z-index: 101;
}
div.popup div.content {
	margin: 0;
	width: 100%;
	height: 285px;
	overflow: auto;
	z-index: 102;
}
div.popup div.content p#player1 {
	margin-top: 25px;
}
div.popup {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
div.popup a {
	color: #111111;
	background-color: #FFFFFF;
}
div.popup a:hover {
	color: #FFFFFF;
	background-color: #111111;
}
div.popup div#alert {
	text-align: justify;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
form.center {
	text-align: center;
	width: 450px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
div.center {
	text-align: center;
	width: 450px;
	margin-left: auto;
	margin-right: auto;	
}
table.loginform {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
table.loginform input {
	border: 1px solid #ABABAB;
	background-color: #EEEEEE;
	width: 200px;
	height: 20px;
}
