.rejestracja {
   width:100%;
}

.rejestracja .input {
   border:1px solid #000;
   background-color:#c0c0c0;
   font-family:verdana;
   font-size:8pt;
   padding:4px;
   margin-bottom:6px;
   width:300px;
   color:red;
   vertical-align:middle;
}

.rejestracja select.input {
  width: 310px;
}

.rejestracja .aktywne {
   background-color:#fff;
   color:red;
}

.rejestracja .etykieta {
   font-weight:bold;
   margin:2px 0;
   color:#f0f0f0;
}

.rejestracja h2 {
   font-size:10pt;
   margin:24px 0 10px 0;
   padding:0 0 6px 0;
   border-bottom:1px solid #444;
}

.rejestracja h2 span {
   font-weight:normal;
   color:#888;
   margin-left:22px;
   font-size:8pt;
   display:block;
}

.rejestracja hr {
   border:none;
   border-top:1px solid #444;
   border-bottom:1px solid #000;
   height:2px;
   margin:0 0 10px 0;
   padding:0;
}

.rejestracja .availButton {
   font-size:8pt;
   width:112px;
}

.ob {
   color:red;
   font-weight:bold;
   font-size:10pt;
}

.hint {
   position:absolute;
   background-color:#111;
   padding:4px;
   max-width:400px;
   border:1px solid #000;
   color:#B2B2B2;
   font-family:Verdana,Geneva,sans-serif;
   font-size:8pt;
   z-index:999;
   line-height:120%;
   filter:alpha(opacity=95);
   opacity:0.95;
}

.error span {
   color:#fff;
   display:block;
   font-style:italic;
   padding-bottom:10px;
}