
table.lattice {
    border-spacing : 0;
    border-collapse:collapse;
    margin-top:90px;
    margin-right:30px;
  }


table.lattice td {
    width : 110px;
    height : 85px;
    padding:0;
    position:relative;
  }


table.lattice th {
    padding:0;
    font-size:20px;
  }


table.lattice th[scope=row] {
    width:40px;
  }


table.lattice th[scope=col] {
    height:30px;
  }


table.lattice td.decorated {
    background-image : url('../images/lattice_cell-bg.gif');
    background-position : top right;
    background-repeat : no-repeat;
    border:solid 3px #D8D8D8;
  }
/*Make the outer border (or die trying)*/
table.lattice .surround-left + td{
    border-left:solid 4px #D8D8D8;
}
table.lattice .surround-right{
    /*border-left:solid 4px #D8D8D8;*/
}
table.lattice .surround-top{
    /*border-bottom:solid 4px #D8D8D8;*/
}
table.lattice .surround-bottom{
    border-top:solid 4px #D8D8D8;
}

table.lattice td .dig-holder{
	height:82px;
	position:relative;
}
table.lattice td .dig-tens,
table.lattice td .dig-ones{
	position:absolute;
	width:40px;
	height:40px;
}
table.lattice td .dig-tens{
	top:1px;
	left:4px;
}
table.lattice td .dig-ones{
	right:4px;
	bottom:1px;
}

