@charset "utf-8";

/* CSS Document */



html,body {
	margin-top:0px;
	margin-left:0px;
	/*margin:0 auto;*/
	background-color:#000;
  overflow: hidden;
}



#enchant-stage {
	#background-color:#CCCCCC;
	width:320px;
	height:430px;
	left:50%;
	margin-left:-160px;
	/*top:50%;
	margin-top:-207.5px;*/
}



#debug{
	position:absolute;
	top:0px;
	left:70%;
	background-color:#CCCCFF;
	display:none;
}


.txtload{
	margin-top:10px;
	font-size:30px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	cursor:default;
	border:medium;	
}

.txtloading{

	margin-top:10px;
	font-size:18px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	text-align:center;
	color:#000;
	cursor:default;
	border:medium;
		
}

.loading{

	position:absolute;
	text-align:center;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	background: -moz-linear-gradient(top, #a8cee0 0%, #e3edf7 44%, #e8eaed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8cee0), color-stop(44%,#e3edf7), color-stop(100%,#e8eaed)); /* Chrome,Safari4+ */	

	
	display:block;
	width:200px;
	height:50px;
	opacity:0.8;
}



.button{
	position:absolute;
	text-align:center;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #a8cee0 0%, #e3edf7 44%, #e8eaed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8cee0), color-stop(44%,#e3edf7), color-stop(100%,#e8eaed)); /* Chrome,Safari4+ */	

	display:block;
	width:200px;
	height:50px;
	opacity:0.9;
}

.box{
	position:absolute;
	text-align:left;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#fff;
	/*background: -moz-linear-gradient(top, #a8cee0 0%, #e3edf7 44%, #e8eaed 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8cee0), color-stop(44%,#e3edf7), color-stop(100%,#e8eaed)); /* Chrome,Safari4+ */	

	display:block;
	/*width:200px;
	height:50px;*/
	opacity:0.9;
}

.boxlevel{
	position:absolute;
	text-align:center;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background:#090;

	display:block;
	/*width:200px;
	height:50px;*/
	opacity:1;
}

.txtbutton{
	margin-top:10px;
	margin-left:10px;
	font-size:14px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#000;
	cursor:default;
	border:medium;
}

.txtresult{
	margin-top:40px;
	margin-left:10px;
	font-size:20px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#000;
	cursor:default;
	border:medium;
}



.txtscore{
	margin-top:10px;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#000;
	cursor:default;
}



.txthelp{
	margin-top:10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#000;
	cursor:default;
}



.txtlevel{
	margin-top:3px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	cursor:default;
}

/*----------------------------------------------------- slideout --------------------------------------*/
.slideout{
  -webkit-animation-name: fadeslideout;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;

  -moz-animation-name: fadeslideout;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
}

@-webkit-keyframes fadeslideout {

  from { 
  		opacity:1; 
		left:0px;
  }

  to   { 
  opacity:0; 
  left:-320px; 
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  }

}

@-moz-keyframes fadeslideout {

  from { 
  		opacity:1; 
		left:0px;
  }

  to   { 
  opacity:0; 
  left:-320px; 
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  }

}

/*----------------------------------------------------- slideout --------------------------------------*/

/*----------------------------------------------------- slidein --------------------------------------*/
.slidein{
  -webkit-animation-name: fadeslide;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;

  -moz-animation-name: fadeslide;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
}

@-webkit-keyframes fadeslide {

  from { 
  		opacity:0; 
		left:320px;
  }

  to   { 
  opacity:1; 
  left:0px; 
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  }

}

@-moz-keyframes fadeslide {

  from { 
  		opacity:0; 
		left:320px;
  }

  to   { 
  opacity:1; 
  left:0px; 
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  }

}


/*----------------------------------------------------- slidein --------------------------------------*/
/*----------------------------------------------------- fadeout -------------------------------------*/
.fadeout{
  -webkit-animation-name: fadehide;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;

  -moz-animation-name: fadehide;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
}

@-webkit-keyframes fadehide {

  from { opacity:1; }

  to   { 
  opacity:0; 
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  }

}

@-moz-keyframes fadehide {

  from { opacity:1; }

  to   { 
  opacity:0; 
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  }	

}

/*----------------------------------------------------- fadeout -------------------------------------*/

/*----------------------------------------------------- fadeshow -------------------------------------*/
.fadein{
  -webkit-animation-name: fadeshow;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;

  -moz-animation-name: fadeshow;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
}

.fadein_delay{
  -webkit-animation-name: fadeshow;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;

  -moz-animation-name: fadeshow;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
}

@-webkit-keyframes fadeshow {

  from { opacity:0; }

  to   { 
  opacity:1; 
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  }

}

@-moz-keyframes fadeshow {

  from { opacity:0; }

  to   { 
  opacity:1; 
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;

  }

}

/*----------------------------------------------------- fadeshow -------------------------------------*/
@-webkit-keyframes alpha {

  from { opacity:0; }

  to   { 
  opacity:0.5; 
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;

  }

}

@-moz-keyframes alpha {

  from { opacity:0; }

  to   { 
  opacity:0.5; 
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  }

}






