﻿/* CSS Document */
.input_szukaj,.input_newsletter {
  width: 169px;
  height: 31px;
  font-size: 11px;
  font-weight: bold;
  margin: 15px 3px 5px 25px;
  padding: 5px;
  border: 0px;
  background-image: url('../pic/layout_02/box_input.gif');
}

.input_szukaj_small{
  width: 169px;
  height: 31px;
  font-size: 11px;
  font-weight: bold;
  margin: 0px 3px 3px 25px;
  padding: 5px;
  border: 0px;
  background-image: url('../pic/layout_02/box_input.gif');
}

.input_newsletter {
  margin: 1px 3px 5px 0px;
}

fieldset {
  margin-top: 25px;
  border: 1px solid #EBEBEB;
  width: 360px;
}

legend {
  color: #fff;
}

label {
  /*width: 80px;*/
  float: right;
  text-align: right;
  margin-right: 0.5em;
  display: block
}

/* NADPISANE PARAMETRY DLA IE6 */
select.input_form_select {
  height: 25px;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  color: #781351;
  background: #ffffee;
  width: 200px;
  line-height: 2.2em;
  border: 0px;
  background-image: url('../pic/layout_02/input_form.gif');
  background-repeat: no-repeat;
}

/* NADPISANE PARAMETRY DLA IE6 */
input.input_form {
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  color: #781351;
  background: #ffffee;
  width: 200px;
  line-height: 2.2em;
  border: 0px;
  background-image: url('../pic/layout_02/input_form.gif');
  background-repeat: no-repeat;
}

input:disabled.input_form{
  color: #BFA3BF;
  background-image: url('../pic/layout_02/input_form_disabled.gif');
}

/* NADPISANE PARAMETRY DLA IE6 */
input.input_form_long {
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  color: #781351;
  background: #ffffee;
  width: 410px;
  line-height: 2.2em;
  border: 0px;
  background-image: url('../pic/layout_02/input_form_long.gif');
  background-repeat: no-repeat;
}

input:disabled.input_form_long {
  color: #BFA3BF;
  background-image: url('../pic/layout_02/input_form_long_disabled.gif');
}


/* NADPISANE PARAMETRY DLA IE6 */
textarea.input_form_textarea {
  height: 75px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  color: #781351;
  background: #ffffff;
  width: 210px;
  line-height: 1.3em;
  border: 0px;
  background-image: url('../pic/layout_02/wiadomosc.jpg');
  background-repeat: no-repeat;
}

textarea:disabled.input_form_textarea {
  color: #BFA3BF;
  background-image: url('../pic/layout_02/wiadomosc_disabled.jpg');
}

.submit input {
  height: 24px;
  width: 82px;
  margin-left: 84px;
  font-size: 11px;
  padding-bottom: 5px;
  line-height: 1.0em;
  font-weight: bold;
  color: #fff;
  background: #ff0000;
  background-image: url('../pic/layout_02/wyslij.gif');
  border: none;
}

/* NADPISANE PARAMETRY DLA IE6 */
input.input_form_small {
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  color: #781351;
  background: #ffffee;
  width: 84px;
  line-height: 2.2em;
  border: 0px;
  background-image: url('../pic/layout_02/input_form_small.gif');
  background-repeat: no-repeat;
}

div.search_title {
  vertical-align: baseline;
  font-family: Tahoma, Helvetica, sans-serif;
  color: #202A00;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  margin-top: 4px;
  margin-left: 28px;
}

