body {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}
a {
    color: #E86818;
    text-decoration: none;
}

.header {
    background: #51a601;
    color: #A2A4A6;
    margin: 0 0 4px 0; 
    padding: 1px 2px 2px 8px;
    font-size: 16px;
    border-bottom: 1px solid #4d4d4f;
}

.header a {
    color: #FFFFFF;
    font-size: 13px;
}

#usertime {
    margin: 0 0 4px 10px;
}

.footer { 
    background: #f0f0f0;
    color: #555555;
    border-top: solid 1px #a4a4a4; 
    margin: 10px 0 0 0; 
    padding-left: 8px;
    padding-bottom: 5px;
}

.content {
    margin: 0 10px 0 8px;
}

.error {
    color: #FF0000;
    font-weight: bold;
}


hr {
    border: 0;
    color: #9E9E9E;
    background-color: #9E9E9E;
    height: 1px;
    width: 100%;
    text-align: left;
}

table {
    border-collapse: collapse;
}
   
div#results th {
    text-align: left;
    padding: 2px 2px 0px 2px;
    border-bottom: 1px solid gray;
}

div#results td {
    vertical-align: text-top;
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #eeeeee;
}

div#results td.plain {
    border-top: none;
}

.lowercase {
    -wap-input-format: "*x";
}

.password {
    -wap-input-format: "*m";
}

.numbers {
    -wap-input-format: "*N";
}

#full-site-link {
    margin: 2px 0 4px 0;
}

