h1
{
  font-size: 32px;
  text-shadow: -1px -1px #0c0, 1px 1px #060, -3px 0 4px #000;
  font-family:Arial, Helvetica, sans-serif;
  color: #C0C0C0;
  padding:16px;
  font-weight:lighter;
 
  text-align:center;
  display:block;
  margin:16px;
  
}
h2
{
  font-size: 32px;
  text-shadow: -1px -1px #0c0, 1px 1px #060, -3px 0 4px #000;
  font-family:Arial, Helvetica, sans-serif;
  color: #C0C0C0;
  padding:16px;
  font-weight:lighter;
    
  text-align:center;
  display:block;
  margin:16px;

}
.clo { 

font: italic small-caps bold 16px/2 cursive ;

}
.tabcenter{
   margin-left:auto;
   margin-right:auto;
}
.parent {
    position: relative;
    width: 433px;
    height: 612px;
    margin: 10px;
}

.child1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.child2 {
    z-index: 1;
    margin: 30px;
    background: green;
}
input {
  background-color: #C0DAC2;
  align: center;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
readonly: true;
font: italic small-caps bold 16px/2 cursive;
color:black;
}
.button
{
    font-size: 13px;
    color:black;
}
.sudokubutton {
	box-shadow:inset -3px 0px 4px -7px #ffffff;
	-moz-box-shadow:inset -3px 0px 4px -7px #ffffff;
	-webkit-box-shadow:inset -3px 0px 4px -7px #ffffff;
	box-shadow:inset -3px 0px 4px -7px #ffffff;
	background:linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');

	background-color:#f9f9f9;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 2px #ffffff;
	margin: 16px 11px 0 11px;
}
.aide {
	box-shadow:inset -3px 0px 4px -7px #ffffff;
	-moz-box-shadow:inset -3px 0px 4px -7px #ffffff;
	-webkit-box-shadow:inset -3px 0px 4px -7px #ffffff;
	box-shadow:inset -3px 0px 4px -7px #ffffff;
	background:linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');

	background-color:#f9f9f9;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:86px;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 2px #ffffff;
	margin: 16px 11px 0 11px;
}
.sudokubutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}

.sudokubutton:active {
	position:relative;
	top:1px;
}