.grid_cell{
	position:relative;
	display:block;
	 width:40px;
	 height:40px;
	  top:0px;
 left:0px;
}
.divsudokuinput{
 position:absolute;
 bottom:0px;
 left:10px;
 display:block;
}
.divsudokuinput_small{
 position:absolute;
 left:2;
 right:0;
display:block;
}
.input_small {
border:0 none;
height:12px;
text-align:center;
width:35px;
 font-size:10px;
}
.big_cell_input,.tiptext,.mistaketext, .big_cell_input_readonly {
	border:0 none;
	height:20px;
	text-align:center;
	width:25px;
	 font-size:20px;
}
.big_cell_input_readonly {
	color:blue;
	font-weight:bold;	
}
.board {
border:1.5px solid #000000;
margin:0;
padding:0;
	 width:300px;
	 height:300px;
}