/* 2008 - 2010 © Stefan Scholl <stesch@no-spoon.de> */
body {
    background-color: #ffc;
    color: #060;
    font-family: sans-serif;
}

h1 {
    font-size: 1.8em;
    margin: 0;
}

#main {
    position: relative;
    width: 39em;
    margin: 3em auto 2em;
    padding: 2em;
    border: 3px solid #060;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -khtml-border-radius: 1.5em;
    border-radius: 1.5em;
}

#links {
    position: absolute;
    top: -1.5em;
    right: 0;
    text-align: right;
}

#links a {
    color: #060;
    margin-left: 1em;
    font-size: 0.8em;
}

input[type=submit] {
    border: 3px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    padding: 0.25em;
    background-color: #eeb;
    color: #000;
    font-size: 75%;
    font-weight: bold;
}
input[type=submit]:hover {
    border: 3px solid #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
}
input[type=submit]:active {
    border: 3px solid #999;
    border-bottom-color: #ccc;
    border-right-color: #ccc;
}

input[type=text] {
    text-align: center;
    font-size: 1.2em;
    width: 100%;
}
input[type=text].inactive {
    visibility: hidden;
}

label {
    margin-right: 0.5em;
    margin-left: 2em;
}

#output {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 2em;
}

#options {
    margin-top: 1em;
    text-align: center;
}
