* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: HelveticaNeueW01;
    text-align: center;
}

@font-face {
    font-family: HelveticaNeueW01;
    src: url(font.woff);
}

#wrapper {
    margin: auto;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(29, 45, 60, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -255px;
    margin-left: -252px;
    width: 504px;
    height: 540px;
}

#clock {
    position: absolute;
    right: 194px;
    top: 36%;
}

#top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #3899ec;
    width: 504px;
    height: 50%;
}

#top-bar {
    height: 42px;
    width: 100%;
}

#top-bar-close {
    border-radius: 50%;
    background: url('images/close.png') no-repeat center;
    background-color: #0081ce;
    width: 25px;
    height: 25px;
    float: right;
    margin: 20px 21px;
    cursor: pointer;
}

#top-bar-close:hover { background-color: #0d487f; }

.white-text {
    color: #ffffff;
}

#title {
    font-size: 24px; /* Approximation due to font substitution */
    line-height: 36px; /* Approximation due to font substitution */
    display: inline-block;
    width: 100%;
}

#sub-title {
    font-size: 18px;
    line-height: 36px;
}

#bottom-title {
    width: 430px;
    margin: 54px auto 15px auto;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}

#bottom-bar {
    width: 100%;
    height: 48px;
}

button#ok {
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, Helvetica Neue, Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
    font-size: 16px;
    height: 36px;
    line-height: 16px;
    padding: 0 24px;
    border-radius: 18px;
    text-align: center;
    box-sizing: border-box;
    border: 0;
    outline: none;
    background-color: #3899ec;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-right: 56px;
    z-index: 9999999;
}

button#ok:hover {
    background-color: #4eb7f5;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

#text-top, #text-bottom, #help-center { display: inline; }

.link, .link:active, .link:visited { text-decoration:none; color: #3197ef; display: inline; }
