﻿/* CSS Document */

body
{
    margin: 0px;
    padding: 0px;
    background-position: center top;
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#login
{
    background-image: url("login.gif");
    background-repeat: no-repeat;
    position: relative;
    top: 100px;
    width: 555px;
    height: 299px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: White;
}

.loginClass
{
    position: absolute;
    left: 155px;
    top: 80px;
    margin: 0px;
    padding: 0px;
    color: White;
}


.loginClassNezdarilo
{
    position: absolute;
    top: 230px;
    left: 100px;
    width: 350px;
    height: 20px;
    color: White;
}
