@font-face {
    font-family: miniskip;
    src: url('miniskip.ttf');
}

body {
    font-size: 90%;
    background-image: url('stars2.png');
    background-repeat: repeat;
    background-color: #000000;
    color: #ffffff;
    font-size: 2em;
    font-family: miniskip, 'Cute Font', Impact, sans-serif; 
    font-weight: lighter;
}

h2 {
    color: #ffffff;
    font-weight: lighter;
}

a {
    text-decoration: none;
}

section {
    text-align: center;
}

.error {
    padding: 10px;
    margin: 5px;
    color: #ff0000;
    font-family: monospace;
}

.success {
    padding: 10px;
    margin: 5px;
    color: #00ff00;
    font-family: monospace;
}

section.pad {
    padding-bottom: 10px;
    margin: 5px;
}

section.progress {
    display: none;
    padding: 20px;
    margin: 20px;
    color: #0000ff;
    font-family: monospace;
}

section#footer {
    position: fixed;
    bottom: 10px;
    font-size: 0.7em;
}

    section#footer a {
        color: #5050ff;
    }

p.log {
    font-size: 0.8em;
    font-family: monospace;
}

input#serial {
    text-align: center;
    margin: 10px;
    background-color: #000000;
    color: #ffffff;
    border: 4px solid grey;
    border-radius: 3px;
    font-family: miniskip, 'Cute Font', Impact, sans-serif;
    font-size: 1.1em;
    padding: 10px;
}

.engage {
    background: #00ff00;
    background-image: -webkit-linear-gradient(top, #00ff00, #004000);
    background-image: -moz-linear-gradient(top, #00ff00, #004000);
    background-image: -ms-linear-gradient(top, #00ff00, #004000);
    background-image: -o-linear-gradient(top, #00ff00, #004000);
    background-image: linear-gradient(to bottom, #00ff00, #004000);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-family: miniskip, 'Cute Font', Impact, sans-serif;
    font-size: 20px;
    padding: 10px;
    border: solid #404040 2px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

    .engage:hover {
        background: #00ff10;
        background-image: -webkit-linear-gradient(top, #00ff10, #009000);
        background-image: -moz-linear-gradient(top, #00ff10, #009000);
        background-image: -ms-linear-gradient(top, #00ff10, #009000);
        background-image: -o-linear-gradient(top, #00ff10, #009000);
        background-image: linear-gradient(to bottom, #00ff10, #009000);
        text-decoration: none;
    }

.clear {
    background: #ff0000;
    background-image: -webkit-linear-gradient(top, #ff0000, #400000);
    background-image: -moz-linear-gradient(top, #ff0000, #400000);
    background-image: -ms-linear-gradient(top, #ff0000, #400000);
    background-image: -o-linear-gradient(top, #ff0000, #400000);
    background-image: linear-gradient(to bottom, #ff0000, #400000);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-family: miniskip, 'Cute Font', Impact, sans-serif;
    font-size: 20px;
    padding: 10px;
    border: solid #404040 2px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

    .clear:hover {
        background: #ff0010;
        background-image: -webkit-linear-gradient(top, #ff0010, #900000);
        background-image: -moz-linear-gradient(top, #ff0010, #900000);
        background-image: -ms-linear-gradient(top, #ff0010, #900000);
        background-image: -o-linear-gradient(top, #ff0010, #900000);
        background-image: linear-gradient(to bottom, #ff0010, #900000);
        text-decoration: none;
    }
