﻿.QuizOptions{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:350;
}
.QuizReports{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:Black;
    z-index:351;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.QuizObjectives{
    position:absolute;
    z-index:351;
    top:0px;
    left:50%;
    margin-left:-255px;
    z-index:350;
    width:509px;
    height:313px;
    background-image:url(../images/coursemap/coursemap_objectives_bg02_509px.png);
}