

div.info, span.info {
	background: ivory url(./images/info.jpg) 3px 3px no-repeat;
	border-top: 1px dotted #3c3c50;
	border-bottom: 1px dotted #3c3c50;
	display: block;	
	margin: 10px 0px 10px 0px;
	padding: 25px 10px 7px 65px;
  font-weight: bold	
}

div.alert, span.alert {
	background: yellow url(./images/alert.jpg) 3px 3px no-repeat;
	border-top: 1px dotted #3c3c50;
	border-bottom: 1px dotted #3c3c50;
	display: block;	
	margin: 10px 0px 10px 0px;
	padding: 25px 10px 7px 65px;
	font-weight: bold
}

.fullblock{
	width: 100%;

	float:left;
	margin: 0 auto;
}

.block{
	width: 50%;

	float:left;
	margin: 0 auto;
}

.block3{
	width: 33.3%;

	float:left;
	margin: 0 auto;
}

.jackpot{
	width: 220px;
  height: 230px;
	float:left;
	margin: 0 auto;
}

.center {
	margin-left: auto;
	margin-right: auto;
	float:auto;
	width: 80%;
	height: auto;	
}

.good {
  color: #009900
}

.bad {
  color: #990000
}

