#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 {
    position: absolute;
    width: 174px;
    height: auto;
    padding-bottom: 10px;
    background: url("./../../../imgs/telaris/organize-option.png") no-repeat;
    background-size: 100% 100%;
    border-bottom: 3px solid #ac6147;
    border-radius: 0px 0px 7px 6px;
    text-align: center;
    cursor: pointer;
}

#organizewords .word_bg_correct, 
#organizewords .word.word_correct {
    background: #3b8b49;
    border-bottom: 3px solid #2D6537;
    border-radius: 7px;
}
#organizewords .word_bg_wrong, 
#organizewords .word.word_wrong  {
    background: #c31b1b;
    border-bottom: 3px solid #8E1616;
    border-radius: 7px;
}
#organizewords .word .label {
    float: left;
    width: 154px;
    color: #fff;
    font-size: 1.6em;
    margin-top: 11px;
    margin-left: 10px;
    text-align: center;
}
#organizewords .gapbox {
    position: absolute;
    width: 173px;
    height: 270px;
    margin-right: 8px;
    background: url(./../../../imgs/telaris/box_drag_organizewords.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
#organizewords .gapbox .label {
    position: absolute;
    width: 145px;
    height: auto;
    color: #000;
    font-size: 1.6em;
    font-weight: 800;
    text-align: center;
    margin-top: 17px;
    margin-left: 10px;
}
#organizewords .gapbox .box {
    position: absolute;
    float: left;
    width: 173px;
    height: 290px;
    margin-right: 8px;
    margin-top: 8px;
}
#organizewords .buttonSoundPlay {
    float: left;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: -12px;
}
#organizewords .optionHint {
    position: absolute;
    width: auto;
    height: 23px;
    left: 0px;
}
#organizewords .optionHint .arrowGreen {
}
#organizewords .optionHint .arrowRed {
}
#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;
    background-color: #3c8b49;
    width: auto;
    height: auto;
    padding: 10px;
    color: #fff;
    font-size: 1.6em;
    font-weight: 100;
    text-align: center;
    z-index: 12;
}