#counter {
  width:265px;
  margin:0 auto;
  height:26px;
  padding:0 0 5px 0;
  background:#fff;
  font-size:18px;
  line-height:26px;
  border:1px solid #000;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

#counter span {
  display:block;
  float:left;
  margin:2px;
  color:#f60;
}

.staticcountdown {
  font-size:14px;
  font-weight:bold;
  color:#9DC543;
  text-align:center;
}
.staticcountdown span {
  font-size:20px;
  color:#f60;
}
