#organizephrase {
    position: relative;
    width: 1024px;
    height: 768px;
}

#organizephrase .container {
    width: 640px;
    height: 100%;
}

#organizephrase .image {
    position: absolute;
    top: 101px;
    left: 712px;
    width: 300px;
    height: 600px;
    overflow: hidden;
}

#organizephrase .credit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    background-color: rgba(0, 0, 0, 0.2);
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    bottom: 0px;
    right: 0px;
    margin-right: 5px;
    margin-bottom: 90px;
    height: auto;
    max-width: 460px;
    padding: 5px;
    line-height: 12px;
    z-index: 2;
    
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#organizephrase .title {
    position: absolute;
    top: 103px;
    left: 80px;
    max-width: 850px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 23px;
    font-weight: 600;
}

#organizephrase .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;
}

#organizephrase .read {
    position: absolute;
    top: 101px;
    width: 29px;
    height: 30px;
    cursor: pointer;
    background: url(./../../imgs/widget_new/button_read.png) 0 0 no-repeat;
}


#organizephrase .questionGroup {
    position: absolute;
    top: 225px;
    left: 80px;
    width: 680px;
    height: 385px;
}

#organizephrase .question {
    position: relative;
    display: inline-block;
    width: 670px;
    height: auto;
    vertical-align: top;
    margin-bottom: 15px;
}

#organizephrase .bullet {
   float: left;
    width: 22px;
    height: auto;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 17px;
}

#organizephrase .buttonSoundPlay {
    float: left;
    margin-top: 2px;
    margin-right: 8px;
}

#organizephrase .soundless {
    float: left;
    width: 0px;
    height: 27px;
    margin-right: 8px;
}

#organizephrase .sentence{
    float: left;
    width: 600px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 17px;
    font-weight: 0;
}

#organizephrase .simpleText,
#organizephrase .optionGroup,
#organizephrase .option{
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

#organizephrase .option{
    cursor: pointer;
    background-color: #324b58;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    margin-right: 2px;
    left:0px;
    position:absolute;
}

#organizephrase .sentence .optionSelect{
    border: solid #fff 2px;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 1px;
}

#organizephrase .optionCorrect{
    background: url("./../../imgs/widget_new/hint_small_green.png") 0 0 no-repeat;
    position:absolute;
    width:25px;
    height:29px;
    left:655px;
}

#organizephrase .optionWrong{
    background: url("./../../imgs/widget_new/hint_small_red.png") 0 0 no-repeat;
    position:absolute;
    width:25px;
    height:29px;
    left:655px;
}

#organizephrase .optionHint { 
    position: absolute;
    width: 600px;
    left: 70px;
}

#organizephrase .arrow { 
    position: absolute;
    float: left;
     
    background: url(./../../imgs/widget_new/arrow_green_up_long.png) 0 0 no-repeat;
    width: 27px;
    height: 14px;
}

#organizephrase .optionHint .label { 
    
    float: left;
    border-left: solid #fff 2px;
    border-top: solid #fff 2px;
    border-right: solid #fff 2px;
    border-bottom: solid #fff 2px;
    margin-left: -20px;
    background-color: #3c8b49;
    max-width: 580px;
    left:40px;
    height: auto;
    margin-top: 9px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    z-index: 0;
}

#organizephrase .legend {
    position: absolute;
    white-space: nowrap;
    top: 667px;
    left: 0;
    text-align: right;
}

#organizephrase .legend .correct {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #3b8b49;
    margin-right: 10px;
}

#organizephrase .legend .wrong {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #c31b1b;
    margin-right: 10px;
}

#organizephrase .legend .label {
    float: left;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: 100;
    margin-right: 25px;
}

#organizephrase .button {
    position: absolute;
    top: 655px;
    left: 455px;
    width: 214px;
    height: 48px;
    cursor: auto;
    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;
}







