/* -*- mode: css; indent-tabs-mode: nil -*-

 Copyright 2012 Jens Lindström, Opera Software ASA

 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License.  You may obtain a copy of
 the License at

   http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
 License for the specific language governing permissions and limitations under
 the License.

*/

table.login {
    margin-top: 1em;
}

table.login tr.separator1 td {
    border-bottom: 1px solid #cca;
    padding-top: 1em
}

table.login tr.separator2 td {
    padding-top: 1em
}

table.login tr.status td {
    color: red;
    font-weight: bold;
    text-align: center;
    padding-bottom: 1em
}

table.login tr.status.disabled {
    display: none
}

table.login td.key {
    padding-left: 2em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right
}

table.login td.value {
    padding-left: 0.5em;
    padding-right: 2em
}

table.login tr.login td {
    text-align: center;
    padding-top: 1em
}

table.login tr.external td div,
table.login tr.register td,
table.login tr.continue td {
    text-align: right;
    font-weight: bold
}

table.login tr.continue a, table.login tr.continue a:visited {
    color: #222
}
