#organizewords {
    position: relative;
    width: 1024px;
    height: 768px;
}

#organizewords .container {
    width: 100%;
    height: 100%;
}

#organizewords .title {
    position: absolute;
    top: 98px;
    left: 92px;
    max-width: 850px;
    color: #734267;
    font-family: "VAGRoundedBold";
    font-size: 24px;
}

#organizewords .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;
}

#organizewords .description {
    position: absolute;
    top: 134px;
    left: 51px;
    max-width: 850px;
    color: #734267;
    font-family: "VAGRoundedLight";
    font-size: 19px;
    line-height: 25px;
    text-align: justify;
}

#organizewords .wordGroup {
    position: absolute;
    top: 230px;
    left: 26px;
    width: auto;
    height: 50px;
    z-index: 13;
}

#organizewords .gapsGroup {
    position: absolute;
    top: 360px;
    left: 52px;
    width: 990px;
    height: 300px;
    z-index: 12;
}

#organizewords .word {
    /*float: left;*/
    position: absolute;
    background: url(./../../../imgs/2/widget_drag/box_normal_organizewords.png) 0 0 no-repeat;
    width: 174px;
    height: 124px;
    /* margin-right: 0px;
    padding-right: 5px;
    padding-left: 5px; */
    text-align: center;
    cursor: pointer;
}

#organizewords .word_bg_correct {
    background: url(./../../../imgs/2/widget_drag/box_correct_organizewords.png) 0 0 no-repeat;
}

#organizewords .word_bg_wrong {
    background: url(./../../../imgs/2/widget_drag/box_wrong_organizewords.png) 0 0 no-repeat;
}

#organizewords .word .label {
    float: left;
    width: 154px;
    color: #fff;
    font-family: "VAGRoundedLight";
    font-size: 19px;
    margin-top: 11px;
    margin-left: 10px;
    text-align: center;
}

#organizewords .gapbox {
    position: absolute;
    width: 173px;
    height: 284px;
    margin-right: 8px;
    margin-top: -3px;
    background: url(./../../../imgs/2/widget_drag/box_drag_organizewords.png) 0 0 no-repeat;
}

#organizewords .gapbox .label {
    position: absolute;
    width: 145px;
    height: auto;
    color: #734267;
    font-family: "VAGRoundedBold";
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-top: 17px;
    margin-left: 5px;
}

#organizewords .gapbox .box {
    position: absolute;
    float: left;
    width: 173px;
    height: 290px;
    margin-right: 8px;
    margin-top: 8px;
}

#organizewords .buttonSoundPlay {
    float: left;
    margin-top: 11px;
    margin-right: 3px;
}

#organizewords .soundless {
    float: left;
}

#organizewords .optionHint { 
    position: absolute;
    width: auto;
    /* min-width: 160px; */
    height: 23px;
    /*top: 220px;*/
    left: 0px;
}

#organizewords .optionHint .arrowGreen { 
    background: url(./../../imgs/widget_new/arrow_green_up.png) 0 0 no-repeat;
    width: 26px;
    height: 11px;
}

#organizewords .optionHint .arrowRed {
    position: absolute;
    left: 0;
    background: url(./../../imgs/widget_new/arrow_red_up.png) 0 0 no-repeat;
    width: 26px;
    height: 11px;
    z-index: 16;
}

#organizewords .optionHint .labelGreen { 
    float: left;
    border-left: solid #fff 2px;
    border-right: solid #fff 2px;
    border-bottom: solid #fff 2px;
    background-color: #3c8b49;
    width: 8px;
    height: 8px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
}

#organizewords .optionHint .labelRed { 
    position: absolute;
    top: 9px;
    border-radius: 10px 10px 10px 10px;
   /*  border-top: solid #fff 2px;
   border-left: solid #fff 2px;
   border-right: solid #fff 2px;
   border-bottom: solid #fff 2px; */
    background-color: #3c8b49;
    width: auto;
    height: auto;
    padding: 10px;

    color: #fff;
    font-family: "VAGRoundedLight";
    font-size: 17px;
    font-weight: 100;
    text-align: center;

    z-index: 12;
}

#organizewords .legend {
    position: absolute;
    white-space: nowrap;
    top: 658px;
    right: 33px;
    text-align: right;
}

#organizewords .legend .correct {
    float: left;
    width: 34px;
    height: 35px;
    background: url(./../../../imgs/2/base/icon_correct.png) 0 0 no-repeat;
    margin-right: 5px;
}

#organizewords .legend .wrong {
    float: left;
    width: 34px;
    height: 35px;
    background: url(./../../../imgs/2/base/icon_wrong.png) 0 0 no-repeat;
    margin-right: 5px;
}

#organizewords .legend .label {
    float: left;
    color: #de3974;
    font-family: "VAGRoundedBold";
    font-size: 17px;
    margin-right: 15px;
    margin-top: 9px;
}

#organizewords .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;
}