@charset "utf-8";
#containah {
	background-image: url(images/gameBG.png);
	background-position: left bottom;
	height: 410px;
	width: 320px;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#containah #betInfo #betAmmount {
	height: 75px;
	width: 100px;
	float: right;
	font-size: 1.5em;
	padding-right: 12px;
	padding-left: 12px;
}
#containah #betInfo #betAmmount h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
}
#containah #dice .diceSize {
	height: 134px;
	width: 134px;
}
#containah #dice #dicerTwo {
	float: right;
}
#containah #score {
	height: 75px;
	padding-top: 5px;
}
#containah #dice {
	height: 135px;
	width: 290px;
	margin: auto;
	padding-top: 0px;
}
#containah #rollBTN {
	width: 259px;
	height: 89px;
	margin: auto;
	padding-top: 18px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#containah #betInfo #betBTNminus {
	height: 55px;
	width: 96px;
	float: left;
	clear: right;
	padding-top: 25px;
	text-align: center;
}
#containah #betInfo #betBTNadd {
	height: 55px;
	width: 97px;
	float: right;
	padding-top: 25px;
	text-align: center;
}
#containah #betInfo {
	padding-top: 2px;
	height: auto;
}
#containah #dice #dicerOne {
	float: left;
}
#containah  #score  h4 {
	padding: 0px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
#containah #score .status {
	text-align: center;
	font-size: 1.5em;
	margin-top: 0px;
}
#containah #score #gameStatus {
	margin-top: 12px;
}
#containah #score #pointValue {
	text-align: right;
}

