body {
    background: #A9E4FE;
    text-align: center;
}
body, button {
    font-family: verdana, bitstream vera sans, tahoma, arial, helvetica, sans-serif;
}
A { 
    font: normal bold 15px; Verdana, helvetica, arial, sans-serif; 
    color: #0F5996;
}
H1 {
    font-size: 250%;
    font-weight: normal;
    line-height: 75px;
    margin: 0.1em;
    color: #0F5996;
}
H1 A {
    text-decoration: none;
}
DIV#box {
    background: white;
    border: 1px solid #0F5996;
    padding: 0.5em 2.2em 1.5em;
    margin: 1.5em auto;
    width: 50em;
    text-align: left;
    -moz-border-radius: 1em;
}
DIV#description, DIV#details {
    border-top: 1px solid #0F5996;
}
IMG {
    float: right;
    vertical-align: top;
    margin-top: 20px;
}
SPAN#hide {
    display: none;
    visibility: hidden;
}
INPUT {
    border: 1px solid #0F5996;
    color: #0F5996;
    margin-top: 2px;
}
.right {
}
INPUT#button {
    background: #A9E4FE;
    padding-top: 3px;
}
PRE {
    padding-left: 1em;
}
SPAN.result {
    float: right;
    padding: 0.5em 1em 1em 1em;
    margin: 0.5em 0 0.2em 1em;
    border: 1px solid #0F5996;
    width: 2em;
    height: 1em;
    text-align: center;
}
SPAN.pass {
    background: #f4fee9;
    color: #006600;
}
SPAN.fail {
    background: #f5a9a9;
    color: #df0101;
}
