
/*html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  width: 100%;
}*/

#GB_overlay {
  position: absolute;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  /* z selektora html, body */
  min-height: 100%;
  height: 100%;
  width: 100%;
}

#GB_window {
  top: 50%;
  left: 50%;
  position: fixed;
  background: #000; /* do zaciemnienia obszaru na dole iframe'a */
  border: 2px solid #aaa;
  overflow: auto;
  width: 500px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #000;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

/* --- modyfikacje dodatkowe */

.error {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

form {
	margin: 0;
	padding: 10px 0 10px 0;
	display: inline;
}

#lightbox {
	background-color: #000;/* #E1D5BF */
  	text-align:center;
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #B86805;
	padding-top: 85px;
}

input {
	margin-top:5px;
}

/* Stylish Buttons: http://www.webreference.com/programming/css_stylish/ */

input.btn, button.btn {
   color:#C17928;
   /*font-family:'trebuchet ms',helvetica,sans-serif;*/
   font-family: "Courier New", Courier, monospace;
   /*font-size:90%;*/
   font-weight:bold;
   background-color:#000;
   border:1px solid #C17928;
   /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');*/
   padding: 3px;
   overflow: visible; /* IE Submit Button Horizontal Padding: http://www.mrkirkland.com/internet-explorer-submit-button-horizontal-padding/*/
}

input.btnhov {
   border-color:#C17928;
}

input.btn2, button.btn2 {
   color:#000;
   /*font-family:'trebuchet ms',helvetica,sans-serif;*/
   font-family: "Courier New", Courier, monospace;
   /*font-size:90%;*/
   font-weight:bold;
   background-color:#E0B976;
   border:1px solid #fff;
   /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');*/
   padding: 3px;
   overflow: visible; /* IE Submit Button Horizontal Padding: http://www.mrkirkland.com/internet-explorer-submit-button-horizontal-padding/*/
}

input.btnhov2 {
   border-color:#ccc;
}


