.testGroup {
    position: absolute;
    width: 910px;
    height: 478px;
    font-size: 1.9em;
    line-height: 26px;
    color: #7b2274;
    top: 135px;
    left: 80px;
}
.testIntro {
    margin-bottom: 25px;
    font-weight: 0;
}
.testQuestion {
    margin-bottom: 40px;
}
.testAnswer {
    margin-bottom: 40px;
    font-weight: 0;
}
.testAnswer li {
    display: block;
}
.testAnswer .checkCaption {
    width: 48px;
    display: none;
}
.testAnswer label {
    position: absolute;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(./../../../imgs/telaris/option_bg.png) center center no-repeat;
    background-size: 100% 100%;
}
.testAnswer .testSelect {
    display: none;
    position: absolute;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(./../../../imgs/telaris/option_check.png) center center no-repeat;
    background-size: 100% 100%;
}
.testAnswer .testText {
    margin-left: 50px;
}
.testOverlayer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(68, 103, 123, .8);
}
.testOverlayerBox {
    position: absolute;
    width: 460px;
    height: 180px;
    left: 50%;
    top: 50%;
    margin-left: -230px;
    margin-top: -90px;
    z-index: 2;
    background-color: #f6faff;
    opacity: .9;
    text-align: center;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.testOverlayerText {
    font-size: 2.9em;
    color: #636975;
    text-align: center;
    margin: 40px;
}
.testOverlayerOk {
    width: 145px;
    height: 43px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    background: url(./../../../imgs/telaris/widget_test/buttonOk.png) center center no-repeat;
}
.testPage {
    font-size: 2.3em;
    color: #FFF;
    position: absolute;
    width: 73px;
    height: 41px;
    bottom: 85px;
    left: 477px;
    text-align: center;
    padding-top: 19px;
    background: url(./../../../imgs/telaris/bgPages.png) center center no-repeat;
}
.testMedia {
    position: relative;
}
.testMedia img {} .testMediaIcon {
    position: absolute;
    width: 68px;
    height: 67px;
    top: 0;
    left: 0;
}
.testCredit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    font: 13px"Verdana", Helvetica, Arial, sans-serif;
    height: auto;
    max-width: 600px;
    bottom: 20px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;

    -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);
}
.testMedia a {
    text-decoration: none;
}
.testMedia a:hover {
    text-decoration: none;
}
.testMedia a:visited {
    text-decoration: none;
}