@import "default.css";

#main-menu {
    padding-bottom: 45px;
}

#restrict-login {
    color: #333;
    line-height: 130%;
    padding-top: 20px;
}

#restrict-login p {
    padding-bottom: 13px;
}

#restrict-login table td {
    vertical-align: top;
}

#restrict-login td.sidebar {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

h2 {
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 5px;
}

table.form {
    border-bottom: 1px solid #ccc;
/*    padding-bottom: 15px;*/
}

table.submit {
    margin-top: 10px;
    margin-bottom: 20px;
}

#login-form {
    padding: 15px 0 0 0;
}

#login-form input {
    margin-right: 7px;
}

#login-form input.flat {
    width: 170px;
    border: 1px solid #999;
    background: #fff;
    padding: 2px;
}

#login-form label {

}

#login-form table td {
    padding: 3px 0;
}

#login-form table td.label {
    text-align: right;
    width: 60px;
    padding-right: 10px;
}

.file {
    padding-top: 5px;
    color: #666;
}
#restrict-login table td .file td {
    vertical-align: middle;
}

.shaded2 {
    background: url(../shadow2.gif) no-repeat bottom right;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
}

.shaded2 img {
    border-top: 1px solid #eae9d4;
    border-left: 1px solid #eae9d4;
    padding: 5px;
    background: #fff;
    vertical-align: bottom;
}

