@charset "UTF-8";
/* CSS Document */

body{margin:0;}
#extlogin{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
		border: 0;
}
#placeholder {width: 100%; height: 100%; position:absolute; background:url(bg.jpg); background-position:center center;}
#movie { position:absolute; width:750px; height:450px; top:50%; margin-top: -225px; left:50%; margin-left:-365px;}


.panel_button {
	margin-left: auto;
	left: 300px;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 173px;
	height: 54px;
	background: url(images/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: hand;
}
.panel_button img {
	position: relative;
	top: 7px;
	left: 15px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	
	top: 5px;
	left: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}

#panel {
left: 300px;
	width: 280px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
cursor:hand;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: #333333;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 304px;
	position: absolute;
	z-index: -1;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
color:#999;
}
.border {
font-family: Arial;
font-size: 11pt;
color:#999;
}

.border td{
color:#999;
font-size:10pt;
}

div#login {
	width: 240px;
	height: 150px;
	position: absolute;
	left: 10px;
	top: 10px;

	text-align: left;
	padding-left: 10px;
}
div#login p {
	color: #CCCCCC;
	font-family: Arial;
	line-height: 25px;
}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;

	top: 30px;
	left: 86px;
}
