input[type="text"], input[type="email"], select, textarea, input {
  color: #000000;
  /* font-weight: bold;*/
  line-height: 30px;  /*field height*/
  padding: 10px; 
  margin: 0px 0px 5px 0px;    /* add bottom margin*/
  border-radius:30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  width: 100%;
  font-weight: bold !important;
}
#edit-phone{
  color: #000000;
  display: block;
  line-height: 30px;  /* field height*/
  padding: 5px;  /* button height-padding*/
 margin: 0px 0px 10px 0px;   /* add bottom margin*/
  /* text-shadow:0px 1px 2px rgba(0,0,0,0.2)!important;*/
  font-weight: bold !important;
}
#edit-message{
  color: #000000;
  margin: 10px 0px 0px 0px; 
}
label[for=edit-preferred-contact-email]{
  margin: 0px 0px 0px 15px;
}label[for=edit-preferred-contact-phone]{
  margin: 0px 0px 0px 15px;
}label[for=edit-preferred-contact-both]{
  margin: 0px 0px 0px 15px;
}
textarea {
    border-radius:20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold !important;
  margin-top:10px !important;
}