#identifywords {
    position: relative;
    width: 1024px;
    height: 768px;
}

#identifywords .container {
    width: 640px;
    height: 100%;
}

#identifywords .image {
    position: absolute;
    top: 101px;
    left: 697px;
    width: 262px;
    height: 523px;
    border: 5px solid;
    border-color: #FFFFFF;
    overflow: hidden;
}

#identifywords .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: 40px;
    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);
}

#identifywords .title {
    position: absolute;
    top: 98px;
    left: 92px;
    max-width: 850px;
    color: #734267;
    font-family: "VAGRoundedBold";
    font-size: 24px;
}

#identifywords .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;
}

#identifywords .description {
    position: absolute;
    top: 134px;
    left: 51px;
    max-width: 850px;
    color: #734267;
    font-family: "VAGRoundedLight";
    font-size: 19px;
    line-height: 25px;
    text-align: justify;
}

#identifywords .questionGroup {
    position: absolute;
    top: 225px;
    left: 50px;
    width: 610px;
    height: 315px;
}

#identifywords .question {
    position: relative;
    display: inline-block;
    width: 630px;
    height: auto;
    vertical-align: top;
    margin-bottom: 15px;
}

#identifywords .bullet {
    float: left;
    width: 22px;
    height: auto;
    color: #734267;
    font-family: "VAGRoundedLight";
    font-size: 19px;
}

#identifywords .buttonSoundPlay {
    float: left;
    margin-top: -2px;
    margin-right: 8px;
}

#identifywords .soundless {
    float: left;
    width: 0px;
    height: 27px;
    margin-right: 8px;
}

#identifywords .sentence{
    float: left;
    width: 500px;
    color: #734267;
    font-family: "VAGRoundedLight";
    font-size: 18px;
}

#identifywords .simpleText,
#identifywords .optionGroup,
#identifywords .option{
    float: left;
    display: inline-block;
    height: 20px;
    padding: 3px;
}

#identifywords .option{
    cursor: pointer;
    padding: 3px;
    /*padding-bottom: 2px;*/
}

#identifywords .optionSelect{
    /*border: solid #fff 1px;*/
    background-color: #fff;
    /*padding: 0px;*/
}

#identifywords .optionCorrect{
    background-color: #3c8b49;
    color: #fff;
}

#identifywords .optionWrong{
    background-color: #db1717;
    color: #fff;
}

#identifywords .optionHint { 
    position: absolute;
    width: 200px;
    height: 23px;
}

#identifywords .arrow { 
    position: absolute;
    float: left;
    
    background: url(./../../imgs/widget_new/arrow_green_up_long.png) 0 0 no-repeat;
    width: 27px;
    height: 14px;
}

#identifywords .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;
    width: 160px;
    left:40px;
    height: auto;
    margin-top: 9px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    z-index: 0;
}

#identifywords .legend {
    position: absolute;
    white-space: nowrap;
    top: 658px;
    right: 33px;
    text-align: right;
}

#identifywords .legend .correct {
    float: left;
    width: 34px;
    height: 35px;
    background: url(./../../../imgs/2/base/icon_correct.png) 0 0 no-repeat;
    margin-right: 5px;
}

#identifywords .legend .wrong {
    float: left;
    width: 34px;
    height: 35px;
    background: url(./../../../imgs/2/base/icon_wrong.png) 0 0 no-repeat;
    margin-right: 5px;
}

#identifywords .legend .label {
    float: left;
    color: #de3974;
    font-family: "VAGRoundedBold";
    font-size: 17px;
    margin-right: 15px;
    margin-top: 9px;
}

#identifywords .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;
}