   button {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
 // text-shadow: 0px 1px 0px #2f6627;
  color: #ffffff;
 

   width: 70%;                 
   height:100%; 
  background: #44c767;

  border: solid #18ab29 1px;
  text-decoration: none;
}

button:hover {
  color: #ffffff;
  background: #5cbf2a;
  text-decoration: none;
}   


input
{
     background-color: #eac6d63d;
     border: 1px inset #CCCCCC;
     width:100%; 
     height:30px;
}
textarea
{
     background-color: #eac6d63d;
     width:100%; 
     height:150px;
}