@charset "UTF-8";
/* CSS Document */

/* Quiz */

/* This removes this fieldset's legend from the flow to get round the
   background-color overshoot bug in IE  */
#quizInputFieldSet legend {
color: black;
position: absolute;
top: -.5em;
left: .2em;
}
/* This gives width to an absolutly positioned div
   else IE wants to crop it from the right if page
   is made quite narrow  */
#quiz_help_text {
width: 50%;
}
/* pushes the question input div down where it would normally
   be pushed down by the legend but in this case we've had
   to remove it from the flow */
#question_inputDiv {
margin-top: 15px;
}

.ie_fix_zoom { zoom: 1;} /* Fixes 3-pixel text jog bug in IE5-6 */


#crf_gig_list, #crf_stage_list {
top: 376px;
}

#crf_story_div {
padding-right: 75px;
}

/* Hides nav panel which IE sods up */
#multi_panel_control { 
display: none;
}

#green_header_left {
position : absolute;
top : 0px;
left : 150px;
z-index : 15;
}
#orange_header_right {
position : absolute;
top : 0px;
right : 0px;
z-index : 14;
}
#blue_header {
position : absolute;
top : 0px;
left : 0px;
z-index : 16;
}