#quizIntro .logo{
    position: absolute;
    top: 130px;
    left: 217px;
    width: 580px;
    height: 200px;
    text-align: center;
}

#quizIntro .logo img{
    max-width: 580px;
    max-height: 200px;
}

#quizIntro .text{
    position: absolute;
    top: 245px;
    left: 93px;
    width: 880px;
    height: 121px;
    
    font-size: 16px;
    line-height: 26px;
}

#quizIntro .buttonPlay {
    background: url(./../../imgs/widget_games/button_play_null.png) 0 0 no-repeat;
    position: absolute;
    width: 300px;
    height: 54px;
    top: 406px;
    left: 367px;
    cursor: pointer;

    color: #44667b;
    font-family: "Trebuchet MS";
    font-size: 34px;
    font-weight: 800;
    padding-top: 14px;
    text-align: center;
}

#quizIntro .buttonRule {
    background: url(./../../imgs/widget_games/button_howtoplay_null.png) 0 0 no-repeat;
    position: absolute;
    width: 214px;
    height: 48px;
    top: 499px;
    left: 408px;
    cursor: pointer;

    color: #44667b;
    font-family: "Trebuchet MS";
    font-size: 24px;
    font-weight: 800;
    padding-top: 10px;
    text-align: center;
}

#quizIntro span, #quizGame span{
    color: #fff;
    font-family: "Trebuchet MS", Helvetica, Arial, _sans;
    font-weight: 0;
}

#quizGame .questions {
    position: absolute;
    width: 730px;
    height: 478px;
    top: 110px;
    left: 86px;
    /*padding-right: 30px;*/

    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
}

#quizGame .intro{
    margin-bottom: 25px;
    font-weight: 0;
}

#quizGame .question{
    margin-bottom: 40px;
    font-size: 19px;
    font-weight: bold;
}

#quizGame .answer{
    margin-bottom: 40px;
    font-weight: 0;
}

#quizGame .answer li{
    display: block;
}

#quizGame .answer .checkCaption {
    width: 48px;
    display: none;
}

#quizGame .answer label {
    position: absolute;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(./../../imgs/widget_test/bgCaptionCheck.png) center center no-repeat;
}

#quizGame .answer .selectOpt {
    display: none;
    position: absolute;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(./../../imgs/widget_test/captionThumbnailHolder.png) center center no-repeat;
}

#quizGame .answer .text {
    margin-left: 50px;
}

#quizGame .panel {
    position: absolute;
    width: 125px;
    height: 560px;
    top: 110px;
    left: 860px;
}

#quizGame .timer {
    position: absolute;
    display: block;
    background: url(./../../imgs/widget_games/box_time.png) 0 0 no-repeat;
    width: 124px;
    height: 86px;
}

#quizGame .timer .icon {
    position: absolute;
    display: block;
    background: url(./../../imgs/widget_games/icon_clock.png) 0 0 no-repeat;
    width: 41px;
    height: 40px;
    left: 41px;
    top: 11px;
}

#quizGame .timer .count {
    position: absolute;
    display: block;
    width: 124px;
    height: 40px;
    top: 52px;
    
    text-align: center;
    
    color: #c4ccd2;
    font-family: "Trebuchet MS", Helvetica, Arial, _sans;
    font-size: 29px;
    font-weight: bold;
    
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    filter: dropshadow(color=#000, offx=1, offy=1);
}

#quizGame .panel .points {
    position: absolute;
    display: block;
    background: url(./../../imgs/widget_games/box_price.png) 0 0 no-repeat;
    width: 124px;
    height: 460px;
    top: 97px;
    padding-top: 16px;
    padding-left: 6px;
}

#quizGame .panel .points .pnt {
    display: block;
    width: 112px;
    height: 27px;

    text-align: center;
    font-size: 19px;
    font-weight: 100;
    padding-top: 2px;
}

#quizGame .panel .points .pntNormal {
    color: #fff;
}

#quizGame .panel .points .pntSelected {
    background: url(./../../imgs/widget_games/box_selected_price.png) left top no-repeat;
    color: #426377;
}

#quizGame .panel .points .pntVisited {
    color: #aa9c71;
}

#quizGame .buttons {
    position: absolute;
    width: 750px;
    height: 60px;
    left: 73px;
    top: 620px;
}

#quizGame .buttonCallFriend {
    background: url(./../../imgs/widget_games/button_call_friend.png) 0 0 no-repeat;
    float: left;
    width: 232px;
    height: 56px;
    margin: 7px;
    cursor: pointer;
}

#quizGame .buttonAskFriend {
    background: url(./../../imgs/widget_games/button_ask.png) 0 0 no-repeat;
    float: left;
    width: 232px;
    height: 56px;
    margin: 7px;
    cursor: pointer;
}

#quizGame .buttonRemoveQuestion {
    background: url(./../../imgs/widget_games/button_remove_question.png) 0 0 no-repeat;
    float: left;
    width: 232px;
    height: 56px;
    margin: 7px;
    cursor: pointer;
}

.avatarCall {
    background: url(./../../imgs/widget_games/avatar.png) 0 0 no-repeat;
    float: left;
    width: 163px;
    height: 160px;
    margin-left: 70px;
}

.answerCall {
    float: right;
    width: 280px;
    height: 180px;
    padding-right: 50px;
    padding-top: 20px;

    font-size: 24px;
}

.answerCall span {
    font-size: 27px;
}

.graphAsk {
    width: 590px;
    height: 240px;
    text-align: center;
}

.barAsk {
    display: inline-block;
    width: 81px;
    height: 240px;
    margin-left: 10px;
    margin-right: 10px;
}

.barAsk .perc {
    width: 81px;
    height: 35px;
    font-size: 30px;
    color: #43667a;
}

.barAsk .bar {
    width: 81px;
    height: 10px;
    
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    
    background-clip: padding-box;
    
    -moz-box-shadow: inset 0 2px 2px rgba(21,22,24,.4);
    -webkit-box-shadow: inset 0 2px 2px rgba(21,22,24,.4);
    -ms-box-shadow: inset 0 2px 2px rgba(21,22,24,.4);
    -o-box-shadow: inset 0 2px 2px rgba(21,22,24,.4);
    box-shadow: inset 0 2px 2px rgba(21,22,24,.4);
}

.barAsk_1 {
    background-color: #af3333;
}

.barAsk_2 {
    background-color: #436579;
}

.barAsk_3 {
    background-color: #537a44;
}

.barAsk_4 {
    background-color: #abad49;
}

.barAsk_5 {
    background-color: #ad8949;
}

.barAsk .letter {
    width: 81px;
    height: 28px;
    color: #43667a;
    font-size: 30px;
    margin-top: 10px;
}



