
	body
	{
		background-color:	#ffffee;
		margin:				0px;
	}

	td.offset
	{
		height:			30px;
	}

	td.gap
	{
		height:				10px;
	}

	td.button
	{
		background-color:		#eeee77;
		color:					#777722;
		text-align:			center;
		vertical-align:		middle;
		width:					80px;
		height:				37px;
		background-position:	0px 0px;
		background-repeat:	no-repeat;
		border:				outset 2px #ffff77;
		font-family:			Impact;
		padding-left:			40px;
		cursor:				pointer;
		filter:				Alpha(opacity=100, finishopacity=30, style=2);
	}
	
	td.button_r
	{
		background-color:		#eeee77;
		color:					#777722;
		text-align:			center;
		vertical-align:		middle;
		width:					80px;
		height:				37px;
		background-position:	90px 0px;
		background-repeat:	no-repeat;
		border:				outset 2px #ffff77;
		font-family:			Impact;
		padding-left:			5px;
		padding-right:			30px;
		cursor:				pointer;
		filter:				Alpha(opacity=100, finishopacity=30, style=2);
	}
	