#border {
	position: relative;
	padding: 3px;
	border: 2px solid #3080D0;
	margin: 35px auto;
}

.piece {
	position: absolute;
	width: 56px;
	height: 56px;
	z-index: 0;
	background-color: #fff;
}

.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;
	color: #000;
	padding: 10px 0px 10px 0px;
}

#setBox {
	position: absolute;
	top: 60px;
	height: 20px;
	width: 140px;
	text-align: center;
	z-index: 21;
	border: 1px solid #3080D0;
	background: #E3E3E3;
	color: #000;
	cursor: pointer;
	vertical-align: middle;
	line-height: 20px;
}

#sets {
	position: absolute;
	top: 20px;
	z-index: 21;
	display: none;
	background: #ffffff;
	color: #000;
	left: -1px;
	border: 1px solid #3080D0;
	background: #E3E3E3;
}

.set {
	height: 50px;
	width: 140px;
	margin: 10px auto;
}

#sizeBox {
	position: absolute;
	top: 90px;
	height: 20px;
	z-index: 20;
	width: 140px;
	text-align: center;
	border: 1px solid #3080D0;
	background: #E3E3E3;
	color: #000;
	cursor: pointer;
	vertical-align: middle;
	line-height: 20px;
}

#sizes {
	position: absolute;
	top: 20px;
	z-index: 20;
	display: none;
	left: -1px;
	border: 1px solid #3080D0;
	background: #E3E3E3;
	color: #000;
}

.size {
	height: 20px;
	width: 120px;
	margin: 10px auto;
}
