.button
{
    border: none;
    font-family: Arial;
    font-size: 12px; /* 13 v ccs odpovida 2 v html, sem zjistil :-) */
    background-color: #bbbbbb; /* seda barva*/
    width: 100px; /* pokud chces nastavit */
    height: 22px; /* pokud chces nastavit */
}

.nick
{
    border: none;
    font-family: Arial;
    color: #aaaaaa;
    font-size: 13px; /* 13 v ccs odpovida 2 v html, sem zjistil :-) */
    background-color: #404040; /* seda barva*/
    width: 164px; /* pokud chces nastavit */
    height: 22px; /* pokud chces nastavit */
}

.text
{
    border: none;
    font-family: Arial;
    color: #aaaaaa;
    font-size: 13px; /* 13 v ccs odpovida 2 v html, sem zjistil :-) */
    background-color: #404040; /* seda barva*/
    width: 180px; /* pokud chces nastavit */
    height: 200px; /* pokud chces nastavit */
    
}

.Cemail
{
    border: none;
    font-family: Arial;
    color: #aaaaaa;
    font-size: 13px; /* 13 v ccs odpovida 2 v html, sem zjistil :-) */
    background-color: #404040; /* seda barva*/
    width: 250px; /* pokud chces nastavit */
    height: 22px; /* pokud chces nastavit */
    
}

.Canswer
{
    border: none;
    font-family: Arial;
    color: #aaaaaa;
    font-size: 13px; /* 13 v ccs odpovida 2 v html, sem zjistil :-) */
    background-color: #404040; /* seda barva*/
    width: 347px; /* pokud chces nastavit */
    height: 22px; /* pokud chces nastavit */
    
}


BODY, HTML
{
    font-family: Arial, sans-serif;
    color: #aaaaaa;
    background-color: #252525;
    scrollbar-face-color: #252525;
    scrollbar-shadow-color: #252525;
    scrollbar-highlight-color: #252525;
    scrollbar-3dlight-color: #252525;
    scrollbar-darkshadow-color: #252525;
    scrollbar-track-color: #252525;
    scrollbar-arrow-color: #bbbbbb;
    text-decoration: none;
    link: #bbbbbb;
    alink: #bbbbbb;
    vlink: #bbbbbb;
}
