﻿.image {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

h2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}
.fill-type-question
{
    margin-top: 16px;
    width:auto;    
}

.CorrectFillAnswer
{
    border: solid;
    border-color:#3CBA5A;
    background-color: #fff;
    width:130px;
    height: 50px;
    font-size: 20px;
    border-radius:3px 3px 3px 3px;
    

}
.WrongFillAnswer
{
    border: solid;
    border-color: #C22527;
    background-color: #fff;
    width: 130px;
    height: 50px;
    font-size: 20px;
    border-radius:3px 3px 3px 3px;
}