/* 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;
}

form h2 {
  margin: 0 !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;
}
