@charset "utf-8";
/* CSS Document */

a.button {
	background: transparent url(/htdocs/images/btn2.gif) no-repeat scroll top right;
	color: #ddd;
	display:block;
	float:left;
	font-size:10px;
	height: 16px;
	margin-right: 6px;
	padding-right: 9px;
	text-decoration: none;
}

a.button span {
	background: transparent url(/htdocs/images/btn.gif) no-repeat;
	display: block;
	line-height: 12px;
	padding: 2px 0 2px 9px;
}

a.button:active {
	background-position: bottom right;
	color: #fff;
	outline: none;
}

a.button:active span {
	background-position: bottom left;
	padding: 3px 0 1px 9px;
}

