/* Quiz CSS */

fieldset
{
padding: 10px;
margin: 10px 0px;
border: 1px solid #e0e0e0;
}

legend
{
color: #666;
}


#totalcount
{
font-size: 20pt;
letter-spacing: -2px;
text-align:center;
}

#credit
{
position: fixed;
top: 0px;
left: 0px;
right: 0px;
padding: 10px;
color: #666;
text-align: center;
background: #eee;
}

#credit a
{
color: #666;
}
