.form_box {
  width: 738px; 
  margin-top: 10px;
  float: left;
  clear: both;
}

.form_wrapper {
  width: 738px; 
}

.form {
  width: 738px;
  background: url(../Images/form/form_m.png) repeat-y;
  float: left;
  clear: both;
}

.form_t {
  width: 100%;
  float: left;
  height: 8px; 
  background: url(../Images/form/form_t.png) no-repeat;
  margin-bottom: 10px;
}

.form_b {
  width: 100%;
  float: left;
  height: 8px; 
  font-size: 0px;
  background: url(../Images/form/form_b.png) no-repeat;
}

body {
  font-family: Trebuchet MS;
  font-size: 12px;
}

.form  input {
  height: 20px;
}

.form  select {
  height: 22px;
}

.form_wrapper {
  float: left;
  clear: both;
}

.form_wrapper label {
  cursor: pointer;
}

.form_wrapper input, .form_wrapper textarea, .form_wrapper select {
  border: 1px solid #d6d6d6;
  background: #ffffff;
  padding: 0;
}


.form_wrapper input:focus, .form_wrapper textarea:focus, .form_wrapper select:focus {
  background: #ffffe1;
}


.form_header {
  float: left;
  margin-left: 2px;
  display: inline;
}

.form_header_l, .form_header_r {
  float: left;
  width: 4px;
  height: 26px;
}

.form_header_l {
  background: url(../Images/form/header.png) top left;
}

.form_header_r {
  background: url(../Images/form/header.png) top right;
}

.form_header_m {
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  background: url(../Images/form/header_m.png) repeat-x;
  float: left;
  padding: 0px 50px 0px 10px;
  color: #ff6600;
  font-weight: bold;
}

.field label {
  display: inline;
  width: 105px;
  float: left;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 20px;
}

.field label span {
  color: #ff6600;
  font-weight: bold;
  margin-left: -13px;
  float: left;
}

.field  input {
  width: 185px;
  display: block;
  float: left;
}

.field {
  display: inline;
  float: left;
  padding-bottom: 10px;
  margin-left: 10px;
  height: 22px;
}

.form_box_left, .form_box_right {
  float: left; 
  width: 369px;
}

.field_14 {
  margin-left: 15px;
  float: left;
  width: 50px !important;
}

.field_34 {
  float: left;
  width: 118px !important;
}

.required_field {
  float: right
}

.required_field  span{
  margin-right: 5px;
  color: #ff6600; 
}


.button_options {
  float: right;
}


.button_plus {
  width: 177px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  float: left;
  background: url(../Images/Form/button_plus.png) no-repeat;
  font-size: 12px;
  text-indent: 5px;
  display: block;
  text-decoration: none;
  color: #333333;
}

.button_minus {
  width: 30px;
  height: 20px;
  float: left;
  background: url(../Images/Form/button_minus.png) no-repeat;
  display: block;
  margin-left: 10px;
}


.field_info {
  font-size: 14px;
  overflow: hidden;
}

.field_info strong{
  width: 40%;
  float: left;
  display: inline;
  margin-left: 20px;
}

.field_info div {
  min-height: 18px;
  width: 40%;
  float: left;
  margin-left: 20px;
  display: inline;
}

.sep_info {
  height: 1px;
  font-size: 0;
  background: url(../Images/form/info_sep.png) repeat-x;
  float: left;
  margin-left: 18px;
  display: inline;
  margin-bottom: 8px;
  overflow: hidden;
  width: 95%;  
}

.form_box_left14 {
  float: left;
  width: 15%;
/*  font-weight: bold; */
}

.form_box_left14 label {
  font-size: 14px;
  float: left;
  margin-left: 10px;
/*  font-weight: bold; */
}

.form_box_right34 {
  float: left;
  width: 85%;
}

.form_box_right34  textarea{
  width: 95%;
  margin: 0px auto 10px auto;
  display: block;
}

.button_info {
  height: 26px;
  display: block;
  float: left;
  text-decoration: none;
  margin-left: 19px;
  display: inline;
}

.button_info_l {
  float: left;
  height: 26px;
  width: 3px;
  background: url(../Images/form/button_info_l.png);
}

.button_info_r {
  float: left;
  height: 26px;
  width: 19px;
  background: url(../Images/form/button_info_r.png);
}

.button_info_m {
  float: left;
  height: 26px;
  color: #333333;
  font-size: 13px;
  line-height: 26px;
  padding: 0px 10px;
  background: url(../Images/form/button_info_m.png);

}

.add_field_check {
  overflow: hidden;
  float: left;
  margin: 10px auto 0px auto;
  width: 100%;
}

.add_field_check_m {
  display: table;
  vertical-align: middle;
  margin-left: 2%;
  width: 98%;
  overflow: hidden;
  margin-bottom: 20px;
  float: left;
  display: inline;
  line-height: 20px;
} 


.checkbox {
  overflow: hidden;
  margin-right: 1%;
  margin-left: 0;
  margin-top: 2px;
  margin-bottom: 0;
  float: left;
}


.checkbox_text {
  width: 96%;
  float: left;
}

/* SUBMIT */
.button_submit {
  display: block; 
  margin: 0px auto;
  height: 38px;
}

.button_submit_l, .button_submit_r {
  width: 4px;
  float: left;
  height: 38px;
}

.button_submit_l {
  background: url(../Images/form/button_submit_lr.png) no-repeat left;
}

.button_submit_r {
  background: url(../Images/form/button_submit_lr.png) no-repeat right;
}

.button_submit_m {
  background: url(../Images/form/button_submit_m.png) repeat-x scroll 0 0 transparent;
  height: 38px;
  float: left;
}

.button_submit_m  input {
  padding: 0px 20px;
  background: url(../Images/form/button_submit_m.png) repeat-x scroll 0 0 transparent !important;
  border: 0 !important;
  height: 38px;
  float: left;
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.price {
  color: #ff6600;
  font-weight: bold;
}

.tresc_zapytania {
  width: 95%;
  margin: 0px auto 10px auto;
  display: block;
}

.form_m {
  width: 100%;
  float: left;
}

.dzien {
  width: 59px;
  float: left;
}

.miesiac{
  width: 74px;
  float: left;
  margin-left: 4px;
}

.rok {
  width: 46px;
  float: left;
  margin-left: 4px;
}