#game_screen
{
	position : absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
#game_screen_back
{
	position:absolute;
	width:1280px;
	height:100%;
	left:0px;
/*	left:50%;*/
/*	margin-left:-640px;*/
	top:0px;
}
#game_screen_front
{
	position : absolute;
	top:0px;
	left:0px;
	width:100%;
	height:0px;
}

#game_screen_lock
{
	position : absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display: none;
}
/* ��� ������� ����� 
#hint{
background: #FFFFE1;
border: 1px solid black;
margin-top: 1em;
margin-left: 1em;
font-family: tahoma;
font-size: 12px;
padding: 3px;
position: absolute;
text-align: justify;
visibility: hidden;
}
*/
#hint{
	background: #FFFFE1;	
	border: 1px solid black;
	/*margin-top: 1em;
	margin-left: 1em;*/
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	position: absolute;
	text-align: justify;
	display: none;
	opacity			: 0.8;
	* filter		: alpha(opacity=80);
}

#tooltip{
	background: #FFFFE1;
	border: 1px solid black;
	/* margin-top: 1em; */
	/* margin-left: 1em; */
	font-family: tahoma;
	font-size: 12px;
	padding: 3px;
	position: absolute;
	text-align: justify;
	visibility: hidden;
}
.flash_hide{
	visibility: hidden;
}
.mobs_quest
{
	color		: #04078E;

}

.text_hint_item_name
{
	color		: #FF0000;
	font		: bold 13px Tahoma;
}
.text_hint_item_params
{
	color		: #327821;
	font		: bold 12px Tahoma;
}
.text_hint_item_about
{
	color		: #000000;
	font		: bold 12px Tahoma;
}
.text_hint_item_price
{
	color		: #840303;
	font		: bold 13px Tahoma;
}
.text_hint_item_req
{
	color		: #0000FF;
	font		: bold 13px Tahoma;
}
.text_hint_item_req_bad
{
	color		: #FF0000;
	font		: bold 13px Tahoma;
}

.loading_main
{
	position	: absolute;
	left:0px;
	top:0px;	 
	display		: none;
}
.loading_image
{
	position	: absolute;
	width		: 32px; 
	height		: 32px;
	left:0px;
	top:0px;
}
.loading_text
{
	position	: absolute;
	font		: bold 12px Tahoma;
	text-align	: left;
	color		: #FF0000;	
	height:17px;
	left:40px;
	top:9px;
	width:400px;	
}

#alerts
{
	position:absolute;
	width:0px;
	height:0px;
	top:0px;
	left:0px;
}
