@charset "utf-8";

@import url("reset.css");
@import url("common.css");
@import url("form.css");
@import url("standard.css");
@import url("special-pages.css");
@import url("styles_modernizer.css");

section#login-block .block-content h1 {
    top: 10px;
    z-index: 4;
    background-color:var(--red);
    color:#ffffff;
    border-radius:5px;
    box-shadow:0 10px 20px rgba(0,0,0,0.3);
}
div.xmas {
    background: transparent url('../gfx/xmas.png') no-repeat 0 0;
    display: none;
    width: 385px;
    height: 105px;
    position: absolute;
    z-index: 1;
    top: -44px;
    left: 11px;
}
input.ielogin {
    width: 210px !important;
}
input, select, button {
    border-radius: 0.417em 0.417em 0.417em 0.417em;
    moz-radius: 0.417em 0.417em 0.417em 0.417em;
    -khtml-border-radius: 0.417em 0.417em 0.417em 0.417em;
    webkit-border-radius: 0.417em 0.417em 0.417em 0.417em
}