
#boxouter {
	text-align: center;
}
#boxinner {
	text-align: left;
	margin: .8em auto;
	width: 850px;
	position: relative;
	background: black url('sudoku-skin.png') top left no-repeat;
	width: 900px;
	height: 499px;
}

#sudoku {
	position: absolute;
	top: 21px;
	left: 22px;
}

#panel {
	position: absolute;
	left: 500px;
	top: 20px;
}

#panel h1 {
	color: white;
	margin: 0 0 .3em 0; padding: 0 0 .2em 0;
}
#instructions, #debug_holder {
	font-size: 11px;
	font-family: "Lucida Sans",Arial,Helvetica,sans-serif;
	line-height: 135%;
}
#instructions {
	color: #3B3934;
	margin: 1em 0;
}

#instructions a {
	color: #1B1A18;
	text-decoration: none;
}
#instructions a:hover {
	color: #3B3934;
	text-decoration: underline;
}
#debug_holder {
	top: 280px;
	left: 500px;
	position: absolute;
}
#debug_holder em {
	font-style: normal;
	color: #979083;
}
#debug {
	color: #373530;
}
#instructions em {
	font-style: normal;
	color: #eee;
}

#buttonbar button,
#buttonbar select
{
	font-size: 12px;
	border-width: 1px;
	border-color: black;
	padding: .2em .1em;
}

#buttonbar button
{
	border-style: solid;
	border-color: #6F6F6F #222 #222 #6F6F6F;
	background-color: #555;
	color: white;
	padding: .2em .3em;
}
#buttonbar select
{
	background-color: #2b2b2b;
	border-style: solid;
	border-color: #222 #6F6F6F #6F6F6F #222;
	color: #999;
}
#buttonbar button.disabled
{
	border-color: #535353 #232323 #232323 #535353;
	background-color: #434343;
	color: #555;
}
#dllogo {
	position: absolute;
	top: 439px; left: 755px;
}
#dllogo img {
	border: none;
	cursor: crosshair;
}

#tpanel { position: absolute; top: 438px; left: 495px; width: 256px; height: 39px; background: url('sudoku-panel.gif') top left no-repeat; }
#tpanel .timers { position: relative; }
#tpanel .timers div { position: absolute; color: #17C2EB; font-size: 10px; font-family: Arial,sans-serif; top: 17px; }
#tpanel .clock { left: 16px; }
#tpanel .known { left: 83px; }
#tpanel .filled { left: 126px; }
#tpanel .cempty { left: 162px; }
#tpanel .hints { left: 199px; }

#panel label { 
	font-family: "Lucida Sans",Arial,Helvetica,sans-serif;
	color: rgb(49, 47, 42); font-size: 12px;
	font-weight: bold;
}

