﻿*
{
    margin: 0;
    padding: 0;
}
body
{
   /* background: #a31c20 url('../img/login/login-slice.jpg');
    background-repeat: repeat-x;*/
    overflow: hidden;
    font-size: 16px;
  
}
#okno {
    /*background-image: url('../img/login/login.jpg');
    background-repeat: no-repeat;
    width: 1019px;
    height: 660px;
    margin-left: auto;
    margin-right: auto;
    position: relative;*/
}

#login {
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
}
    #login div {
        margin-top: 10px;
        margin-bottom: 10px;
    }
#Name, #Password {
    width: 150px;
    height: 24px;
    /* border-style: none;*/
    /*  position: absolute;
    top: 362px;*/
}
#Name {
    /*left: 320px;
    top: 300px;*/
}
#Password {
    /* left: 320px;
    top: 340px;*/
}
#submit-link {
    /* position: absolute;*/
    top: 380px;
    left: 320px;
    display: inline-block;
    text-align: center;
}

#error {
    /* position: absolute;*/
    /*top: 250px;
    left: 280px;
    height: 48px;*/
    color: Red;
    text-align: center;
    padding-top: 10px;
    font-size:12px;
    font-weight:bold;
}
.tlacitko input
{
    border: 1px solid #888;
    min-width: 100px;
    cursor: pointer;
}