body {
    background-color: #111;
    color: #515151;
    font-family: Arial;
    font-size: 15px;
    line-height: 23px;
}

a {
    color: #246CDE;
}

div.wrapper {
    background: url("/img/gradient.png") no-repeat scroll 50% 10px #111;
    margin: 0 auto;
    padding-top: 110px;
    width: 600px;
}

div.wrapper h1 {
    background: url("/img/oneall_header_logo.png") no-repeat scroll 50% 0 transparent;
    height: 40px;
    margin-bottom: 20px;
    text-indent: -9999px;
}

div.wrapper div.error {
    margin-top: 20px;
    border-radius: 3px;
    background-color: #FFBABA;
    border-color: #EC8601 #777777 #777777 #EC8601;
    border-style: solid;
    border-width: 1px;
    color: #CC342C;
    padding: 30px;
    font-weight: bold;
}

div.wrapper div.content {
    border-radius: 3px;
    background-color: #fff;
    border-color: #EC8601 #777777 #777777 #EC8601;
    border-style: solid;
    border-width: 1px;
    padding: 30px;
}

div.wrapper div.content h2 {
    color: #303030;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}

div.wrapper div.content p {
    margin: 10px 0 30px;
}