body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
#wrapper {
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}
#left {
    float: left;
    width: 390px;
}
#right {
    float: right;
    width: 560px;
}
h1 {
    font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #CC0000;
    margin-top: 0;
}
h2 {
    text-align: center;
}

.form-preface {
    text-align: center;
    font-size: 85%;
}

.display-label {
    font-size: 150%;
    text-align: right;
}
input {
    font-size: 150%;
    width: 100%;
}
form {
    width: 350px;
    float: left;
}
.disclaimer {
    font-size: 10px;
    text-align: center;
}
#button-wrapper {
    text-align: center;
}
#button-wrapper input {
    width: 270px;
    margin: 15px 0;
}
.guide-cover {
    float: right;
}
#video {
    width: 560px;
    height: 200px;
}

.vcard {
    font-size: 70%;
    margin: 0 auto;
    margin-top: 20px;
    width: 350px;
    height: 45px;
    color: #666666;
    border: 1px solid #666666;
    padding: 10px;
}
.vcard a {
    color: #666666;
    text-decoration: none;
}
.vcard .name {
    float: left;
}
.vcard .adr {
    float: right;
}

.legal {
    clear: both;
    text-align: center;
    font-size: 10px;
}
.legal a {
    color: gray;
}
