.buttonstyle {
  font-family: arial;
  font-weight: bold;
  font-size:1.1em;  
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;  
 text-align:center;
 line-height:1.1em;

}

.buttonstyle:hover {
	background-color:#00CC00;
}

.buttoncurrent {
	background-color: #00CC00;
}

.center {
	text-align:center;
}
