.wrapper {
    position: relative;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
}

textarea.bubble {
    position: absolute;
    background-color: transparent;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    border: 0;
    line-height: 12px;
    color: rgb(0,0,0);
}

.instructions {
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    font-size: 14px;
    color: #777;
}

.coverImage {
    width: 420px;
    max-height: 650px;
    border: 1px solid #bbb;
}

#dialog {
    z-index: 100;
    position: absolute;
    left: 238px;
    top: 580px;
    width: 410px;
    height: 230px;
    padding: 20px;
    font-weight: bold;
    text-align: center;
}

#dialog a.cancelLink {
    color: #444;
    font-weight: normal;
    font-size: 90%;
}

.instructions .moreInstructions {
    font-size: 90%;
}

h2 .moreInstructions {
    font-size: 16px;
    font-variant: normal;
    color: #999;
    font-weight: bold;
}

.moreLinks a {
    color: #888;
    font-weight: normal;
}