a.white.ibutton {
	color: #000;
	text-shadow: #fff 0px 1px 1px;
	-webkit-border-image: url(http://c.macmost.com/iphonegames/iimages/whiteButton.png) 0 14 0 14;
}

a.gray.ibutton {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(http://c.macmost.com/iphonegames/iimages/grayButton.png) 0 14 0 14;
}

a.ibutton:hover {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(http://c.macmost.com/iphonegames/iimages/blueButton.png) 0 14 0 14;
}

a.last.ibutton {
	margin-top: 10px;
}

