html, body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}

div#wrapper {
    background-image: url('../images/layout/content_gradient.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-attachment: fixed;
    min-height: 100%;
}

div#content {
    padding: 20px;
    font-size: 12px;
    color: #333;
    text-shadow: #fff 0px 1px 0px;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px 0px 10px;
}

h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0px 10px;
}

p {
    margin: 5px 0px;
    font-size: 12px;
    line-height: 18px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #a7a7a7;
}

a:hover {
    color: #7c7c7c;
}

ul { list-style-type: square; font-size: 12px; line-height: 18px; }

.small {
    font-size: 10px;
    color: #a7a7a7;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 15px;
}

.small div.error {
    color: #ff0000;
}

.small div.error br {
    display: none;
}

input.email {
    color: #000;
}

input.placeholder {
    color: #a7a7a7;
}