#quiz_shell{
	position:absolute;
	top:-25px;
	left:5px;
	height:280px;
	overflow:hidden;
	width:455px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/quiz/txtwin.jpg');
	z-index:10;
}

html > body #quiz_shell {
	position:absolute;
	top:-25px;
	left:4px;
	height:280px;
	overflow:hidden;
	width:455px;
	margin:0px;
	padding:0px;
	background-image:url(../jpg/quiz/txtwin.jpg);
	background-repeat:no-repeat;
	z-index:10;
}
#quiz_shelloverlay{
	position:absolute;
	top:-25px;
	left:5px;
	height:280px;
	overflow:hidden;
	width:455px;
	margin:0px;
	padding:0px;
	z-index:20;
}

html > body #quiz_shelloverlay{
	position:absolute;
	top:-25px;
	left:5px;
	height:280px;
	overflow:hidden;
	width:455px;
	margin:0px;
	padding:0px;
	z-index:20;
}

#quiz_a{
	width:400px;
	white-space:nowrap;
	line-height:30px;	
}
#quiz_a input{
	margin-right:10px;
	line-height:30px;
	border:0px;
	background:none;
}
#quiz_q{
	
	width:420px;
	display:block;
	white-space:normal;
	margin-top:20px;
	margin-bottom:10px;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	
}
#quiz_t{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	
}
.virtualpage2 input#result{
	height:14px;
	font-size:10px;
	border:0px;
	background-color:#FFFFFF;
	line-height:14px;	
}
.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}
.paginateinfo{
color:000066;
font-size:9px;	
}
.paginationstyle{ /*Style for demo pagination divs*/

text-align: center;
padding: 2px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
	padding: 0 5px;
	font-size:10px;
	text-decoration: none;
	border: 0px;
	color: #000000;
	background-color: #FFFFFF;
}
.paginationstyle a:visited{
	text-decoration:none;
}
.paginationstyle a:link{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration:none;
}
.paginationstyle a:hover{
	color: #FFFFFF;
	background-color: #003366;
	text-decoration:none;
}



.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
