/*	=layer
---------------------------------------------------------------------------- */

#disablePage{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 89;
	display: block;
	background-color: black;
}

#monitor{
	position: absolute;
	width: 220px;
	height: 110px;
	font-family: Tahoma;
	font-size: 15px;
	color: white;
	font-weight: bolder;
	text-align: center;
	display: block;	
	z-index: 90;
}

.monitor_content{
	/*background-color: grey;*/
	width: 220px;
	height: 110px;
}


.layer div{
/*	border: solid 1px red;*/
}

.layer {
	/*margin: 20px;*/
	width: 45%;
	/*padding: 23px;*/
	position: relative;
}

.layer .content {
	padding: 10px;
	background-color: #fff;
	position: relative;
	z-index: 20;
}

/*	=shadow
---------------------------------------------------------------------------- */

#language{
	display: none;
}


a {
	border: solid 0px black;
	color: white;
	font-family: Tahoma;
}

a:hover {
	border: solid 0px black;
	text-decoration: none;
}

a:visited {
	border: solid 0px black;
}


#popup{
	width: 478px;
	height: 369px;
	position: relative;
	background-image: url(../images/popup.png);
}


#xbut{
	position: absolute;
	top: 18px;
	left: 430px;
}

#xbut a{
	border: solid 0px;
}

#xbut a img{
	border: solid 0px;
}


