/*button style*/
.mythread {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(../../images/default/mythread.gif) no-repeat scroll 0 0;
  font-size:14px;
  font-weight:700;
  height:30px;
  line-height:28px;
  overflow:hidden;
  text-align:center;
  width:94px;
  float:left;
}
.mythread a{
  color:#FFFFFF;
  display:block;
  letter-spacing:5px;
  padding-left:5px;
}

