
a.button {
	background: transparent url('/img/buttons/btn_dark_a.png') no-repeat scroll top right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	float: left;
	height: 20px;
	margin-right: 4px;
	padding-right: 2px; /* sliding doors padding */
}

a.button span {
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	background: transparent url('/img/buttons/btn_dark_span.png') no-repeat;
	display: block;
	padding: 0px 5px 0px 9px;
	height: 20px;
}

a.button:hover {
	text-decoration: none;
}

a.button:active {
	background-position: bottom right;
	text-decoration: none;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
	text-decoration: none;
}

a.button:active span {
	background-position: bottom left;
	text-decoration: none;
	line-height: 17px;
	height: 20px;
	padding: 0px 5px 0px 9px; /* push text down 1px */
}

#saveAndCancelLinks {
	background: #dbdbd8;
	padding: 5px 10px 2px 5px;
}
	
.saveAndCancelLinks {
	background: #dbdbd8;
	padding: 5px 10px 2px 5px;
	height: 21px;
}
