a#SmartPhoneButton {
  display:block;
  height:50px;
  line-height:50px;
  background: #00877C;
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  font-family: Arial;
  color: #ffffff;
  text-shadow: 1px 1px 3px #666666;
  font-size: 50px;
  text-indent:200px;
  margin-top:20px;
  margin-bottom:10px;
  padding: 30px 40px 30px 40px;
  text-decoration: none;
  background-image: url("../images/sp_smartphone_icon.png");
  background-repeat: no-repeat;
  background-position: 190px 30px ;
}
