/* CLOZE QUIZ */

.ClozeBody{
    font-family: 'OptimaEL';
    font-size: 18px;
    *font-size: 17px;
    line-height: 22px;

}

#clozeQuizSet{
    position: relative;
    z-index: 99;
    margin-top: 30px;
    font-family: 'OptimaEL';
    font-size: 17px;
    line-height: 17px;
    color: #000;
}  

#clozeQuizTitle{
    font-family: 'OptimaEL';
    font-size: 22px;
    line-height: 22px;
    color: #f7e7a8;
    text-transform: uppercase;
    margin-bottom:5px;
}

#CheckButton{
    width:175px;
    height:25px;
    background-image:url("../img/mainImg/main_QuizMe/checkAnsBtn.jpg");
    border: none;
    cursor: pointer;
    padding: 0px;
    text-align: left;1
    text-transform: uppercase;
    display: inline;
    *display:inline;
    *zoom: 1;
    margin-left:287px;
}

      
.answerKey{
    font-family: 'OptimaEL';
    font-size: 13px;
    color: #000;
    line-height: 16px;
    text-transform: uppercase;
}

.clozeQuiz input, .clozeQuiz textarea{
    font-family: 'OptimaEL';
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #000;
}

.clozeQuiz select{
    font-family: 'OptimaEL';
    font-size: 16px;

}

div.Feedback {
    background-color: #ffffff;
    left: 33%;
    width: 34%;
    top: 33%;
    z-index: 1;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    text-align: center;
    color: #003300;
    position: absolute;
    display: none;
    font-size: 100%;
}

div.DropLine {
    position: absolute;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #003300;
    width: 80%;
}


div.ClozeBody{
    text-align: left;
    line-height: 24px;
}

span.GapSpan{
    font-weight: bold;
    color:#f0c878;
}
