#organizeimage {
    position: relative;
    width: 1024px;
    height: 768px;
}

#organizeimage .container {
    width: 100%;
    height: 100%;
}

#organizeimage .title {
    position: absolute;
    top: 98px;
    left: 92px;
    max-width: 850px;
    color: #734267;
    font-family: "VAGRoundedBold";
    font-size: 24px;
}

#organizeimage .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;
}

#organizeimage .description {
    position: absolute;
    top: 134px;
    left: 51px;
    max-width: 850px;
    color: #734267;
    font-family: "VAGRoundedLight";
    font-size: 19px;
    line-height: 25px;
    text-align: justify;
}

#organizeimage .wordGroup {
    position: absolute;
    top: 228px;
    left: 22px;
    width: 980px;
    height: 50px;
    z-index: 13;
}

#organizeimage .gapsGroup {
    position: absolute;
    top: 353px;
    left: 22px;
    width: 980px;
    height: 50px;
    z-index: 12;
}

#organizeimage .word {
    position: absolute;
    /*top: 16px;*/
    left: 24px;
    width: 110px;
    height: 94px;
    border: 4px solid #fff;
    margin-top: 7px;
    cursor: pointer;
}

#organizeimage .word .image {
    width: 110px;
    height: 94px;
}

#organizeimage .word .iconZoom {
    position: absolute;
    bottom: 0;
    right: 0;
}

#organizeimage .gapbox {
    position: absolute;
    width: 166px;
    height: 284px;
    background: url(./../../../imgs/2/widget_drag/box_drag_organizeimage.png) 0 0 no-repeat;
}

#organizeimage .option {
    position: absolute;
    /*background: url(./../../../imgs/2/widget_drag/box_normal_organizeimage.png) 0 0 no-repeat;*/
    width: 165px;
    /*height: 115px;*/
    cursor: pointer;
}

#organizeimage .option .iconZoomBox {
    position: absolute;
    background: url("../../../imgs/2/base/icon_zoom.png") no-repeat;
    width:28px;
    height:30px;
    left:138px;
    margin-top: -17px;
    z-index: 1;
    cursor:pointer;

    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
}

#organizeimage .option .top,
#organizeimage .option .top_correct,
#organizeimage .option .top_wrong,
#organizeimage .option .bottom,
#organizeimage .option .bottom_correct,
#organizeimage .option .bottom_wrong {
    width: 165px;
    height: 10px;
}

#organizeimage .option .top {
    background: url(./../../../imgs/2/widget_drag/box_normal_organizeimage.png) top center no-repeat;
}

#organizeimage .option .top_correct {
    background: url(./../../../imgs/2/widget_drag/box_correct_organizeimage.png) top center no-repeat;
}

#organizeimage .option .top_wrong {
    background: url(./../../../imgs/2/widget_drag/box_wrong_organizeimage.png) top center no-repeat;
}

#organizeimage .option .bottom {
    background: url(./../../../imgs/2/widget_drag/box_normal_organizeimage.png) bottom center no-repeat;
}

#organizeimage .option .bottom_correct {
    background: url(./../../../imgs/2/widget_drag/box_correct_organizeimage.png) bottom center no-repeat;
}

#organizeimage .option .bottom_wrong {
    background: url(./../../../imgs/2/widget_drag/box_wrong_organizeimage.png) bottom center no-repeat;
}



#organizeimage .option .content,
#organizeimage .option .content_correct,
#organizeimage .option .content_wrong {
    width: 165px;
    padding-bottom: 5px;
}

#organizeimage .option .content {
    background: url(./../../../imgs/2/widget_drag/box_normal_organizeimage.png) center center no-repeat;
}

#organizeimage .option .content_correct {
    background: url(./../../../imgs/2/widget_drag/box_correct_organizeimage.png) center center no-repeat;
}

#organizeimage .option .content_wrong {
    background: url(./../../../imgs/2/widget_drag/box_wrong_organizeimage.png) center center no-repeat;
}



/*#organizeimage .option_box_correct {
    background: url(./../../../imgs/2/widget_drag/box_correct_organizeimage.png) 0 0 no-repeat;
}

#organizeimage .option_box_wrong {
    background: url(./../../../imgs/2/widget_drag/box_wrong_organizeimage.png) 0 0 no-repeat;
}*/

#organizeimage .contentImg {
    position: absolute;
    width: 150px;
    height: 310px;
    padding-left: 9px;
}

#organizeimage .labelbox {
    max-width: 138px;
    color: #734267;
    font-family: "VAGRoundedBold";
    font-size: 18px;
    padding-top: 13px;
    text-align: center;
}

#organizeimage .desc {
    width: 140px;
    color: #fff;
    font-family: "VAGRoundedLight";
    font-size: 17px;
    /*margin-top: 10px;*/
    padding-top: 5px;
    margin-left: 10px;
}

#organizeimage .box {
    position: absolute;
    top:0;
    width: 163px;
    height: 305px;
}

#organizeimage .buttonSoundPlay {
    float: left;
    margin-top: 10px;
    margin-right: 3px;
    margin-left: 5px;
}

#organizeimage .soundless {
    float: left;
}

#organizeimage .optionHint { 
    position: absolute;
    width: auto;
    height: 23px;
    /*top: 290px;*/
    top: -90px;
    left: 0px;
}

#organizeimage .optionHint .arrowGreen { 
    float: left;
    background: url(./../../imgs/widget_new/arrow_green_down.png) 0 0 no-repeat;
    width: 27px;
    height: 11px;
}

#organizeimage .optionHint .arrowRed {
    position: absolute;
    left: 0;
    background: url(./../../imgs/widget_new/arrow_red_down.png) 0 0 no-repeat;
    width: 26px;
    height: 11px;
    z-index: 16;

}

#organizeimage .optionHint .labelGreen { 
    border-left: solid #fff 2px;
    border-right: solid #fff 2px;
    border-top: solid #fff 2px;
    background-color: #3c8b49;
    width: 9px;
    height: 8px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    clear: both;
}

#organizeimage .optionHint .labelRed { 
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    background-color: #3c8b49;
    min-width: 120px;
    height: auto;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;

    color: #fff;
    font-family: "VAGRoundedLight";
    font-size: 17px;
    font-weight: 100;
    text-align: center;

    z-index: 12;
}

#organizeimage .legend {
    position: absolute;
    white-space: nowrap;
    top: 658px;
    right: 33px;
    text-align: right;
}

#organizeimage .legend .correct {
    float: left;
    width: 34px;
    height: 35px;
    background: url(./../../../imgs/2/base/icon_correct.png) 0 0 no-repeat;
    margin-right: 5px;
}

#organizeimage .legend .wrong {
    float: left;
    width: 34px;
    height: 35px;
    background: url(./../../../imgs/2/base/icon_wrong.png) 0 0 no-repeat;
    margin-right: 5px;
}

#organizeimage .legend .label {
    float: left;
    color: #de3974;
    font-family: "VAGRoundedBold";
    font-size: 17px;
    margin-right: 15px;
    margin-top: 9px;
}

#organizeimage .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;
}