
/* contact and event form style definition */

#contact-form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 35em;
}

fieldset {
  background-color: mistyrose;
  margin: 1em;
  padding-top: 1em;
  font-family:"Times New Roman";
  font-size:1em;
  color:black;
}

label {
  text-align: left;
  width: 10em; 
  margin-bottom: 1.0em;
  clear: both;
  float: left;
}

input {
width: 24em;
background-color: white;
margin-bottom: 1.0em;
float: left;
}

textarea {
width: 24em;
height: 3em;
background-color: white;
float: left;
}

button {
text-align: center;
margin-top: 1em;
margin-left: 20em;
width: 5em;
background-color: red;
color: white;
clear: both;
float: left;
}


