#organizeimage {
    position: relative;
    width: 1024px;
    height: 768px;
}

#organizeimage .container {
    width: 100%;
    height: 100%;
}

#organizeimage .title {
    position: absolute;
    top: 103px;
    left: 80px;
    max-width: 850px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 23px;
    font-weight: 600;
}

#organizeimage .read {
    position: absolute;
    top: 101px;
    width: 29px;
    height: 30px;
    cursor: pointer;
    background: url(./../../imgs/widget_new/button_read.png) 0 0 no-repeat;
}

#organizeimage .description {
    position: absolute;
    top: 151px;
    left: 80px;
    max-width: 850px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}

#organizeimage .wordGroup {
    position: absolute;
    top: 228px;
    left: 22px;
    width: 980px;
    height: 50px;
    z-index: 13;
}

#organizeimage .gapsGroup {
    position: absolute;
    top: 350px;
    left: 22px;
    width: 980px;
    height: 50px;
    z-index: 12;
}

#organizeimage .word {
    position: absolute;
    /*top: 16px;*/
    left: 16px;
    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: 150px;
    height: 290px;
    margin-right: 8px;
    padding-left: 7px;
    background: url(./../../imgs/widget_new/box_organizeimages_drag.png) 0 0 no-repeat;
}

#organizeimage .option {
    position: absolute;
    max-width: 135px;
    height: auto;
    cursor: pointer;
    background-color: rgba(36,55,65,.65);
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

#organizeimage .content {
    position: absolute;
    width: 150px;
    height: 310px;
    padding-left: 5px;
}

#organizeimage .label {
    max-width: 138px;
    height: 35px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight: 500;
    padding-top: 7px;
    text-align: center;
}

#organizeimage .desc {
    max-width: 136px;
    height: auto;
    color: #fff;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 14px;
    font-weight: 100;
    padding-top: 4px;
    padding-bottom: 6px;
}

#organizeimage .box {
    position: absolute;
    top:0;
    width: 135px;
    height: 305px;
}

#organizeimage .buttonSoundPlay {
    float: left;
    margin-top: 7px;
    margin-right: 3px;
}

#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-top: solid #fff 2px;
    border-left: solid #fff 2px;
    border-right: solid #fff 2px;
    border-bottom: solid #fff 2px;
    background-color: #c31b1b;
    min-width: 120px;
    height: auto;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;

    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight: bold;
    text-align: center;

    z-index: 12;
}

#organizeimage .legend {
    float: right;
    white-space: nowrap;
    margin-top: 667px;
    margin-right: 278px;
    text-align: right;
}

#organizeimage .legend .correct {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #3b8b49;
    margin-right: 10px;
}

#organizeimage .legend .wrong {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #c31b1b;
    margin-right: 10px;
}

#organizeimage .legend .label {
    float: left;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: 100;
    margin-right: 25px;
}

#organizeimage .button {
    position: absolute;
    top: 655px;
    left: 763px;
    width: 214px;
    height: 48px;
    cursor: pointer;
    background: url(./../../imgs/widget_new/button_null.png) 0 0 no-repeat;
    color: #44667b;
    font-family: "Trebuchet MS";
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}