hr{
  border-top: 1px dashed #A5A5A5;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

* html hr{
  border: 1px solid #ffffff;
  border-top: 1px dashed #A5A5A5;
}
*+html hr{
  border: 1px solid #ffffff;
  border-top: 1px dashed #A5A5A5;
}

button#button{
  float:left;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  background: url("../images/button-bac.jpg") no-repeat;
  width: 86px;
  height: 23px;
  text-align: center;
}

button#button:hover{
  background: url("../images/button-bac-r.jpg") no-repeat;
}


button#button2{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  background: url("../images/button-bac2.jpg") no-repeat;
  width: 138px;
  height: 23px;
  text-align: center;
}

button#button2:hover{
  background: url("../images/button-bac2-r.jpg") no-repeat;
}


button#button3{
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  background: url("../images/button-bac.jpg") no-repeat;
  width: 86px;
  height: 23px;
  text-align: center;
}

button#button3:hover{
  background: url("../images/button-bac-r.jpg") no-repeat;
}


button#button4{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  background: url("../images/button-bac3.jpg") no-repeat;
  width: 152px;
  height: 23px;
  text-align: center;
}

button#button4:hover{
  background: url("../images/button-bac3-r.jpg") no-repeat;
}
