html {
    background-color: #fff;
}

body {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f8f8f8;
    height: auto;
    border: 1px solid #ccc;
    /* padding: 8px; */
    font-family: "Palatino", "Trebuchet MS", "Arial", sans serif;
    font-size: 10pt;
}

h1 {
    margin: 0;
    padding: 2px 2px 2px 32px;
    font-size: 14pt;
    font-weight: bold;
    background: #e8e8e8 url('/$res/top.svg') no-repeat -20px -20px;
}

h2 {
    margin-bottom: 0;
    font-size: 13pt;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

div#content {
    margin: 8px;
}

form#login {
    text-align: center;
}

form#login span {
    padding-bottom: 2px;
}

input {
    font-family: "Palatino", "Trebuchet MS", "Arial", sans serif;
    border: 1px solid #ccc;
    background-color: #fff;
}

input.icon {
    padding-left: 24px;
    height: 20px;
}

input#username_id {
    background: #fff url('/$res/user.png') no-repeat 2px;
    width: 100px;
}

input#password_id {
    background: #fff url('/$res/password.png') no-repeat 2px;
    width: 100px;
}

ul.menulist {
    list-style: none;
    margin: 0 0 0 8px;
    padding: 0;
}

ul.menulist li {
    padding-left: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-position: center left;
    background-repeat: no-repeat;
}

ul.menulist li.configure      { background-image: url('/$res/configure.png');      }
ul.menulist li.logout         { background-image: url('/$res/logout.png');         }
ul.menulist li.changepassword { background-image: url('/$res/changepassword.png'); }

div.error {
    border: 1px solid #000;
    background: #fee url('/$res/error.png') no-repeat 5px 5px;
    padding: 5px 5px 5px 25px;
}