.raised {
	background-color : #C7C7C7;
	border-color: #A7A7A7;
	border-style : outset;
	border-width : 2px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-weight: bold;
	border-spacing: 0px;
	padding: 0px;
}
.sunken {
	background-color : #C7C7C7;
	border-color: #A7A7A7;
	border-style : inset;
	border-width : 2px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-weight: bold;
	border-spacing: 0px;
	padding: 0px;
}

A.button { text-decoration: none;}       /* link */
A:hover.button {
        background-color: #E7E7DD;
        text-decoration: none;
}

