.jackpot_table{
	text-align:left;
	border:1px solid #ccc;
	
	
}

.jackpot_table th{
	background-color: #69B340;
	height: 25px;	
	color:#fff;
	/*text-align:center;*/
	padding-left:20px;
}

.even_row{
	background-color:#7C7C7C;	
	height:30px;
	padding:3px;
}

.odd_row{
	background-color: #3D3D3D;
	height: 30px;
	padding:3px;	
}
    .myButton {        
        -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
        -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;        
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        background: url("../images/buttonsprite.png") no-repeat scroll -5px -98px transparent;     
        display:inline-block;
        color:#ffffff !important;
        font-family:arial;
        font-size:13px;       
        padding:1px 7px;
        text-decoration:none;     
        width: 55px;
        height:21px;           
    }
    .myButton:hover {     background: url("../images/buttonsprite.png") no-repeat scroll -4px -53px transparent;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
