/* vzhled stránky */
body
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    background-image: url("../img/greel-call-full-bcg.jpg");
}
/********************************/

/* přihlašovací obrazovka */
div.logo img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30%;
}

div.nazev
{
    text-align: left;
    margin-top: 100px;
}

div.form
{
    display: block;
    margin-top: 20px;
    height: 61px;
    border-radius: 10px;
    background-color: #53585b;
}

div.form table
{
    width: 100%;
    height: 61px;
    border-collapse: collapse;
    background-color: inherit;
}

div.form td
{
    background-color: inherit;
    color: white;
    vertical-align: middle;
}

div.form td
{
    background-color: inherit;
    color: white;
    vertical-align: middle;
}

form td img
{
    display: block;
    vertical-align: middle;
    padding-left: 10px;
}

#prihlasit
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 131px;
    height: 61px;
    background-image: url("../img/greel-call-button.png");
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#prihlasit:hover
{
    
    background-image: url("../img/greel-call-button-efekt.png");
}

div.chyba
{
    text-indent: 10px;
    color: red;
}


/*********************************/