a.button {
	white-space: nowrap;
	border: 1px solid;
	border-color: #fff #666 #666 #fff;
	text-align: center;
	background: #ddd;
	padding: 1px 6px 1px 6px;
	text-decoration: none;
	color: #333;
}

a.button:link {
	text-decoration: none;
	color: #333;
}

a.button:hover {
	text-decoration: none;
	color: #333;
	background: #eee;
}

.buttonText {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

.sunken {
	border: 1px solid;
	border-color: #999 #fff #fff #999;
}
