.imageButton {
	padding: 0;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: 480px; /* hack to hide the text */
	height: 28px;
	cursor: pointer;
}

.imageButton:hover {
	background-position: 0 -28px;
}
