.testGroup{
    position: absolute;
    width: 910px;
    height: 478px;
    
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
    
    top: 135px;
    left: 80px;
}

.testIntro{
    margin-bottom: 25px;
    font-weight: 0;
}

.testQuestion{
    margin-bottom: 40px;
	font-size: 19px;
    /*font-weight: bold;*/
}

.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/widget_test/bgCaptionCheck.png) center center no-repeat;
}

.testAnswer .testSelect {
	display: none;
	position: absolute;
	width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(./../../imgs/widget_test/captionThumbnailHolder.png) center center no-repeat;
}

.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-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 29px;
	color: #636975;
	text-align: center;
	margin: 40px;
}

.testOverlayerOk{
	width: 145px;
    height: 43px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    background: url(./../../imgs/widget_test/buttonOk.png) center center no-repeat;
}

.testPage {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 23px;
    color: #FFF;
    
	position: absolute;
    width: 73px;
    height: 41px;
    bottom: 85px;
    left: 477px;
    text-align: center;
    padding-top: 19px;
    background: url(./../../imgs/widget_test/bgPages.png) center center no-repeat;
}

.testMedia {
    position: relative;
}

.testMedia img {

}

.testMediaIcon {
	position: absolute;
	background: url("../../imgs/widget_test/iconVideo.png") top left no-repeat;
	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;
}