﻿body {
}

.button-generic {
	font-weight: bold;
	color: #0860A8;
	text-decoration: none;
	background-image: url('http://cache-www.intel.com/plt/cd/channel/pics/button-generic.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border: 1px solid #94b3c8;
	padding: 2px 8px 2px 8px;
	margin: 4px 0 4px 0;
}
.button-generic:hover { background-position: 0px -20px; text-decoration: underline;}
.button-generic:active { background-position: 0px -40px; text-decoration: underline;}


