* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    background: #fff url("/media/img/stripe-bg.gif") repeat top left;
}

.errorlist {
    font-size: 1.4em;
    margin-bottom: 20px;
    list-style-type: none;
}

form ul {
    list-style-type: none;
    padding: 0;
}

button {
    border: 1px solid black;
    padding: 1px 3px;
    background: #ccc;
}

button:hover {
    background: #bbb;
}

.wrapper {
    width: 500px;
    margin: 100px auto 0 auto;
}

.wrapper .head {
    background: url("/media/img/box-bg.png");
    height: 32px;
    color: white;
    font-size: 1.8em;
    line-height: 1.8em;
    padding-left: 10px;
}

.wrapper .body {
    position: relative;
    background: #444;
    padding: 10px;
    color: white;
    font-size: 1.2em;
}

form ul li {
    margin-bottom: 10px;
}

form ul li label {
    display: inline-block;
    margin-bottom: 5px;
}

form ul li input {
    width: 140px;
}

form ul li input.cbox {
    width: inherit;
}

form ul li .field-error {
    margin-left: 10px;
    display: inline-block;
    color: #ddd;
}

.captcha {
    border: 1px solid #fff;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

p {
    margin-bottom: 20px;
}
