TABLE#photos {
    width:80%; margin:0 auto;
}

TD.photo {
    text-align:center; width:50%;
}

TD.photo IMG {
    border:1px solid #000;
}

TABLE#lists {
    width:98%; margin:0 auto;
}

TABLE#lists li {
    margin:0; padding:0 0 0.2em 0.6em;
    text-indent:-0.7em;
    color:#444;
}

TABLE#register {
    width:96%; margin:1em auto; border:1px solid #666;
    font-size:90%;
}

TABLE#register TD {
    margin:0; padding:0.4em 0.5em;
    vertical-align:middle;
}

.note {
    font-size:90%;
}

TABLE#register INPUT#name, TABLE#register INPUT#town, 
TABLE#register INPUT#email, TABLE#register INPUT#info {
    width:14em;
}

DIV#content INPUT.button {
    text-align:center; color:#333;
    font-family:arial,helvetica,serif;
    width:7em; margin-bottom:1em;
    font-weight:bold;
}

LABEL {
    font-weight:bold; color:#333;
}

P#error {
    text-align:center;
    font-size:90%; color:#a00;
}

.big {
    font-weight:bold; color:#444;
    font-size:90%;
}

DIV.pages {
    margin:0.5em 0;
    text-align:center;
    font-size:90%;
}

DIV.pages A {
    font-size:100%;
}

TABLE#voters {
    width:90%;
    border:1px solid #666;
    margin:0.5em auto;
}

TABLE#voters TH {
    border:1px solid #666;
    background-color:#666;
    color:#fff;
}

TABLE#voters TH A {
    color:#fff321;
}

TABLE#voters TD {
    border:1px solid #666;
    text-align:center;
}


