.sendviaemail {
  margin-top:20px;
}

.sendviaemail table tr td {
  vertical-align:top;
  padding-right:5px;
}

.sendviaemail h2 {
  color: #42691a;
  margin-top:10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 1.33em;
  border-bottom:1px solid #42691a;
}


.sendviaemail label {
  color:#3E7F2D;
  font-weight:bold;
}

.sendviaemail input.inputtext {
  width:200px;
  border:1px solid #86B34B;
  color:#6F5007;
}

.sendviaemail textarea.ta {
  width:200px;
  border:1px solid #86B34B;
  color:#6F5007;
}

.sendviaemail input.submit {
  padding:2px 10px 2px 10px;
  border:1px solid #86B34B;
  color:#115019;
  background:#EAF2E1;
  font-weight:bold;
  font-size:.92em;
  text-transform:uppercase;
  cursor:pointer;
}

.sendviaemail p.err {
  margin:5px 0px 15px 0px;
  padding:10px 0px 10px 5px;
  background:#FFCFCF;
  color:#4F0505; 
}

.sendviaemail p.ok {
  margin:5px 0px 15px 0px;
  padding:10px 0px 10px 5px;
  background:#E7FFDF;
  color:#123F04; 
}