.op {
    opacity: 0.8;
}

.answerclass {
    padding: 8 5px 5 5px;
}

.quediv {
    top: 35px;
    position: absolute;
    left: 30px;
}

.correct {
    position: absolute;
    left: 290px;
    top: 140px;
    width: 58px;
    height: 58px;
    background-image: url('../images/correct.png');
}

.ansdiv {
    position: absolute;
    top: 520px;
    padding: 20px;
    height: 248px;
    width: 260px;
    margin-left: 880px;
    background-image: url('../images/bgg.png');
    background-repeat: no-repeat;
}

#drop1 {
    z-index: 1;
    width: 145px;
    position: absolute;
    height: 36px;
   background-image: url('../images/ans.png');
   background-repeat: no-repeat;
    left: 590px;
    top: 84px;
}

#drop2 {
    z-index: 1;
   width: 145px;
    position: absolute;
    height: 36px;
   background-image: url('../images/ans.png');
   background-repeat: no-repeat;
    left: 70px;
    top: 134px;
}

#drop3 {
    z-index: 1;
    width: 145px;
    position: absolute;
    height: 36px;
   background-image: url('../images/ans.png');
   background-repeat: no-repeat;
    left: 276px;
    padding-top: 8px;
    top: 134px;
}

#drop4 {
    z-index: 1;
    width: 125px;
    position: absolute;
    height: 36px;
   background-image: url('../images/ans.png');
   background-repeat: no-repeat;
    padding-top: 8px;
    left: 325px;
    top: 180px;
}
#drop5 {
    z-index: 1;
    width: 145px;
    position: absolute;
    height: 36px;
     background-image: url('../images/ans.png');
   background-repeat: no-repeat;
    padding-top: 8px;
    left: 70px;
    top: 224px;
}
#drop6 {
    z-index: 1;
    width: 145px;
    position: absolute;
    height: 36px;
     background-image: url('../images/ans.png');
   background-repeat: no-repeat;
    padding-top: 8px;
    left: 70px;
    top: 275px;
}