.cssbtn {
	display: inline;
	display: inline-block;
	width: 50px;
	margin: 0.2em;
	padding: 1px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background: #7CEB7D;
	color: #333;
	border: 1px solid black;
	vertical-align: middle;
	white-space: nowrap;
	cursor: hand;
	cursor: pointer;
}
.cssbtn[class] {
	width:auto;
	min-width:50px;
	}
.cssbtn strong {
	font-weight: bold;
	background: white;
	color: Maroon;
}
.cssbtn:hover { 
	background:black; 
	color:white 
	}
.cssbtn:hover strong {
 background:#ccc;
 color:black; 
 }

.btnw3c {
	background: #C48536;
	color: white;
}
.center { text-align:center }


