/* devis.css */

.Content .TitleOrangeArrow {
  Font-size: 16px;
  text-transform: uppercase;
  color: #fa5a03;
}

.Content .AutoForm {
  width: 650px;
  border: 1px solid #4d70eb;
  padding: 5px;
}

.Content .text {
  font-size: 12px;
  text-align: justify;
  padding: 10px 0;
}

.Content .title {
  color: white;
  font-weight: normal;
  font-size: 14px;
  padding: 5px;
  background: url(/images/menu/hover.gif) repeat-x bottom;
  font-weight: bold;
}

.Content table td {
  font-size: 13px;
  vertical-align: top;
  padding: 2px;
}

.Content .diagnosticPartner {
  padding: 50px 0 10px 0;
  float: right;
}

.Content .diagnosticPartner a {
  font-size: 12px;
  color: black;
}

.required {
  color: red;
}

.error {
  margin: 10px 0;
  color: red;
  font-size: 12px;
}

.error li {
  margin: 10px;
}

.Content {
  font-size: 12px;
}

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

.Content #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%;
}

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

.SubmitButton {
  margin: 10px auto;
  display: block;
  text-align: center;
}

.fieldError {
  background: transparent url(/images/menu/fond.gif) repeat-x bottom;
}
