﻿.image {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

h2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}
.RepeatedFillText{
   width:auto;
   margin-top: 3px;
}
.RepeatingFillCorrectAnswer{
     width:150px;
    background-color:#ffffff;
    border-color:#476d08;
    height:50px;
}
.RepeatingFillWrongAnswer{
    width:150px;
    background-color:#ffffff;
    border-color:#ff0000;
    height:50px;
}