
#quiz legend,
#quiz p,
#quiz li {
    font: 12px Arial, Helvetica;
}

#quiz p {
    color: #0086bb;
    line-height: 18px;
}

#quiz fieldset {
    border: 0;
    padding: 0;
}

#quiz legend,
#quiz h2 {
    color: #0086bb;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.25em;
    padding: 1em 0 0.25em 0;
    text-transform: uppercase;
}

form#quiz ol,
form#quiz ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}

form#quiz ol {
    border-bottom: 1px solid #ddd;
}

form#quiz ol li {
    border-top: 1px solid #ddd;
    clear: both;
    overflow: hidden;
    padding: 0.25em 15px 0.25em 0;
    text-align: right;
    white-space: nowrap;
}

form#quiz ol li span {
    float: left;
    display: block;
    width: 450px;
    padding: 0.25em 0;
    text-align: left;
    white-space: normal;
}

form#quiz ol li input {
    margin-left: 1em;
}

#quiz .buttons {
    overflow: hidden;
    padding: 1.5em 0;
}

#quiz .buttons input {
    background: #82b33a;
    border: 10px solid #f9f9f9;
    color: #fff;
    font-weight: bold;
    padding: 5px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 9em;
}

#quiz .buttons input:hover {
    background: #690;
    cursor: pointer;
}

#quiz .buttons input:disabled {
    background: #c6e49a;
    cursor: default !important;
}

#quiz .buttons input#prev {
    float: left;
}

#quiz .buttons input#next,
#quiz .buttons input#submit {
    float: right;
    margin-left: 10px;
}

#quiz .buttons input#submit {
    background: #cb1446;
}

#quiz ul#pages,
#quiz ul#pages li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#quiz ul#pages {
    background: url(img/bar.png) center top no-repeat;
    overflow: hidden;
    margin: 30px 0 0 12px;
    padding: 0 0 0 15px;
    width: 513px;
}

#quiz ul#pages li {
    display: inline;
}

#quiz ul#pages li a,
#quiz ul#pages li span {
    background: center -204px no-repeat;
    color: #666;
    display: block;
    float: left;
    outline: 0;
    padding: 45px 25px 0 25px;
    text-align: center;
    width: 50px;
}

#quiz ul#pages li#linkto_page_1 a { background-image: url(img/1.png); }
#quiz ul#pages li#linkto_page_2 a { background-image: url(img/2.png); }
#quiz ul#pages li#linkto_page_3 a { background-image: url(img/3.png); }
#quiz ul#pages li#linkto_page_4 a { background-image: url(img/4.png); }
#quiz ul#pages li#results span    { background-image: url(img/5.png); }

#quiz ul#pages li a {
    cursor: pointer;
}

#quiz ul#pages li a.current,
.results ul#pages li#results span {
    color: #690;
    background-position: center top;
}


.results ul#pages li a {
    cursor: default !important;
}

.results h2+p {
    margin-top: -1em;
}

p.symbols {
    padding-bottom: 2em;
    text-align: center;
}

p.symbols img {
    margin: 0 2em 1em 2em;
}






