input {
  width: 380px;
  border-style: none none dashed none;
  border-bottom-color: black;
  background-color: #D3FFE2;
  font-size: 14pt;
  padding-left: 20px;
}

input:focus {
    border-style: none none dashed none;
    border-color:green;
    background-color: #D3FFE2;
    outline: none;
    font-size: 14pt;
    padding-left: 20px;
}

textarea {
  width: 95%;
  border-width:2px;
  border-style: dashed dashed dashed dashed;
  border-color: black;
  font-size: 14pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #D3FFE2;
  padding: 20px;
    line-height: 24 pt;
text-overflow: ellipsis;

}

textarea:focus {
  width: 95%;
  border-width:2px;
  border-style: dashed dashed dashed dashed;
  border-color: green;
  font-size: 14pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #D3FFE2;
  padding: 20px;
  outline: none;
  text-overflow: ellipsis;
  line-height: 24 pt;


}

select {
  width: 400px;
  height: 40px;
  padding-left:15px;
  font-size:14pt;
  background-color: #D3FFE2;
  border-style: none none dashed none;
  border-width: 2px;
  border-color:black;

  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background-image: url(...);   /* add custom arrow */

}

select:focus {
  width: 400px;
  height: 40px;
  padding-left:15px;
  font-size:14pt;
  background-color: #D3FFE2;
  border-style: none none dashed none;
  border-width: 2px;
  border-color:green;
  outline: none;

}

optgroup {

  width: 400px;
  height: 40px;
  padding-left:15px;
  font-size:14pt;
  background-color: #D3FFE2;
  border-style: none none dashed none;
  border-width: 2px;
  border-color:black;
}

optgroup:hover {

  width: 400px;
  height: 40px;
  padding-left:15px;
  font-size:14pt;
  background-color: #D3FFE2;
  border-style: none none dashed none;
  border-width: 2px;
  border-color:black;
}

option {

  width: 400px;
  height: 40px;
  padding-left:15px;
  font-size:14pt;
  background-color: #D3FFE2;
  border-style: none none dashed none;
  border-width: 2px;
  border-color:black;
}

option:hover {

  width: 400px;
  height: 40px;
  padding-left:15px;
  font-size:14pt;
  background-color: #D3FFE2;
  border-style: none none dashed none;
  border-width: 2px;
  border-color:black;
}



.submit_button {
    background-color: #D3FFE2;
    border: solid 1px;
    border-color: #000000;
    color: #000000;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;

    cursor: pointer;
    width: 30%;
}
.submit_button:hover {
    background-color: #D3FFE2;
    border: solid 1px;
    border-color: green;
    color: green;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;


    cursor: pointer;
    width: 30%;
}

.button {
    background-color: #D3FFE2;
    border: solid 1px;
    border-color: #000000;
    color: #000000;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin-top:50px;

    cursor: pointer;
    width: 20%;
}
.button:hover {
    background-color: #D3FFE2;
    border: solid 1px;
    border-color: green;
    color: green;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;


    cursor: hand;
    width: 20%;
}
