/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:250px; width:500px; background-color:#fff; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

#contactForm {
  color: #7a7b76;
  font-size: 12px;
  font-weight: normal;
}

#contactForm form {
  padding: 10px;
}

#contactForm input {
  width: 380px;
  font-size: 12px;  
}

#contactForm select {
  width: 380px;
  font-size: 12px;  
}

#contactForm textarea {
  width: 380px;
  height: 80px;
  font-size: 12px;
}

#contactForm input#captcha {
	width: 150px;
}

#modalContent h1 {
  color: #582c4e;
  font-size: 25px;
  font-weight: bold;
}

#modalContent h3 {
  color: #8a314d;
  font-size: 16px;
  font-weight: bold;
}