﻿/* UZYWANE DO POJEDYNCZYCH
   - tworzenie konta
   - logowanie do portalu
   - przypominanie hasla
   - resetowanie hasla */  

/* sekcja guzikow */
.langDiv
        {
            text-align: right;
        }

/* obrazki guzikow */
.langImg
        {
            width: 24px;
            height: 24px;
            padding: 5px;
        }         

/* tylko logowanie */
.oknoLog
        {
          padding: 10px;
          text-align: center;
          font-size: 14px;
          font-family: Arial;
          width: 380px;
          height: 380px;
          position: fixed;
          background-color: white;
          top: 50%;
          left: 50%;
          margin-top: -210px;
          margin-left: -210px;
          border: 10px;
          border-color: #848484;
          border-style: dashed;
        }

/* create, reset, zmiana */
.oknoFor
        {
          padding: 10px;
          text-align: center;
          font-size: 14px;
          font-family: Arial;
          width: 580px;
          height: 500px;
          position: fixed;
          background-color: white;
          top: 50%;
          left: 50%;
          margin-top: -270px;
          margin-left: -310px;
          border: 10px;
          border-color: #848484;
          border-style: dashed;
        }

/* tytul dla formatek */
.oknoTyt
{
        padding-bottom: 10px;
        font-weight: bold;
}

/* glowne dla formatek */
.plecy
        {
            background-color: #C8C8C8;
            font-family: Arial;
            font-size: 14px;
        }
        
/* okienka tekstowe  */       
.textLog
        {
            margin: 5px;
            height: 30px;
            background-color: #FFCC66;
            text-align: center;
        }

/* wycentrowana tabelka */        
.style_tabela
        {
            width: 100%;
        }
        
/* kolumna 1 tabelki */        
.style_col1
        {
            text-align: right;
            width: 45%;
        }
        
/* kolumna 2 tabelki */                
.style_col2
        {
            text-align: left;
            width: 55%;
        }