.tagger
{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 650px;
    position: relative;
}

.questionImage
{
    position: absolute;
    left: 0;
    top: 0;
    width: 425px;
    background-color: #000;
}

.mainForm
{
    position: absolute;
    left: 460px;
    top: 0;
    width: 450px;
    height: 600px;
}

.questionImage img
{
    width: 420px;
    border: 1px solid #bbb
}

.questionAnswersBox
{
    width: 370px;
}

.tip
{
    font-size: 85%;
    color: #777;
}

.resultPage img
{
    filter: alpha(opacity=40);
    -moz-opacity: .4;
}

.taggerSuccess
{
    font-weight: bold;
    color: rgb(82,141,41);
    list-style-image: url(/lab/tagger/success.png);
}

.taggerNoSuccess
{
    color: #555;
    list-style-type: none;
    text-decoration: line-through;
}

.offLimit
{
    list-style-type: none;
}

.taggerCombo
{
    background-color: rgb(82,141,41);
    color: #fff;
    font-weight: bold;
    padding: 4px;
}

.continue
{
    border-top: 1px solid #777;
    padding-top: 8px;
    margin-top: 4px;
    text-align: right;
}

.specialScore
{
    font-size: 120%;
    color: rgb(126,122,31);
}

.specialScore strong
{
    font-size: 240%;
    font-weight: bold;
}

.score
{
    text-align: right;
    position: absolute;
    right: 0;
    top: 142px !important;
    top: 136px;
    color: #555;
    font-weight: bold;
}

#time
{
    position: absolute;
    left: 0;
    top: 142px !important;
    top: 136px;
    color: #555;
    font-weight: bold;
}
