body {
    background: #fff;
    color: #333;
    font-family: candara, verdana, sans-serif;
    font-size: 12px;
    line-height: 1.3333em;
    margin: 0;
    padding: 0;
}

a:hover,
a:active {
    text-decoration: none;
}

img {
    border: 0;
}

code,
input,
pre,
.url {
    font-family: consolas, monaco, monospace;
}

h1 {
    font-size: 1.5em;
}

input {
    background: #fff;
    border: 1px solid #999;
    padding: 0.5em 0;
}

label {
    font-weight: bold;
}

button {
    background: #666;
    border: 1px solid #999;
    color: #fff;
    padding: 0.1em 0.25em;
}

table {
    margin: 1em;
}

#wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 64em;
}

#branding {
    font-size: 2.25em;
    line-height: 1.5em;
    margin: 0.5em 0 0 0;
}

#branding a {
    color: inherit;
    text-decoration: none;
}

#primary {
    float: left;
    margin-right: 3%;
    width: 65%;
}

#secondary {
    float: left;
    width: 30%;
}

#delegate {
    background: #ccc;
    border: 1px solid #999;
    margin: 1em auto;
    padding: 1em;
    text-align: center;
    width: 48em;
}

#delegate form {
    font-size: inherit;
    margin: 0 auto;
    text-align: left;
    width: 36em;
}

#delegate input {
    display: block;
    font-size: 1.25em;
    margin: 0.25em auto 0.5em auto;
    padding-left: 24px;
    width: 100%;
}

#delegate div.button {
    text-align: right;
    width: 105%;
}

#quiltid {
    margin: 0 auto;
    width: 9em;
}

.openid {
    background-image: url("../images/openid_16x16.png");
    background-position: 2px 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
}

input.openid {
    background-position: 4px 50%;
}

.errorlist {
    font-style: italic;
    list-style: none;
    margin: 0;
    padding: 0;
}
