#d_left {
    float: left;
    width: 480px;
    padding: 30px 0 20px;
    position: relative;
    z-index: 200;
    text-align: left;
}

#d_right {
    float: left;
    width: 465px;
    padding: 30px 0 20px 15px;
    position: relative;
    z-index: 200;
    text-align: right;

}

/** Contenitori coi bordi **/
.box_contents {
    width: 431px;
    height: 364px;
    position: relative;
    margin: 10px 0 0 0;
    padding: 16px;
    border: 1px solid #979797;
    line-height: 18px;
    text-align: justify;
    background: url(../../images/bg_diagonal_rows.png) repeat;    

}

/** Richiesta **/
.richiesta{
    color: #000;
    text-align: right;
    font-weight: normal; 
    font-size: 12px;  
    color: #666;
}

.campi_obbligatori{
    text-align: right;
    font-size: 11px; 
    font-weight: normal;
    letter-spacing: -1px;
    color: #666;  
}

.feedback {
    color: #000;
    font-size: 11px !important;
    height: 20px;
    line-height: 16px;
    text-align: left;
    margin: 2px 0 0 122px;
    width: 306px;
}

.feedback .warning {
    background: url(../../images/warning.png) no-repeat left center #fff000;
    border: 2px solid #ff0000;
    display: inline-block;
    padding: 0 0 0 24px;
    width: 280px;
    height: 18px;
}

.feedback .success {
    background: url(../../images/success.png) no-repeat left center #82e375;
    border: 2px solid #104609;
    display: inline-block;
    padding: 0 0 0 24px;
    width: 280px;
    height: 18px;
}

/** Form **/
#contacts_form {
    margin: 5px 0 0;
    padding: 0;
    width: 430px;
}

#contacts_form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#contacts_form p {
    height: 22px;
    text-align: right;
    width: 430px;
    margin: 0 0 8px;
}

#contacts_form p.p_textarea {
    height: 96px;
    text-align: right;
    width: 430px;
    margin-bottom: 5px;
}

#contacts_form p.p_privacy {
    margin-bottom: 5px;
}

#contacts_form label {
    width: 110px;
    height: 22px;
    line-height: 22px;
    padding: 0 5px 0 0;
    font-size: 12px;
    font-style: italic;
    display: inline-block;
}

#contacts_form p.p_textarea label {
    vertical-align: top;
}

#contacts_form p.p_privacy label {
    width: 280px;
    padding: 0;
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    
}

#contacts_form input {
    width: 306px;
    height: 20px;
    border: 1px solid #999;
    margin: 0;
    
}

#contacts_form textarea {
    width: 306px;
    height: 94px;
    border: 1px solid #999;
    margin: 0;
    overflow: auto;
    padding: 0;
    
}

#contacts_form input.check_field {
    width: 20px;
    height: 20px;
    border: 0;
    vertical-align: middle;
    
}

#contacts_form p.p_button {
    height: 33px;
    text-align: right;
    margin: 0;
}

#contacts_form input.i_button {
    width: 80px;
    height: 33px;
    text-align: center;
    font-size: 11px;
    margin: 0;
    border: 0;
    background: url(../../images/btn_form.png) no-repeat;
    cursor: pointer;
    
}

/** Slider **/
#content-slider {
  width: 19px;
  height: 350px;
  margin: 15px 0 0;
  background: url(../../images/slider_bottom.png) no-repeat bottom #fff;
  position: relative;
  float: right;
}

.ui-slider-handle {
  width: 18px;
  height: 18px;
  position: absolute;
  background: url(../../images/slider.png) no-repeat;
  right: 1px;
}

#content-scroll {
  width: 411px;
  height: 360px;
  overflow: hidden;
  float: left;
  position: relative;
}

#content-holder {
  width: 401px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  font-size: 11px;
  line-height: 16px;
  position: absolute;
}

.content-item {
  width: 290px;
  height: 270px;
  padding: 5px;
  background-color: #2d2d2d;
  margin: 10px 0 0 ;
}
