#identifytruefalse {
    position: relative;
    width: 1024px;
    height: 768px;
}

#identifytruefalse .container {
    width: 640px;
    height: 100%;
}

#identifytruefalse .image {
    position: absolute;
    top: 101px;
    left: 712px;
    width: 300px;
    height: 600px;
    overflow: hidden;
    z-index: 20px;
}

#identifytruefalse img {
    width: 300px;
    height: 600px;
}

#identifytruefalse .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);
}

#identifytruefalse .title {
    position: absolute;
    top: 103px;
    left: 80px;
    max-width: 850px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 23px;
    font-weight: 600;
}

#identifytruefalse .read {
    position: absolute;
    top: 101px;
    width: 29px;
    height: 30px;
    cursor: pointer;
    background: url(./../../imgs/widget_new/button_read.png) 0 0 no-repeat;
}

#identifytruefalse .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;
}

#identifytruefalse .questionGroup {
    position: absolute;
    top: 225px;
    left: 80px;
    width: 650px;
    height: 385px;
}

#identifytruefalse .question {
    position: relative;
    display: inline-block;
    width: 670px;
    height: auto;
    vertical-align: top;
    margin-bottom: 15px;
}

#identifytruefalse .bullet {
    float: left;
    width: 22px;
    height: auto;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 17px;
}

#identifytruefalse .buttonSoundPlay {
    float: left;
    margin-top: 2px;
    margin-right: 8px;
}

#identifytruefalse .soundless {
    float: left;
    width: 0px;
    height: 27px;
    margin-right: 8px;
}

#identifytruefalse .sentence{
    float: left;
    width: 600px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 17px;
    font-weight: 0;
}

#identifytruefalse .simpleText,
#identifytruefalse .optionGroup,
#identifytruefalse .option{
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

#identifytruefalse .option{
    cursor: pointer;
    background-color: #324b58;
    padding-left: 5px;
    padding-right: 5px;
}

#identifytruefalse .optionSelect{
    border: solid #fff 2px;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 1px;
}

#identifytruefalse .optionCorrect{
    background-color: #3c8b49;
}

#identifytruefalse .optionWrong{
    background-color: #db1717;
}

#identifytruefalse .optionHint { 
    position: relative;
    display: inline-block;
    width: 95%;
    min-height: 21px;
    margin-top: 5px;
    margin-bottom: 10px;
    clear: both;
}

#identifytruefalse .optionHint .arrow { 
    position: absolute;
    left: 20px;
    background: url(./../../imgs/widget_new/arrow_green_up.png) 0 0 no-repeat;
    width: 100%;
    height: 11px;
    z-index: 13;
}

#identifytruefalse .optionHint .label { 
    position: absolute;
    top: 9px;
    border: solid #fff 2px;
    background-color: #3c8b49;
    width: auto;
    max-width: 780px;
    min-height: 21px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    z-index: 12;
}

#identifytruefalse .legend {
    position: absolute;
    white-space: nowrap;
    top: 667px;
    left: 0;
    text-align: right;
}

#identifytruefalse .legend .correct {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #3b8b49;
    margin-right: 10px;
}

#identifytruefalse .legend .wrong {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #c31b1b;
    margin-right: 10px;
}

#identifytruefalse .legend .label {
    float: left;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: 100;
    margin-right: 25px;
}

#identifytruefalse .button {
    position: absolute;
    top: 655px;
    left: 455px;
    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;
    z-index: 40px;
}







