/*
 * Reset CSS defaults set by browser
 */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address,
variable, form fieldset, blockquote {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
}
ol {
    margin-left: 1.4em;
    list-style: decimal;
}
ul {
    margin-left: 1.4em;
    list-style: square;
}
img {
    border: 0;
}

/*
 * Custom CSS
 */

body {
    background-color: #F0F0EB;
    font-family: Arial, Helvetica, sans-serif;
    width: 400px;
    /* "auto" centers the narrow page on the display */
    margin: 50px auto;
}

#banner {
    width: 400px;
    height: 95px;
}

#banner img {
    float: left;
    width: 85px;
    height: 85px;
}

#banner h1 {
    position: relative;
    top: -5px;
    left: -20px;
    font-family: "Gill Sans", Arial, sans-serif;
    font-size: 60pt;
    font-weight: 100;
    color: #CCCCCC;
    text-align: center;
}

#linkgroup {
    position: relative;
    top: -90px;
    float: right;
    font-size: 9pt;
    color: #999999;
}

#linkgroup a {
    color: #999999;
    text-decoration: none;
}

#linkgroup a:hover {
    color: #000000;
}

#container {
    clear: both;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
}

#container p {
    margin-top: 5px;
    margin-bottom: 5px;
}

#about {
    font-size: 11pt;
}

#about h2 {
    margin-top: 10px;
    font-size: 14pt;
    font-weight: bold;
}

#about h3 {
    font-size: 12pt;
    font-weight: bold;
}

#about ul {
    list-style-type: disc;
}

#about_version {
    text-align: right;
    font-size: 9pt;
    color: #999999;
}

.error, .errorlist {
    color: red;
}

#whisperform label {
    float: left;
    color: #999999;
    text-align: right;
    margin-right: 10px;
    clear: left;
}

#whisperform input#id_secret {
    width: 310px;
    background-color: #EEEEEE;
}

#countdown {
    height: 45px;
}

.label, .instr {
    color: #999999;
}

.centered {
    text-align: center;
}

.value {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

p#create_again {
    color: #999999;
    margin-top: 15px;
}

p#create_again a {
    color: #000000;
}

#expirebutton button {
    width: 100%;
    height: 40px;
    cursor: pointer;
    margin-top: 17px;
    color: red;
    font-size: 20pt;
}
