﻿.image {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

h2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}

.DDFreezFirst-question-text {
    width:auto;
    margin-top: 89px;
}

.AnswerTextbtn {
    width:auto;
    height:50px;
    margin-left:20px;
     margin-top:30px;
    background-color:#BCA9F5;
}



.CorrectAnswerBtn{
    width:auto;
    height:50px;
    background-color:#3CBA5A;
    border-radius : 3px 3px 3px 3px;
}
.WrongAnswerBtn{
     width:auto;
    height:50px;
    background-color:#C22527;
    border-radius : 3px 3px 3px 3px;
}


