
input, textarea, select {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4px;

  padding-bottom: 4px;

      border: none;
    border-bottom:  1px solid black;
    border-radius: 0px;




  /* Make this element behave like one from the typekit section */
  

  font-family:'theme-casta-medium-woff', sans-serif;
  text-transform:uppercase;  font-size:20px;
  font-weight:400;
  line-height:120%;
  letter-spacing:1px;
  margin-bottom:20px;
}





button, .button {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;

  padding-bottom: 6px;

  border-radius: 100px;

      border: 1px solid black;
  


  /* Make this element behave like one from the typekit section */
  

  font-family:'theme-casta-medium-woff', sans-serif;
  text-transform:uppercase;  font-size:12px;
  font-weight:900;
  line-height:120%;
  letter-spacing:2px;
  margin-bottom:20px;
  -webkit-appearance:none;
  background: none;
}

a.button {
  text-decoration: none;
  color: inherit;
}
