			table#sudoku_panel {
				border-collapse: collapse;
				margin-left: auto;
				margin-right: auto;
			}
			#sudoku_panel tbody td { 
				border: 1px solid #666666;
				padding: 10px 10px; 
				margin: 0;
				text-align:center;
				vertical-align: middle;
				width: 20px;
				height: 20px;
				background-color: #DADADA;
			}
			
			#sudoku_panel tbody td.topBorder{
				border-top: 2px solid #666666;
			}
			
			#sudoku_panel tbody td.bottomBorder{
				border-bottom: 2px solid #666666;
			}
			
			#sudoku_panel tbody td.leftBorder{
				border-left: 2px solid #666666;
			}
			
			#sudoku_panel tbody td.rightBorder{
				border-right: 2px solid #666666;
			}
			
			#sudoku_panel tbody td.notice {
				padding: 4px;
				vertical-align: bottom;
				font-size: 0;
				line-height: 0;
				background-color: white;
			}
			
			#sudoku_panel tfoot td {
				font-size: x-small;
			}
			#sudoku_panel tfoot td.leftFootInfo {
				background-color: #E7E7E7;
				height: 30px;
				font-size: 12px;
				text-align: center;
				font-weight: bold;
			}
			#sudoku_panel tfoot td.centerFootInfo {
				background-color: #FFFFFF;
				height: 30px;
				font-size: 10px;
				text-align: center;
				vertical-align: middle;
				font-weight: lighter;
			}
			#sudoku_panel tfoot td.rightFootInfo {
				background-color: #E7E7E7;
				height: 30px;
				font-size: 12px;
				text-align: center;
				font-weight: bold;
			}
			#sudoku_panel input {
				border: none;
				text-align:center;
				width: 20px;
				height: 18px;
				margin-bottom:0;
				padding:0;
			}
			
			#sudoku_panel input.notice {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				border: 1px solid #CCCCCC;
				text-align:center;
				width: 20px;
				height: 10px;
				font-size: 9px;
				margin: 0 5px;
			}

			#slider01 {
				margin: 0.5em auto;
				position: relative;
				width: 176px;
				height: 20px;
				background: url(gfx/s_range.png) 50% 50% no-repeat;
			}
			#slider01 img {
				position: absolute;
				top: 2px;
				left: 0px;
			}			
