
#formularz_wpisu {
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#tabela_wpisu {
    font-family: verdana;
    font-size: 12px;
}

.wpis_input {
    width: 200px;
    font-family: verdana;
    font-size:  12px;
    height: 22px;
	
}

.wpis_text {
    width: 198px;
    font-family: verdana;
    font-size:  12px;
    height: 120px;
}

.przycisk_wpisu {
    width: 100px;
    font-family: verdana;
    font-size:  12px;
}

#wpisy {
    width: 630px;
    margin: 0 auto;
}

#wpisy a {
    color: black;
    text-decoration: none;
}

#wpisy a:hover {
    color: gray;
    text-decoration: none;
}

#wpis {
    width: 630px;
    border-color: #CAB796;
    border-width: thin;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    
}

#wpis_stopka {
    background-color: #CAB796;
    width: 630px;
    text-align: right;
    border-color: #CAB796;
    border-width: thin;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    margin-bottom: 20px;
}

#lista_wpisow {
    font-family: verdana;
    font-size: 12px;
}

#lista_wpisow a {
    color: black;
    text-decoration: none;
}

#lista_wpisow a:hover {

    text-decoration: none;
}

#tabela_listy_wpisow {
    width: 100%;
    font-family: verdana;
    font-size: 12px;
}


#konfiguracja {
    font-family: verdana;
    font-size: 12px;
 }

#tabela_konfiguracji {
    font-family: verdana;
    font-size: 12px;
}

#strony {
    margin-top: 20px;
    text-align: center;
}
#strony a {
    text-decoration: none;
    color: black;
}
#strony a:hover {
    text-decoration: none;

}