body
{
  font-family:                 verdana,arial,sans-serif;
  font-size:                   14px;
}

form
{
  border:              0;
  margin:              0;
  padding:             0;
}
fieldset
{
  border:              0;
  margin:              0;
  padding:             0;
}

a:active, a:focus, object {
      outline: 0;
}

.niewidzialnyForm
{
  border-width:       0;
  border-style:       none;
  width:              0;
  height:             0;
  visibility:         hidden;
  display:            block;
}
.niewidzielnyForm fieldset
{
  border-width:       0;
  border-style:       none;
  width:              0;
  height:             0;
  visibility:         hidden;
  display:            block;
}

.actionPanel
{
  background-color:      white;
  width:                 744px;
  height:                58px;
 
  position:              relative;
  
  top:                   18px;
  left:                  0px;

  margin:                0;
  margin-bottom:         18px;
  padding:               0;
  overflow:              hidden;

}
.actionButton,.actionButtonDark
{
  position:              absolute;
  top:                   19px;
  left:                  746px;
  width:                 112px;
  height:                16px;

  font-size:             10px;
  color:                 black;
  text-align:            right;
  padding-top:           6px;
  padding-right:         8px;

  background:            url(../../images/tloGuzikMaly.png);
  background-repeat:     repeat-x;
  margin:0px;

}
.actionButtonDark
{
  color:                 white;
  background:            url(../../images/tloGuzikMalyDark.png);
}
.actionButton:hover
{
  background:            url(../../images/tloGuzikMalyHover.png);

}
.actionButtonDark:hover
{
  background:            url(../../images/tloGuzikMalyDarkHover.png);
}

.actionButton a,.actionButtonDark a
{
  display:              block;
  cursor:               pointer;
  width:                100%;
  height:               100%;
  text-decoration:      none;
  color:                black;
}
.actionButtonDark a
{
  color:                white;

}
