.cssButton, .cssButtonHover {
	position:relative;
	height:28px;
	background-color: #EEE;
	color : #333;
	border: 1px outset #336;
	font-family: Verdana;
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}

.cssButtonHover {
	background-color: #336;
	color : #EEE;
	text-decoration: none;
}

