@CHARSET "ISO-8859-1";
body {
	background-repeat:no-repeat;
	background-position: left top;
	background-image:url('../images/main-bg.png');
	background-color:#000000;
}

div#controlPanel {
	display:block;
	position:absolute;
	top:455px;
	left:36px;
	height:145px;
	width:728px;
	background-repeat:no-repeat;
	background-image:url('../images/WinstantPanelContainerBack.png');
	visibility:hidden;
	z-index:3;
}

img.ballImage {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

input.largeBallNumber {
	display:block;
	position:absolute;
	top:43px;
	left:36px;
	z-index:2;
	background-color:rgba(0,0,0,0);
	border:none;
	width: 51px;
	height: 41px;
	font-family:"Humanist777CBT";
	font-weight:bold;
	font-style:normal;
	font-size:35pt;
	text-align:center;
}

input.smallBallNumber {
	display:block;
	position:absolute;
	top:-6px;
	left:1px;
	z-index:2;
	background-color:rgba(0,0,0,0);
	border:none;
	width: 27px;
	height: 39px;
	font-family:"Humanist777CBT";
	font-weight:bold;
	font-style:normal;
	font-size:14pt;
	text-align:center;
}

div#ballRack {
	display:block;
	position:absolute;
	top:13px;
	left:295px;
	height:572px;
	width:213px;
	background-repeat:no-repeat;
	background-image:url('../images/BallRackBack.png');
}

div#ballRackEmitter {
	display:block;
	position:absolute;
	top:0px;
	left:-1px;
	height:202px;
	width:215px;
	background-repeat:no-repeat;
	background-image:url('../images/BallRackEmitter.png');
	z-index: 100;
}


button#betPlusButton {
	position:absolute;
	top:50px;
	left:240px;
}

button#betMinusButton {
	position:absolute;
	top:50px;
	left:450px;
}

button#betButton {
	position:absolute;
	top:50px;
	left:580px;
}

input#accountDisplay {
	position:absolute;
	top:90px;
	left:90px;	
	color:#D9E021;
	background-color:rgba(0,0,0,0);
	font-family:"Digital";
	font-weight:bold;
	font-style:italic;
	font-size:17pt;
	width:115px;
	border:none;
}

input#betDisplay {
	position:absolute;
	top:105px;
	left:328px;
	color:#D9E021;
	background-color:rgba(0,0,0,0);
	font-family:"Digital";
	font-weight:bold;
	font-style:italic;
	font-size:17pt;
	width:110px;
	border:none;
}

input#playerDisplay {
	position:absolute;
	top:45px;
	left:23px;
	color:#ffffff;
	background-color:rgba(0,0,0,0);
	font-family:"Yikes";
	font-size:22pt;
	width:175px;
	text-align:center;
	text-shadow:2px 2px 2px #000000;
	border:none;
}

@font-face {
	font-family:"Digital";
	font-weight:bold;
	font-style:italic;
	src:url('../fonts/DS-DIGIT.TTF');
}

@font-face {
	font-family:"Digital";
	font-weight:normal;
	font-style:italic;
	src:url('../fonts/DS-DIGII.TTF');
}

@font-face {
	font-family:"Digital";
	font-weight:bold;
	font-style:normal;
	src:url('../fonts/DS-DIGIB.TTF');
}

@font-face {
	font-family:"Digital";
	font-weight:normal;
	font-style:normal;
	src:url('../fonts/DS-DIGI.TTF');
}

@font-face {
	font-family:"Yikes";
	font-weight:normal;
	font-style:normal;
	src:url('../fonts/Yikes.ttf');
}

@font-face {
	font-family:"Humanist777CBT";
	font-weight:bold;
	font-style:normal;
	src:url('../fonts/Humanist777BoldCBT.ttf');
}
