/* Treść */
div.system-tresc {overflow: hidden;}

/* Standardowy formularz #1 */
table.system-form1 {margin: auto; width: 100%; border: 1px solid #ddd; background-color: #eee;}
  table.system-form1 td {padding: 7px;}
  table.system-form1 td.nazwa {min-width: 130px; text-align: right; font-weight: bold;}
  table.system-form1 td.pole {width: 438px; font-size: 0.7em; color: #444;}
  table.system-form1 td.sekcja {text-align: center; font-weight: bold; font-size: 1.1em;}
  table.system-form1 td.opcje {text-align: center; font-size: 0.7em;}
  table.system-form1 td.legenda {}
  table.system-form1 input.tekst1 {width: 300px; border: 1px solid #000; padding: 3px; margin: 0 3px 3px 0;}
  table.system-form1 span {color: red; font-weight: bold;}
  table.system-form1 textarea {width: 300px; vertical-align: top; margin-right: 3px;}
  table.system-form1 select {margin-right: 3px;}
  
/* Komunikaty Sprites */
div.system-komunikaty-informacje,
div.system-komunikaty-uwagi,
div.system-komunikaty-problemy,
div.system-komunikaty-sukcesy {
  margin: 15px auto;
  padding: 10px 10px 10px 88px;
  border: 1px solid;
  text-align: left;
  position: relative;
  min-height: 32px;
  width: 900px;
}
div.system-komunikaty-ikona {
    background: url(../../aplikacje/system/img/css_sprite_32.png) no-repeat;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 12px;
    top: 12px;
}
ul.system-komunikaty {}
  ul.system-komunikaty li {}
div.system-komunikaty-informacje {
    color: #00529B;
    background-color: #BDE5F8;
}
div.system-komunikaty-informacje div.system-komunikaty-ikona {
    background-position: 0px 0px;
}
div.system-komunikaty-uwagi {
    color: #9F6000;
    background-color: #FEEFB3;
}
div.system-komunikaty-uwagi div.system-komunikaty-ikona {
    background-position: -64px 0px;
}
div.system-komunikaty-problemy {
    color: #D8000C;
    background-color: #FFBABA;
}
div.system-komunikaty-problemy div.system-komunikaty-ikona {
    background-position: -96px 0px;
}
div.system-komunikaty-sukcesy {
    color: #4F8A10;
    background-color: #DFF2BF;
}
div.system-komunikaty-sukcesy div.system-komunikaty-ikona {
    background-position: -32px 0px;
}
