/* estimate.css */

#EstimateBox {
 margin: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 width: 820px;
 font-weight: normal;
 text-align: justify;
 color: white;
 min-height: 600px;
 display: table;
}
#EstimateBox .callbackButton {
  background: transparent url(http://www.diagnostic-expertise.com/images/callback/callbackbutton.gif) no-repeat;
  display: block;
  width: 118px;
  height: 24px;
  margin: auto;
}

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

h2.title {
 margin: 10px 10px 5px 10px;
 font-size: 16px;
 padding-left: 20px;
 color: #CFE7FF;
 background: url(/images/contenue/arrow.png) no-repeat;
}

#EstimateBox iframe {
  background: white;
}



.text {
 margin: 10px 0 10px 0;
 padding: 0 10px;
}

form td {
 padding: 5px 0 0 10px;
}

.SubmitButton {
 text-align: center;
 padding: 10px 0;
}

.required {
 color: red;
}

.specificError {
 color: red;
 padding-left: 20px;
}

.error {
 color: red;
 padding-left: 20px;
}

#ServicesShow table {
 margin: 0 auto;
}

#ServicesShow table td {
 padding: 5px;
}

#ServicesShow img {
 border: none;
}

/* devis */

#MainContent {
  font-size: 12px;
}

#MainContent ul.error {
  list-style-type: none;
  margin: 0;
  line-height: 10px;
}

#MainContent ul.error li {
  margin: 10px;
}

#MainContent #StudyBox .error {
  padding: 0;
}

#diagnostic_expertise_form_row {
  display: none;
}

.AutoForm {
  background: white;
  color: black;
}

form h2 {
  margin: 0 !important;
  color: black !important;
}

form input {
  margin: 0 !important;
  padding: 0 !important;
}

form table {
  width: 100%;
}

label {
  width: 250px;
  display: inline;
}

form table .labelCell {
  width: 250px;
}

.MultipleSelect {
  width: 200px;
}

form select {
  z-index: 0;
}

.MultipleSelect .input {
  width: 200px;
}
.MultipleSelect .arrow {
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: block;
  background: transparent url(http://www.diagnostic-expertise.com/images/defiscalisation/multipleselect-arrow.png) no-repeat;
  margin: 0px 0 -15px 205px;
}

.MultipleSelect .list {
  display: none;
  width: 350px;
  margin: 0 0 0 0px;
  padding: 0;
  position: absolute;
}
.MultipleSelect .list ul {
  list-style-type: none;
  border: 1px solid #bbbbbb;
  height: 160px;
  overflow: auto;
  font-size: 12px;  
  background: white;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 100;
}

#defiscalisation_type_row .MultipleSelect .list ul {
  height: 620px;
}

* html #defiscalisation_type_row .MultipleSelect .list ul {
  height: 250px;
}

.MultipleSelect .list ul li {
  margin: 0 !important;
  padding: 5px;
}

.MultipleSelect .list ul .even {
  background: #e1eaef;
}
.MultipleSelect .list ul li:hover { 
  background-color: #8da6b4; 
  color: white; 
}

#MainContent .SubmitButton {
  text-align: center;
}
