#f6 label {
float: none;
clear: both;
color: #828282;
display: block;
font-weight: 400;
width: 320px;
margin-top: 12px;
text-align: left;
padding-right: 10px;
}

#f6 input[type="text"] {
width: 350px;
margin-top: 3px;
border: 1px solid #e3e3e3;
border-radius: 2px;
box-shadow: none;
}

#f6 textarea {
    border: 1px solid #e3e3e3;
width: 350px;
margin-top: 12px;
}
.captcha_text{
    display: block;
    clear: both; float: none;
    
}

input#ctrl_45{
    width: 180px !important;
    padding: 10px !important;
    border-radius: 3px;
    border: 1px solid #c20000;
    top: 0px;
    
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 2px;
width: 200px;

}
 #duration_slider{
   margin-left: 0px;
   border: 1px solid #e3e3e3;;
   margin-top: 90px;
  height: 10px;
  border-radius: 0px;
  width: 280px;
clear: both;
float: none;
  margin-left: 40px;
  margin-bottom: 12px;
    
 }
 button.ui-datepicker-trigger{
background: #fff;
border: 0;
padding: 2px 0px 0px 0px;
margin-left: 12px;
 }
 .ui-datepicker{
    border: 1px solid #e3e3e3;
    padding: 4px;
    box-shadow: 2px 2px 12px #f4f4f4;
    z-index: 9999 !important;
 }
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-state-default {
border: 1px solid #D3D3D3;
background: #E6E6E6;
font-weight: normal;
color: #555;
}
.ui-widget-header{
    
  background: #fff;  
 }
 
 .bubble {
    background: none repeat scroll 0 0  #E3E3E3;
    border-radius: 5px;
    color: #fff;;
    height: auto;
    padding: 12px 12px 12px;
    position: relative;
    text-align: left;
    width: 300px;
    margin-bottom: 40px;
    background: #B80D0E;


    text-shadow: #B80D0E 2px 2px;

}
.bubble:after {
    border-color:  #B80D0E rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 11px 11px 0;
    bottom: -11px;
    content: "";
    display: block;
    left: 12px;
    position: absolute;
    width: 0;
    z-index: 1;

}
.bubble{
    
}
.bubble,
.bubble span {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;

    /* text-align: center; */
    /* text-transform: uppercase; */
}
.ui-datepicker-calendar {

    }
/*Style for the slider button*/
#duration_slider a.ui-slider-handle {

width:22px;
height:26px;
position:absolute;
top:-30px;
margin-left:-11px;
z-index:200;
background: url(../images/slider_handle.png);
border: 0px;
border-radius: 0px;
cursor: pointer;
}
 
/*Result div where the slider value is displayed*/
#slider-result {
font-size:50px;
height:280px;
clear: both;
float: none;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
width:250px;
text-align:center;
text-shadow:0 1px 1px #000;
font-weight:700;
padding:20px 0;
}
 .ui-widget-content {


color: #222;
}
/*This is the fill bar colour*/
#duration_slider .ui-widget-header {
background:url(fill.png) no-repeat left;
background: #B80D0E;
height: 10px;;
left:0px;
top:0px;
position:absolute;
}
 
a {
outline:none;
-moz-outline-style:none;
}
label[for=ctrl_42]{
    width: 160px !important;
    clear: none;
    float: left !important;

   
}
input#ctrl_42{
      border: 0px solid #e3e3e3 !important;
      width: 120px !important;
        clear: right;
    float: left;
     padding: 0px !important;
     top: 10px;
     position: relative;
     color: #B80D0E;
     font-weight: bold;
    
}
#skala{
      width: 280px;
  margin-left: 40px;
}
.first_val, .last_val{
  display: block;
  width: 50%;
  float: left;
  border: 0px solid gray;
    
}
.first_val{
      margin-left: 0px;
       margin-right: auto;
      text-align: left;
      color: #545454;
}
.last_val{
      margin-left: auto;
       margin-right: 0px;
         text-align: right;
             color: #545454;
}
label.comment{
    clear: both;
padding-top: 40px;   
}