
body {
    background-color: #f8f8f8;
}

.wizard {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 700px;
    height: 600px;
    margin: 100px auto 0 auto;
    padding: 40px 30px 20px 30px;
    position:relative;
}

.wizard h1 {
    text-align: center;
    margin-bottom: 40px;
}

div.wizard-buttons {
    margin-top: 60px;
    text-align: center;
}

form {
    margin-top: 40px;
}

.step-account form {
    max-width: 300px;
}

div.radio {
    padding-bottom: 15px;
}

.center {
    text-align: center;
}

.message-container {
    position: absolute;
    bottom: 20px;
    width: 640px;
    text-align: center;
}