.button {style.css (line 64)
background-image: url(images/caption.png);
}
.button, .button:hover {
	background-image: url(images/caption.png);
	padding-top: 1px;
	width: 120px;
	height: 19px;
	font-weight: bold; 
}