@charset 'UTF-8';
@import url('/css/shared.css');

#bd {
    background-color: #f6f6f6;
    clear: both;
}
div.out-top {
    background-color: transparent;
    background-image: url('/img/outside-top.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 974px;
    height: 22px;
}
div.out-bottom {
    background-color: transparent;
    background-image: url('/img/outside-bottom.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 974px;
    height: 22px;
}
div.out-content {
    background-color: transparent;
    background-image: url('/img/outside-bg.png');
    background-position: 0 0;
    background-repeat: repeat-y;
    width: 100%;
}
div#bd div.top {
    background: transparent url('/img/top.png') no-repeat scroll 0 0;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}
div#bd div.bottom {
    background: transparent url('/img/bottom.png') no-repeat scroll 0 0;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}
div#bd div.content {
    background-color: transparent;
    background-image: url('/img/bg.png');
    background-position: 0 0;
    background-repeat: repeat-y;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}
table#auth {
    border: 1px solid #dddddd;
    margin-left: auto;
    margin-right: auto;
}
th {
    border: none;
}
input[type="submit"] {
    cursor: pointer;
    background: url('/img/submitbutton.png') no-repeat top left;
    border: 0;
    height: 28px;
    padding: 0;
    width: 77px;
}
input[type="submit"]:hover {
    background: url('/img/submithover.png') no-repeat top left;
    border: 0;
    height: 28px;
    width: 77px;
}
div.text-wrapper {
    background: url('/img/textfield.png') no-repeat top left;
    float:left;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 119px;
}
input[type="text"],
input[type="password"] {
    background-color: transparent;
    border: 0;
    color: rgb(169,169,169);
    margin-left: 4px;
    margin-top: 6px;
    width: 110px;
}
p, ul {
    text-align: center;
}
p:last-child {
    margin-bottom: 0;
}
ul {
    margin-bottom: 0;
}
