	
	/* 
		table layout
	*/

	table.bingo {
		width:507px;
		text-align:center;
	}
	table.bingo td {
		width:165px;
		background-color:#ECECEC;
		padding:2px;
	}
	
	/* 
		download button
	*/
	
	
	div.downloadBut, div.downloadBut a {
		width: 73px;
		height: 20px;
		background-repeat:no-repeat;
		}
		
	div.downloadBut a:hover {
		background-image:none !important;
		}

	div.downloadBut {
		display: block;
		background: url(../../../images/buttons/download.gif) no-repeat;
		text-indent:-9999px; line-height:0.01em; font-size: 0;
		margin: 0 0 30px 27px;
		}
	
	div.downloadBut a {
		display: block;
		background: url(../../../images/buttons/download.gif) no-repeat;
		}