.ocp1 {
	background-color:#222;
	border: 1px solid #999;
	display:inline-block;
	color:#fff;
	font: bold 15px arial,sans-serif;
                height: 27px;
                text-align: center;
	padding-top: 6px;
	position: absolute;
	top: 459px;
	left: 4px;
}



.ocp2 {
	background-color:#656565;
	border: 1px solid #ccc;
	display:inline-block;
	color: #ddd;
	font: bold 15px arial,sans-serif;
                height: 27px;
                text-align: center;
	padding-top: 6px;
	position: absolute;
	top: 459px;
	left: 4px;
}


.card {
	background:url("images/deck.gif") -4900px 0px;
	background-repeat: no-repeat; 
	width: 92px; 
	height: 125px; 
	position:absolute; 
	left: 104px;
}


.bet {
	background:url("images/chips.gif") 0px 0px;
	background-repeat: no-repeat; 
	width: 40px; 
	height: 50px; 
	position:absolute; 
}

.dealerButton {
	background:url("images/dealerButton.gif") -9999px 0px;
	background-repeat: no-repeat; 
	width: 47px; 
	height: 47px; 
	position:absolute; 
}

.message {
	color: #fff;
	background-color: #333;
	position:absolute; 
	width: 83px;
	padding: 4px;
	left: 104px;
	font: 16px arial,sans-serif; 
	text-align: center;
	opacity:0.88;
	filter:alpha(opacity=88);
}