a.button {	
	display: block;	
	width: 140px;	
	height: 20px;	
	padding: 5px 5px 5px 15px;	
	color:#333333;	
	background-color: #D9DCCF;
	text-decoration: none;	
	/* background:url(../images/button.jpg) no-repeat 0px 0px; */	
}
	/*
a.button:hover {	
	color:#333333;	
	background:url(../images/button.jpg) no-repeat 0px -45px;	
}		
*/