/* habillage-devis.css */

#MainContent form {
  background: none;
}

.TitleOrangeArrow,
.AutoFormHeader {
  margin: 0 0 5px 10px;
  padding: 0;
}

#InfoRequestBox {
  background: transparent url(http://www.le-diagnostic-immobilier.com/images/devis/background-form-diagnostic.jpg) no-repeat;
  width: 600px;
  height: 403px;
  padding-top: 210px;
  margin: 10px 0 0 10px;
}

#InfoRequestBox .text {
  color: white !important;
  font-size: 11px !important;
  padding: 0 !important;
  margin: 10px !important;
  margin-top: 300px !important;
}

/* Form */

#InfoRequestBox #AutoForm {
  width: 630px;
  font-weight: bold;
  padding-top: 20px;
}
#InfoRequestBox #AutoForm .text {
  margin: 5px 0;
  padding: 0;
  background: none;
}

#InfoRequestBox .AutoForm {
  width: 350px;
  font-size: 12px;
  padding-top: 0px;
  margin-left: 238px;
  margin-top: 5px;
  position: absolute;
}
#InfoRequestBox .AutoForm tr td {
  padding: 2px 0 2px 5px;
  margin: 0;
  border: none;
}

#InfoRequestBox .MultipleSelect .arrow {
  position: absolute;
  margin: 2px 0 0 125px;
}
#InfoRequestBox .MultipleSelect ul input {
  margin: 0 !important;
  width: 20px !important;
}
#MainContent #InfoRequestBox .MultipleSelect ul li {
  padding: 2px 0 !important;
}
#InfoRequestBox .AutoForm input {
  width: 140px;
}
#InfoRequestBox .AutoForm #diagnostic_surface_field {
  width: 120px;
}
#InfoRequestBox .AutoForm select {
  width: 142px;
}
#InfoRequestBox .MultipleSelect .list ul .even {
  background: #eeeccc;
}
#InfoRequestBox .MultipleSelect .list ul li:hover {
  background-color: #dddbbb;
  color: black;
}

#InfoRequestBox input.fieldError,
#InfoRequestBox select.fieldError {
  background: #ECCAB8;
}
#InfoRequestBox .labelCell {
  text-align: right;
  width: 140px;
  font-weight: bold;
  color: white;
  display: block;
  padding: 0;
  margin-right: 20px !important;
}
#InfoRequestBox .AutoForm .suffix {
  color: white;
  font-weight: bold;
}
#InfoRequestBox .obligation {
  position: absolute;
  margin: 270px 0 0 250px;
  font-size: 12px;
  color: white;
}
#InfoRequestBox p,
#InfoRequestBox .text {
  color: white;
  font-size: 11px;
}
#InfoRequestBox .text {
  margin: 300px 0 0 10px;
  text-align: justify;
}
#InfoRequestBox .AutoFormHeader {
  padding-right: 10px;
  text-align: justify;
  color: white;
}
.MultipleSelect .list ul {
  width: 250px;
  z-index: 100;
}
.MultipleSelect .list ul li input {
  width: 100%;
}

#InfoRequestBox .AutoForm .SubmitButton input {
  background: transparent url(http://www.le-diagnostic-immobilier.com/images/devis-gratuit/bouton-envoyer.gif) no-repeat top;
  border: none;
  height: 28px;
  margin-left: 190px;
  width: 105px;
  margin-top: 0px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
}
#InfoRequestBox .AutoForm .SubmitButton input {
  margin-top/*\**/: 0;
}
#InfoRequestBox .AutoForm .SubmitButton input:hover {
  background: transparent url(http://www.le-diagnostic-immobilier.com/images/devis-gratuit/bouton-envoyer.gif) no-repeat bottom;
}

#InfoRequestBox .required {
  color: white;
}

/* Errors */

#InfoRequestBox .AutoForm .error {
  position: absolute;
  background: #c4c4c4 url(http://www.le-diagnostic-immobilier.com/images/devis-gratuit/background-errors.gif) no-repeat top;
  width: 270px;
  min-height: 115px;
  padding: 70px 10px 10px 10px;
  list-style-type: none;
  color: #c20000;
  border: 4px solid white;
  margin: 0 0 0 -295px;
  font-size: 12px;
  z-index: 2;
}
#InfoRequestBox .AutoForm .error li {
  margin: 3px 0;
  padding: 3px 0;
}
#InfoRequestBox .close {
  position: absolute;
  margin: 15px 0 0 200px;
  z-index: 3;
}
#InfoRequestBox .close a {
  display: block;
  width: 31px;
  height: 16px;
  background: transparent url(http://www.le-diagnostic-immobilier.com/images/devis-gratuit/btn-fermer.gif) no-repeat top;
}
#InfoRequestBox .close a:hover {
 background-position: bottom;
}
#InfoRequestBox .titleErreur {
  position: absolute;
  color: #484848;

  font-size: 14px;
  margin: 30px 0 0 -45px;
  z-index: 3;
  font-weight: bold;
}

/* Hacks */

* html #InfoRequestBox .text {
  margin-top: 520px;
}

*:first-child+html #InfoRequestBox .text {
  margin: 520px 0 0 10px;
}

* html #InfoRequestBox .labelCell {
  padding: 0 20px 0 0;
}
