/* Created with RAGE ButtonDesign http://www.ragesw.com/products/buttondesign/ */

div.rage_button {
	float: left;
	width: 129px;
	height: 25px;
}


div.rage_button a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('button.png') top left no-repeat;
	color: #FFFFFF;
	font-family: 'Arial';
	font-size:14px;
	line-height: 25px;
	text-align: center;
}


div.rage_button a:hover {
	background-position: -129px 0;
	color: #FF00FF;
}


div.rage_button a:active {
	background-position: -258px 0;
	color: #FFFF00;
}