/* privatesale.css */
#MainContent {
  width: 590px;
}

#privateSaleBox .TitleOrangeArrow {
 padding: 6px 10px;
 font-size: 18px;
 font-weight: bold;
 text-transform: uppercase;
 color: #FF7F00;
}

#privateSaleBox #AutoForm {
  background: url(http://www.diagnostic-expertise.com/images/defiscalisation/vente-privee/vente-privee.png) no-repeat;
  width: 453px;
  height: 244px;
  margin: 30px auto;
}

* html #privateSaleBox #AutoForm {
  background: url(http://www.diagnostic-expertise.com/images/defiscalisation/vente-privee/vente-privee.gif) no-repeat;
}

#privateSaleBox #AutoForm label {
  display: none;
}

#privateSaleBox #AutoForm input {
  margin: 190px 0 0 45px;
  border: 1px solid black;
}

#privateSaleBox #AutoForm .DrWIButton {
  border: none;
  display: block;
  width: 35px;
  height: 28px;
  margin: -23px 0 0 160px;
  background: url(http://www.diagnostic-expertise.com/images/newsletter/newsletter-button.png) no-repeat;
  cursor: pointer;
}
* html #privateSaleBox #AutoForm .DrWIButton {
background: url(http://www.diagnostic-expertise.com/images/newsletter/newsletter-button.gif) no-repeat;
}

#privateSaleBox p {
  font-size: 12px;
  color: white
}

#privateSaleBox .error {
  color: red;
  position: absolute;
  margin: -20px 0 0 10px;
  font-size: 12px;
}

.text {
  margin: 10px;
  color: white;
}

#ServicesShow {
  margin: 10px;
  width: 570px;
}