body{
font-family:Arial;
text-align:center;
padding:0px;
margin:0px;
font-size:0.86em;
background:#fff;
}

#mainwrapper{
position:relative;
margin: auto;
text-align:center;
width:300px;
}



#header{
position:relative;
float:left;
display:block;
width:80px;
padding:0px;
}

#header h1{
font-size:1em;
margin: 0px;
font-weight: normal;
}

#header h1 .headerref{
text-decoration:none;
}

#p{
display:block;
color: #000;
background: #9f9;
margin:1px;
margin-left: 0px;
height:15px;
width:15px;
float:left;
border: #000 1px solid;
}

#u{
color: #000;
background: #f99;
margin:1px;
height:15px;
width:15px;
float:left;
border: #000 1px solid;
}

#z{
color: #000;
background: #99f;
margin:1px;
height:15px;
width:15px;
float:left;
border: #000 1px solid;
}

#p .headerref, #u .headerref, #z .headerref{
color: #000;
}


#l{
color: #000;
margin:1px;
height:15px;
width:15px;
float:left;
border: #000 1px solid;
}

#l .headerref{
color: #000;
}


#sudokumenu{
	text-align:right;
}

#sudokumenu  a{
	font-size: 0.8em;
	color:#00c;
}


#gamelabel{
float:right;
color:#444;
font-size:1.2em;
width: 220px;
text-align:right;
font-size: 0.8em;
}


#content{
position: relative;
left:0px;
float:left;
width:300px;

}



#gamewrapper{
display:block;
position:relative;
width:296px;
border: #aaa dotted 2px;
text-align:center;
padding:0px;
margin-top:0px;
padding-top:5px;
padding-bottom:0px;
}

.clear{
clear:both;
height:1px;
}


/* puzl styles */

#puzl{
margin: auto;
width:276px;
height:276px;
border: #666 1px solid;
}

.grid{
float:left;
width:90px;
height:90px;
border: #666 1px solid;
}

.field{
position:relative; 
float:left;
width:29px;
height:29px;
border: none 0px;
border-right: #666 1px solid;
border-bottom: #666 1px solid;
}

.textfield{
width:16px;
height:22px;
border: none 0px;
font-family: Comic;
font-size: 1.1em;
padding:0px;
padding-left:9px;
padding-top:2px;
}




.gameoption{
margin:10px;
}

#challangetext{
	font-weight:bold;
}

#challangetext .button{
	font-weight:normal;
	margin-left: 10px;
}

#urltocopy{
	display:block;
	text-align:center;
}

#copyurldiv{
	font-size:1em;
	margin: 4px;
	text-align: left; 
}

#copydiv{
	text-align: center; 
	font-style:italic;
}

.symbol{
	font-family: Arial;
	font-weight:bold;
}

form{
	margin:0px;
	padding-bottom:0px;
}


