﻿
body {
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.logbox {
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #E8E8E8;
    padding: 12px;
    height: 300px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

input:focus {
    outline: none;
    background-image: linear-gradient(bottom, rgb(255,255,255) 48%, rgb(227,248,255) 66%, rgb(210,241,252) 90%);
    background-image: -o-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(227,248,255) 66%, rgb(210,241,252) 90%);
    background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(227,248,255) 66%, rgb(210,241,252) 90%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(227,248,255) 66%, rgb(210,241,252) 90%);
    background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 48%, rgb(227,248,255) 66%, rgb(210,241,252) 90%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.48, rgb(255,255,255)), color-stop(0.66, rgb(227,248,255)), color-stop(0.9, rgb(210,241,252)) );
}

.logbox2 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #E8E8E8;
    padding: 12px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

.texty {
    font-size: 15px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 6px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    font-weight: bold;
    width: 90%;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    border: 0px solid #000000;
}

.linky {
    color: #789FD6;
    font-size: 12px;
}



.fonty {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
}

.fonty_big {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 24px;
}

div#container {
    margin-left: auto;
    margin-right: auto;
    width: 60em;
}

div.container {
    margin-left: auto;
    margin-right: auto;
    width: 60em;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
