/* =========================================================== */
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.textLeft {
  text-align: left;
}
.textRight{
  text-align: right;
}
.textCenter {
  text-align: center;
}
.noFloat,
.form fieldset div label.noFloat {
  float: none;
}
/* definicje fontow */

body {
  margin: 0 auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
//  line-height: 140%;
  line-height: 17px;
  color: #000;
  background: #FFF;
  text-align: center;
}

body #kontener {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 92.5%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

div .boks {
  height: 50px;
  width: 100%;
  text-align: center;
  background: #F0F0F0;
}

p.grupaZapis {
  margin: 0 auto;
  width: 700px;
  padding: 10px 8px 0 8px;
  text-align: center;
}

p.grupaZapis .buttonZapis {
  background: url(/i/przycisk_zapis.png) left top no-repeat;
}
p.grupaZapis .buttonZapisOff {
  background: #BD2430 url(/i/przycisk_zapis_off.png) left top no-repeat;
}
p.grupaZapis .buttonAkcja {
  background: #274B81 url(/i/przycisk_akcja.png) left top no-repeat;;
}

p.grupaZapis span.buttonZapisOff{
  float: left;
  width: 121px;
  margin: 0 8px 0 8px;
  padding: 4px 0px 14px;
  color: #FFF;
//  font-size: 100%;
  font-size: 12px;
  font-weight: bold;
  border: none;
  text-align: center;
}

p.grupaZapis a.buttonAkcja,
p.grupaZapis a.buttonZapisOff,
p.grupaZapis a.buttonZapis {
  float: left;
  width: 121px;
  margin: 0 8px 0 8px;
  padding: 4px 0px 14px;
  color: #FFF;
//  font-size: 100%;
  font-size: 12px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-align: center;
}  

