﻿* {
 -moz-user-select: none;
 -webkit-user-select: none;
 -ms-user-select: none;
 user-select: none;

 -moz-text-size-adjust: none;
 -webkit-text-size-adjust: none;
 -ms-text-size-adjust: none;
 text-size-adjust: none;

 -moz-touch-action: none;
 -webkit-touch-action: none;
 -ms-touch-action: none;
 touch-action: none;

 -moz-scroll-rails: none;
 -webkit-scroll-rails: none;
 -ms-scroll-rails: none;
 scroll-rails: none;

 -moz-backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 backface-visibility: hidden;

 -webkit-touch-callout: none;

 scroll-snap-type: none;
}

form {
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

input {
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

#FormsDiv
{
	position:absolute;
	left:0px;
	top:1px;
	width:1px;
	height:1px;
   	display:block;
   	overflow:hidden;
}
#RefDiv
{
	position:absolute;
	left:0px;
	top:2px;
	width:1px;
	height:1px;
   	display:block;
   	overflow:hidden;
}
#SignDiv
{
	position:absolute;
	left:0px;
	top:3px;
	width:1px;
	height:1px;
   	display:block;
   	overflow:hidden;
}
#FlashDiv
{
	position:absolute;
	left:0px;
	top:4px;
	width:1px;
	height:1px;
   	display:block;
   	overflow:hidden;
}

#secret
{
	position:absolute;
	left:0px;
	top:0px;
	color:black;
	font-size: 12px;
	width:100%;
	text-align:center;	
}
#MainDiv
{
	position:absolute;
	margin:0px;
	left:0px;
	top:0px;
	width:760px;
	height:628px;
}
	#FocusDiv
	{
		position:absolute;
		left:10px;
		top:10px;
		height:1px;
		width:1px;
	}

	#MainCanvas
	{
		position:absolute;
		left:0px;
		top:0px;
	}
	#ad2
	{
		position:absolute;
		left:0px;
		top:635px;
		width:760px;
		text-align:center;
	}
	#ad3
	{
		position:absolute;
		left:0px;
		top:635px;
		width:760px;
		text-align:center;
	}
	#LoginDiv
	{
		position:absolute;
		left:312px;
		top:328px;
		width:136px;
		height:24px;
	   	overflow:hidden;
	   	display:none;
	   	visibility:hidden;
	}
	#LoginPWDiv
	{
		position:absolute;
		left:291px;
		top:390px;
		width:178px;
		height:24px;
	   	overflow:hidden;
	   	display:none;
	   	visibility:hidden;
	}
	#NameDiv
	{
		position:absolute;
		left:312px;
		top:328px;
		width:136px;
		height:24px;
	   	overflow:hidden;
	   	display:none;
	   	visibility:hidden;
	}
	#PasswordDiv
	{
		position:absolute;
		left:291px;
		top:390px;
		width:178px;
		height:24px;
	   	overflow:hidden;
	   	display:none;
	   	visibility:hidden;
	}
	#Password2Div
	{
		position:absolute;
		left:291px;
		top:452px;
		width:178px;
		height:24px;
	   	overflow:hidden;
	   	display:none;
	   	visibility:hidden;
	}
	#ChatDiv
	{
		position:absolute;
		left:11px;
		top:467px;
		width:633px;
		height:24px;
	   	overflow:hidden;
	   	display:none;
	   	visibility:hidden;
	}
	#CaptchaDiv
	{
		position:absolute;
		left:345px;
		top:304px;
		width:66px;
		height:24px;
	   	overflow:hidden;
	   	display:none;
	   	visibility:hidden;
	}
	#LangDiv
	{
		position:absolute;
		left:0px;
		top:611px;
		width:200px;
		height:40px;
	   	overflow:hidden;
	   	text-align: left;
	   	float: left;
	}

input[type="text"], input[type="password"], select
{
	font-family:Arial;
	background-color : #111111;
	color : #eeeeee;
	font-size:12px;
	caret-color: #eeeeee;
}









