
.button  {
	width: auto;
}

.button a {
	color: #330000;
	display: block;
	font: 12px Arial;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-left: 10px;
}

.button a:hover {
	text-decoration: none;
	background-image: url(http://www.earthworks-jobs.com/images/RotatingGlobe.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: Red;
	font-weight: bold;
}

