div.buttonwrap {
	width: 100%;
	text-align:center;
	margin: 0 auto;
	}

div.centercontainer {
	text-align:left;
	width: 220px;
	margin:0 auto;
	}
	
div.w3cbutton1 {
  width:110px;
  heigth:10px;
  float:left;
  position: relative;
  margin: 1em 0;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}

div.w3cbutton1 span {
  display: block;
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
}

div.w3cbutton1 span.w3c1 {
  width: 3em;
  border-left: 1px solid #cecece;
  text-align: center;
  background-color: #fff;
  color: #0c479d;
}

div.w3cbutton1 span.spec1 {
  position: absolute;
  left: 3em;
  top: 0;
  width: 6em;
  border-right: 2px solid #4a4a4a;
  padding-left: 0.5em;
  background-color: #fc6;
  color: #000;
}