.ttt
{
	height: 300px;
	width: 300px;
	background: url(images/tictactoeback.png);
	margin-left: auto;
	margin-right: auto;
}
.tttbox
{
	height: 76px;
	width: 76px;
	margin: 12px;
	float: left;
	background: none;
	cursor: pointer;
}
.ttto
{
	background: url(images/xowhite80x160.png) 80px 0px;
}
.tttx
{
	background: url(images/xowhite80x160.png) 0 0px;
}
.tttresultaat
{
	width: 280px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 1px solid #5F5F5F;
	/*+box-shadow:2px 2px 3px -1px #0D0D0D;*/
	-moz-box-shadow: 2px 2px 3px -1px #0D0D0D;
	-webkit-box-shadow: 2px 2px 3px -1px #0D0D0D;
	-o-box-shadow: 2px 2px 3px -1px #0D0D0D;
	box-shadow: 2px 2px 3px -1px #0D0D0D;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.tttresultaat H2
{
	text-align: center;
	margin-top: 4px;
	margin-bottom: 0px;
}
.tttscore
{
	width: 280px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	/*+box-shadow:2px 2px 3px -1px #0D0D0D;*/
	-moz-box-shadow: 2px 2px 3px -1px #0D0D0D;
	-webkit-box-shadow: 2px 2px 3px -1px #0D0D0D;
	-o-box-shadow: 2px 2px 3px -1px #0D0D0D;
	box-shadow: 2px 2px 3px -1px #0D0D0D;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
/*lotto settings*/
.lotto
{
}
.lottobutton
{
	width: 100%;
	height: 30px;
	border: 1px solid #000000;
	/*+border-radius:15px;*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
	/*+box-shadow:inset -1px 1px 3px;*/
	-moz-box-shadow: inset -1px 1px 3px;
	-webkit-box-shadow: inset -1px 1px 3px;
	-o-box-shadow: inset -1px 1px 3px;
	box-shadow: inset -1px 1px 3px;
}
.lottoresults
{
	margin-top: 30px;
}
.lottoregel
{
	height: 60px;
	width: 100%;
	margin-bottom: 20px;
}
.lottobox
{
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #000000;
	padding: 5px;
	background: #C7C7C7 repeat 0px 400px;
}
.lottoboxnr
{
	border: 1px solid #C9C9C9;
	color: #000000;
	background: #FFFFFF;
	width: 45px;
	height: 40px;
	/*+border-radius:25px;*/
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	/*+box-shadow:inset 1px 4px 3px #A3A3A3;*/
	-moz-box-shadow: inset 1px 4px 3px #A3A3A3;
	-webkit-box-shadow: inset 1px 4px 3px #A3A3A3;
	-o-box-shadow: inset 1px 4px 3px #A3A3A3;
	box-shadow: inset 1px 4px 3px #A3A3A3;
	text-align: center;
	font-size: 28px;
	padding-top: 7px;
}
.lottoboxcol
{
	width: 50px;
	height: 50px;
	border-radius: 25px;
}
.lottored
{
	background: #F6F5F5 url(images/lottocolor.png) -125px -2px;
}
.lottoorange
{
	background: #F6F5F5 url(images/lottocolor.png) -305px -2px;
}
.lottoyellow
{
	background: #F6F5F5 url(images/lottocolor.png) -365px -2px;
}
.lottogreen
{
	background: #F6F5F5 url(images/lottocolor.png) -245px -2px;
}
.lottoblue
{
	background: #F6F5F5 url(images/lottocolor.png) -185px -2px;
}
.lottopurple
{
	background: #F6F5F5 url(images/lottocolor.png) -65px -2px;
}
.dice
{
	width: 100px;
	height: 86px;
	float: left;
	margin-left: 5px;
	border: 1px solid #000000;
	/*+border-radius:20px;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 72px;
	padding-top: 14px;
}
.dicefield
{
	width: 550px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
}
