body {
    background-color: #FFFFFF;
    color: #111;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
#wrapper {
    width: 500px;
    margin: 0 auto;
}

h1 {
    font-size: 35px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}

#counter-text {
    font-family: sans-serif;
    width: 500px;
    height: 100px;
    margin: 0 auto;
}

input.counter-clear {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 0.875em;
    font-weight: 300;
    padding: 5px 7px;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

span.counter-notice {
    background: none repeat scroll 0 0 #FFC8C8;
    border: 1px solid #FF3232;
    border-radius: 3px 3px 3px 3px;
    color: #FF0000;
    font-size: 0.875em;
    font-weight: 300;
    padding: 5px 7px;
    text-decoration: none;
    cursor: pointer;
    margin: 20px auto;
    display: block;
    width: 150px;
    text-align: center;
}