form {margin: 0 auto; padding:0; }
form#ksiegagosci 
{ 
  margin: 0 0 0 20px;
  padding: 10px 0; 
  width: 528px;
  height: 246px; 
  /*border-top: 1px solid #bcb495; border-bottom: 1px solid #bcb495;*/

}
table.kg_form, table#kg_wypisz  { width: 100%; border: 0; }
table#kg_wypisz { border-collapse:collapse; }

table.kg_form td { text-align: left; }
table.kg_form td.desc  { width: 200px; }
table.kg_form td.field { width: 380px; }
table#kg_wypisz td hr { color: #000; background-color: #000; height: 1px; border: 0;}
table#kg_wypisz td { padding: 5px;}

td.linia  { border-bottom: 1px solid #000; }
td.field_wypisz  { width: 80px; font-weight: bold; }
td.author_wypisz { width: 480px; }
td.note_wypisz { padding: 5px 0 5px 10px; }
td.data_wypisz 
{ 
  font-size: 1em; 
  text-align: right; 
  /*color: #9f695d;*/ 
  /*color: #000; */
  font-weight: bold; 
  /*  padding: 5px 10px 5px 0;  */
  padding: 5px 10px 2px 0 !important;
}
td.noteid_wypisz { width: 100px;}
.head_wypisz { margin: 0 auto; padding: 15px 0; font-size: 1.1em; font-weight:bold; width: 528px;}
.bg_wypisz { /*background-color: #c9c9c9;*/ /*background-color: #bcb495;*/ background-color: #d6d1bd;}

td.nav_admin_wypisz { text-align: right; }
td.bg_wypisz a { color: #000; }
td.bg_wypisz a:hover { color: #fff; }

.ks_info    { text-align: left; padding:0; margin:0; }
.message { text-align: center; border: 1px solid #ccc; background: #eee; padding:0; margin:0; margin-bottom: 2px;}
.error { color: #ff0000; font-weight: bold; font-size: 0.9em; padding-top: 3px;}
.important { color: #000; font-weight: bold; }
.loading { margin:0; padding:0; }
.text_small { font-size: 0.7em; font-weight: normal; }

/* 
 * Modal windows */
#basicModal, #adminModal { margin: 0 0 0 20px; padding: 15px 0 ; width: 528px;}
a.basic { font-size: 1.1em; font-weight:bold; }

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container { height:270px; width:528px; background-color:#fff; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg { background:url(img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer; display: none;}
#simplemodal-container #basicModalContent {padding:5px;}
#simplemodal-container .loading {position:absolute; background:url(img/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:3px 0 0 200px; padding:0;}
#simplemodal-container a {color: #777;}
#simplemodal-container a:hover {color: #999;}

/*
 * Sroller */
#Scroller { position: relative; /*width: 500px; */ height: 255px; overflow: hidden; bottom:0; left:0; }
.Scroller-Container { position: absolute; width: 100%;}
.scroller-button { margin: 0 auto; width: 548px; }
a#triangle_down
{
   margin-top: 5px;
   width:0; 
	height:0; 
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent;
	border-top: 15px solid #d6d1bd;
	border-bottom: 0;
   float: right;
 }
a#triangle_down:hover {	border-top: 15px solid #fff; }
a#triangle_up
{
   margin-top: 5px;
   width:0; 
	height:0; 
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent;
	border-bottom: 15px solid #d6d1bd;
	border-top: 0;
   float: right;
 }
a#triangle_up:hover { border-bottom: 15px solid #fff; }
