@charset "utf-8";

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

section#login-block .block-content h1 {
    top: 20px;
    z-index: 0;
}
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
}