div.contactform{
  color: #000;
  border-style: none;
  padding:0.1em;
  margin:0.1em;
  height: 30px;
}

div.commentarea {
  height: 11em;
  margin-bottom: 4px;
}

div.contactform label {
  color: #000;
  border-radius: 4px 0 0 4px;
  border-style: solid;
  border-right-style: none;
  border-width: 1px;
  border-color: #ccc;
  float:left;
  margin-right:0px;
  padding:5px 0 5px 0;
  color:gray;
  line-height: 18px !important;
  width: 25px;
  text-align: center;
}

div.contactform-div {
  color: #000;
  border-radius: 4px 0 0 4px;
  border-style: solid;
  border-right-style: none;
  border-width: 1px;
  border-color: #ccc;
  float:left;
  margin-right:0px;
  padding:5px 0 5px 0;
  color:gray;
  line-height: 18px !important;
  width: 25px;
}

div.contactform span{
  color: #000;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0 4px 4px 0;
  padding:5px 0 5px 0;
  line-height: 18px !important;
}

span.form-button{
  color: #000;
  padding-left: 4px !important;
}

input.form-button{
  color: #000;
  text-align: left;
}

div.contactform input{
  color: #000;
  width:100%;
  border:none;
  background:none;
  height: 16px;
  margin: 0px;
  padding: 0px 0px 0px 4px;
  font-size: 12px;
  line-height: 18px !important;
  autocomplete: off;
}

div.contactform textarea{
  autocomplete: off;
  color: #000;
  resize: none;
  height: 10em;
  width: 100%;
  border-style: none;
}

.contactform-clear {
  clear: both; 
}

fontawesome-span {
  line-height: 18px !important;
}

:focus {
  outline-style: none;
}

input[type=text]:focus:not([readonly]) {
  border-bottom-style: none;
  box-shadow: 0 0px 0 0 #fff;
}

span.mail-sent {
  color: #339933;
}

span.mail-failed {
  color: #dd0000;
}
