.allw3cbuttons {width: 177px;margin-left: auto;margin-right:3px;
				padding-top:0;padding-bottom:0.5em;
				font-family: "trebuchet ms",helvetica,arial,sans-serif;
				text-align: left;
				/*font-size:14px;*/  font-size: 1em;
				}

.w3cbutton {
  margin: 0;
  font-size: 70%;
  font-weight: bold;
}
.w3cbutton a {
  display: block; color: #000000;
 background-color: #FFCC66; 
  width: 85px;
}
.w3cbutton a:link,
.w3cbutton a:visited,
.w3cbutton a:hover {
 background-color: #FFCC66;
  color: #000000;
  text-decoration: none;
}
.w3cbutton a:link,
.w3cbutton a:visited { 
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.w3cbutton a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.w3cbutton span.w3c {
  padding: 0 0.4em;
  background-color: #ffffff;
  color: #0c479d;
}
.w3cbutton span.spec {color: #000000;  background-color: #FFCC66;}

.onleft {float:left;width: 85px;color: #000000;  background-color: #FFCC66;}
.onright {float:right;width: 85px;color: #000000; background-color: #FFCC66;}
