body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, 'Trebuchet MS';
	font-size: 11px;
}
a, a.hover{
	color: #0000ff;
}
h2{
	color: #3080d0;
	font-weight: bolder;
	font-size: 15px;
	margin-top: 20px;
	text-align: center;
}
.head{
	font-size: 12px;
	text-align: center;
	margin: 10px auto;
}
#border {
	position: relative;
	padding: 3px;
	border: 2px solid #3080D0;
	margin: 0px auto;
}
.piece{
	position: absolute;
	width: 56px;
	height: 56px;
	z-index: 0;
}
.back{
	position: absolute;
	width: 56px;
	height: 56px;
	z-index: 1;
	background: url(back.gif) no-repeat center;
}
#lblTries{
	position: absolute;
	top: 0px;
}
#tries{
	position: absolute;
	top: 20px;
	width: 30px;
	text-align: center;
	font-weight: bolder;
}
#message{
	position: absolute;
	z-index: 2;
	text-align: center;
	background: #d5e7ff;
	padding: 10px 0px 10px 0px;
}
#setBox {
	position: absolute;
	top: 60px;
	height: 20px;
	width: 120px;
	text-align: center;
	z-index: 21;
	border: 1px solid #3080D0;
	background: #E3E3E3;
	cursor: pointer;
	vertical-align: middle;
	line-height: 20px;
}
#sets {
	position: absolute;
	top: 20px;
	z-index: 21;
	display: none;
	background: #ffffff;
	left: -1px;
	border: 1px solid #3080D0;
	background: #E3E3E3;
}
.set {
	height: 50px;
	width: 120px;
	margin: 10px auto;
}
#sizeBox {
	position: absolute;
	top: 90px;
	height: 20px;
	z-index: 20;
	width: 120px;
	text-align: center;
	border: 1px solid #3080D0;
	background: #E3E3E3;
	cursor: pointer;
	vertical-align: middle;
	line-height: 20px;
}
#sizes {
	position: absolute;
	top: 20px;
	z-index: 20;
	display: none;
	background: #ffffff;
	left: -1px;
	border: 1px solid #3080D0;
	background: #E3E3E3;
}
.size {
	height: 20px;
	width: 120px;
	margin: 10px auto;
}