/* ---  Contact Form, Maintenance Requests Flash Message --- */

#flash{
width:310px;
}

  #flash, .form_body {
  width: 310px;
  margin-top: 15px;
  padding-top: 3px;
  }

.flash_body {
border: 1px solid #EC6F75;
background: #FBE3E4;
padding: 10px;
width: 295px;
color: #333 !important;
}

  .flash_body ul {
  list-style-type:disc;
  margin:10px 0 5px 15px !important;
  }
      
.thank_you_message{
width: 340px;
border: 1px solid #c6d881;
background-color: #e6efc2;
padding: 10px;
width: 295px;
line-height:20px;
color: #333 !important;
}

input[type="text"], textarea, select {
background-color: #fff;
border:1px solid black;
color:#000;
width: 100%;
line-height:18px;
vertical-align: bottom;
margin-bottom:0px;
padding-top:6px;
padding-left:4px;
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
}

  label{
  font-size:.95em;
  display: block;
  }

  input[type="submit"] {
  margin-top: 10px;
  }
  
  select {
  width: 30%;
  padding:0;
  background: #fff !important;
  border:1px solid #666;
  }
  
  textarea {
  height:90px;
  overflow:auto;
  }
