/* CSS Document */

form {
  color: #333;
  font-size: .9em;
  /* font-weight: bolder; */ 
}

#addContact {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000 !important;
  display: none;
}

#addContactOverlay{
  background-color: #333;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}

#addContactForm {
  width: 70%;
  /* height: 200px; */
  margin: 0px auto;
  margin-top: 100px;
  border: 4px double #000;
  background-color: #fff;
  z-index: 100000 !important;
  position: relative;
  padding: 30px;
}

#savingContact {
  text-align: center;
  margin-top: 100px;
}

.error {font-size: .9em;}