﻿.image {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

h2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}

.FreezObject {
    margin-left: 80px;
}

.FreezObjectCorrectAnswerBtn {
    width: 125px;
    height: 50px;
    background-color: #3ea911;
    border-radius: 3px 3px 3px 3px;
}

.FreezObjectWrongAnswerBtn {
    width: 125px;
    height: 50px;
    background-color: #ff0000;
    border-radius: 3px 3px 3px 3px;
}

.FreezObjectDragOptionBtn {
    width: 125px;
    height: 50px;
    background-color: #29A9FF;
    border-radius: 3px 3px 3px 3px;
}

.FreezObjectDragOption {
    margin-left: 50px;
}

.FreezObjectText {
    margin-top: 78px;
}
