
#logo {
  background: url('images/logo.png') no-repeat center;
  width: 220px;
  height: 100px;
}

button.ui-datepicker-trigger {
  background: url('images/calendario.png') no-repeat center;
  width: 30px;
  height: 26px;
  cursor: pointer;
  border: medium none;
  position: relative;
  left: 1px;
  color: transparent;
  text-indent: -99999px;
  top: 2px
}

#ui-datepicker-div {
  background: #c6c5c5;
}

fieldset {
  border: none;
}

form {
}

#fpmForm div {
  float: left;
  clear: none;
  min-width: 214px;
}

#fpmForm div.field {
  width: 63%;
  margin: 2px;
}

input[type=text], textarea {
  width: 90%;
  min-width: 154px;
}

.formError {
  left: 200px !important;
}

#popupCondizioni {
  background-color: #ffffff;
  width: 500px;
  font-size: 12px;
  padding: 5px;
}

.ui-dialog-titlebar {
  background-color: #ffffff;
}


#thankyou {
  display: none;
}

.button {
  width: 150px;
}


.ui-slider .ui-slider-handle {
  cursor: default;
  height: 20px;
  position: absolute;
  width: 10px;
  z-index: 2;
}

.ui-slider-horizontal {
  height: 0.8em;
  background-color: #878585;
}

.ui-dialog {

  position: absolute !important;
  top: 400px !important;


}

.ui-widget-header .ui-icon {
  float: right;
}

