body {
	width:640pt;
}

#mainzone {
	background-color: rgba(255, 245, 56, 1);
	padding: 5%;
	width: 70%;

	border-width:1px;
	border-style:solid;	
	border-color: rgba(157, 166, 125, 1);
	
	margin:0 auto;
}


#title {
	position:relative;
	width: 40%;

	//left:30%;
	margin:0 auto;

	border-width:1px;
	border-style:solid;	
	border-color: white;

	font-size: 20px;
	font-weight: bold;
	
	text-align: center;
	color: white;
	
}
#score {
	padding: 4%;
	position:relative;
	width: 60%;
	height:20pt;;

	margin:0 auto;


	font-size: 16px;
	font-weight: bold;
	
	text-align: center;
}
#score_ok {
	padding:10pt;
	position:relative;
	float:left;
	color: green;
}
#timerAnim {
	padding:10pt;
	position:relative;
	float:right;
	width:20pt;
	height:20pt;
	//background-color: red;
	//display:none;
}
#timerAnim img {
	position:relative;
	height:100%;
	width:100%;
}
#score_ko {
	padding:10pt;
	position:relative;
	float:right;
	color:red;
}


div#question {
	margin:0 auto;
	
	padding:5%;
	position:relative;
	width: 50%;

	//left:25%;

	//border-width:1px;
	//border-style:solid;	

	text-align: center;
	
	background-color: rgba(244, 255, 117, 1);

}
#editbox_a input {
	width:90%;
}
#editbox_b input {
	width:90%;
}
#editbox_c input {
	width:90%;
}



#keypad {
	padding: 0%;
	position:relative;
	width: 30%;

	left:40%;

	//border-width:1px;
	//border-style:solid;	

	font-size: 20px;
	font-weight: bold;
	
	//text-align: center;
}
#keypad tr td {
	width:40pt;
	height:40pt;
}
#keypad tr td input {
	width:100%;
	height:100%;
}


#config_box {
	position:absolute;
	z-index: 1000;
	width:100%;
	height:100%;
	
	left:0%;
	bottom:0%;

	background-color: rgba(255, 245, 56, 1);
	
}
#config_options {
	position:relative;
	z-index: 1000;
	//margin:0 auto;
	padding:2%;
	
	width:50%;
	height:50%;
	left:25%;
	top:15%;
	
	background-color: rgba(244, 255, 117, 1);

}
#config_close {
	position:relative;
	float:right;
	z-index: 1000;
}
#config_open {
	position:relative;
	z-index: 1000;
	float:right;
	width:5%;
}
#config_open input {
	position:relative;
	width:100%;
}