#organizegaps {
    position: relative;
    width: 1024px;
    height: 768px;
}

#organizegaps .container {
    width: 100%;
    height: 100%;
}

#organizegaps .image {
    position: absolute;
    top: 101px;
    left: 697px;
    width: 262px;
    height: 523px;
    border: 5px solid;
    border-color: #FFFFFF;
    overflow: hidden;
}

#organizegaps img {
    width: 250px;
    height: 540px;
}

#organizegaps .title {
    position: absolute;
    top: 98px;
    left: 92px;
    max-width: 850px;
    color: #734267;
    font-family: "VAGRoundedBold";
    font-size: 24px;
}

#organizegaps .read {
    position: absolute;
    top: 89px;
    left: 50px;
    width: 36px;
    height: 37px;
    cursor: pointer;
    background: url(./../../../imgs/2/base/icon_intro.png) 0 0 no-repeat;
}

#organizegaps .description {
    position: absolute;
    top: 134px;
    left: 51px;
    max-width: 850px;
    color: #734267;
    font-family: "VAGRoundedLight";
    font-size: 19px;
    line-height: 25px;
    text-align: justify;
}

#organizegaps .wordGroup {
    position: absolute;
    top: 190px;
    left: 22px;
    width: 980px;
    height: 50px;
    z-index: 13;
}

#organizegaps .gapsGroup {
    position: absolute;
    top: 225px;
    left: 40px;
    width: 980px;
    height: 400px;
    z-index: 12;
}

#organizegaps .word {
    position: absolute;
    width: 209px;
    text-align: center;
    cursor: pointer;
}

#organizegaps .word .top,
#organizegaps .word .top_correct,
#organizegaps .word .top_wrong,
#organizegaps .word .bottom,
#organizegaps .word .bottom_correct,
#organizegaps .word .bottom_wrong {
    width: 209px;
    height: 10px;
}

#organizegaps .word .top {
    background: url(./../../../imgs/2/widget_drag/box_normal_organizegap.png) top center no-repeat;
}

#organizegaps .word .top_correct {
    background: url(./../../../imgs/2/widget_drag/box_correct_organizegap.png) top center no-repeat;
}

#organizegaps .word .top_wrong {
    background: url(./../../../imgs/2/widget_drag/box_wrong_organizegap.png) top center no-repeat;
}

#organizegaps .word .bottom {
    background: url(./../../../imgs/2/widget_drag/box_normal_organizegap.png) bottom center no-repeat;
}

#organizegaps .word .bottom_correct {
    background: url(./../../../imgs/2/widget_drag/box_correct_organizegap.png) bottom center no-repeat;
}

#organizegaps .word .bottom_wrong {
    background: url(./../../../imgs/2/widget_drag/box_wrong_organizegap.png) bottom center no-repeat;
}


#organizegaps .word .content,
#organizegaps .word .content_correct,
#organizegaps .word .content_wrong {
    width: 209px;
    padding-bottom: 5px;
}

#organizegaps .word .content {
    background: url(./../../../imgs/2/widget_drag/box_normal_organizegap.png) center center no-repeat;
}

#organizegaps .word .content_correct {
    background: url(./../../../imgs/2/widget_drag/box_correct_organizegap.png) center center no-repeat;
}

#organizegaps .word .content_wrong {
    background: url(./../../../imgs/2/widget_drag/box_wrong_organizegap.png) center center no-repeat;
}

#organizegaps .word .label {
    color: #fff;
    width: 197px;
    font-family: "VAGRoundedLight";;
    font-size: 18px;
    padding-left: 5px;
    text-align: center;
    vertical-align: center;
}

#organizegaps .word .iconZoomBox {
    position: absolute;
    background: url("../../../imgs/2/base/icon_zoom.png") no-repeat;
    width:28px;
    height:30px;
    left:182px;
    /*top:40px;*/
    margin-top: -18px;
    z-index: 1;
    cursor:pointer;

    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
}

#organizegaps .word .btnSoundDrag {
    float: left;
    margin-top: 7px;
    height: 25px;
    width: 27px;
}

#organizegaps .gapbox {
    position: absolute;
    width: 207px;
    height: 400px;
}

#organizegaps .gapbox .label {
    position: absolute;
    width: 178px;
    height: auto;
    color: #734267;
    font-family: "VAGRoundedBold";;
    font-size: 16px;
    padding-top: 32px;
    padding-right: 10px;
    padding-left: 14px;
    text-align: center;
}

#organizegaps .gapbox .iconZoomGap {
    position: absolute;
    background: url("../../../imgs/2/base/icon_zoom.png") no-repeat;
    width:28px;
    height:30px;
    left:180px;
    top: 5px;
    z-index: 1;
    cursor:pointer;

    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
}

#organizegaps .gapbox .plus {
    position: absolute;
    margin-left: 5px;
}

#organizegaps .gapbox .plus .subtitle {
    position: absolute;
    width: 178px;
    height: auto;
    color: #734267;
    font-family: "VAGRoundedLight";;
    font-size: 16px;
    padding-top: 32px;
    padding-right: 10px;
    padding-left: 14px;
    text-align: center;

    /* float: left;
    width: 178px;
    color: #fff;
    font-family: "VAGRoundedLight";;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 8px;
    text-align: center;
    background-color: #005500; */
}

#organizegaps .gapbox .bg {
    position: absolute;
    width: 207px;
    height: 403px;
    background: url(./../../../imgs/2/widget_drag/box_drag_organizegap.png) 0 0 no-repeat;
}

#organizegaps .gapbox .box {
    width: 207px;
    height: 350px;
}

#organizegaps .buttonSoundPlay {
    float: left;
    margin-top: 14px;
    margin-right: 3px;
}

#organizegaps .soundless {
    float: left;
}

#organizegaps .optionHint { 
    position: absolute;
    width: 500px;
    height: 26px;
}

#organizegaps .optionHint .arrowGreen { 
    float: left;
    background: url(./../../imgs/widget_new/arrow_green.png) 0 0 no-repeat;
    width: 11px;
    height: 27px;
}

#organizegaps .optionHint .arrowRed {
    float: left;
    background: url(./../../imgs/widget_new/arrow_red.png) 0 0 no-repeat;
    width: 11px;
    height: 27px;
}

#organizegaps .optionHint .labelGreen { 
    float: left;
    border-top: solid #fff 2px;
    border-right: solid #fff 2px;
    border-bottom: solid #fff 2px;
    background-color: #3c8b49;
    width: 12px;
    height: 23px;
}

#organizegaps .optionHint .labelRed { 
    float: left;
    border-top: solid #fff 2px;
    border-right: solid #fff 2px;
    border-bottom: solid #fff 2px;
    background-color: #c31b1b;
    /*width: 12px;*/
    height: 19px;

    color: #fff;
    max-width: 580px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    z-index: 10;
}

#organizegaps .legend {
    position: absolute;
    white-space: nowrap;
    top: 658px;
    right: 33px;
    text-align: right;
}

#organizegaps .legend .correct {
    float: left;
    width: 34px;
    height: 35px;
    background: url(./../../../imgs/2/base/icon_correct.png) 0 0 no-repeat;
    margin-right: 5px;
}

#organizegaps .legend .wrong {
    float: left;
    width: 34px;
    height: 35px;
    background: url(./../../../imgs/2/base/icon_wrong.png) 0 0 no-repeat;
    margin-right: 5px;
}

#organizegaps .legend .label {
    float: left;
    color: #de3974;
    font-family: "VAGRoundedBold";
    font-size: 17px;
    margin-right: 15px;
    margin-top: 9px;
}

#organizegaps .button {
    position: absolute;
    top: 654px;
    left: 400px;
    width: 219px;
    height: 45px;
    cursor: pointer;
    background: url(./../../../imgs/2/base/button_accept.png) 0 0 no-repeat;
    color: #fff;
    font-family: "VAGRoundedBold";
    font-size: 24px;
    padding-top: 9px;
    text-align: center;
}