  span.checkbox {
   width: 22px;
   height: 19px;
   padding: 0 5px 0 0;
   background: url(/images/learn2/learn2_quiz_checkbox.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
 }
 span.radio {
   width: 22px;
   height: 19px;
   padding: 0 5px 0 0;
   background: url(radio.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
 }
 span.select {
   position: absolute;
   width: 22px;
   height: 19px;
   padding: 0 24px 0 8px;
   color: #fff;
   font: 12px/21px arial,sans-serif;
   background: url(/images/learn2/learn2_quiz_checkbox.gif) no-repeat;
   overflow: hidden;
 }
 
 .quiz label
 {
	 display:inline-block;
	 height:30px;
	 color:#265b89;
 }
 
 .quiz h1
 {
	 margin:0;
 }
 .red h1, .red h2{
	color: #E91B24
 }
 .blue h1, .blue h2 {
	color: #0000FF;
 }
 .yellow h1, .yellow h2{
	color: #DDD22B
 }
 .green h1, .green h2{
	color: #008000;
 }
 .orange h1, .orange h2 {
	color: #FFA500
 }
.quiz, .result {
	width:716px;
	margin: 40px auto 0;
	position:relative;
	 font-family:serif;
	 color:#265b89;	
}
.quiz .header, .result .header{
	background:transparent url(/images/learn2/bg_quiz_top.gif) no-repeat scroll left top;
	height:20px;
}
.quiz .footer, .result .footer{
	background:transparent url(/images/learn2/bg_quiz_btm.gif) no-repeat scroll left bottom;
	height:20px;
}
.quiz .content, .result .content{
	 font-family:tahoma, verdana, arial, sans-serif;
	background:transparent url(/images/learn2/bg_quiz.gif) repeat-y scroll left top;
	padding:0 240px 20px 30px;
	min-height:140px;
	height:auto !important;
  	height:140px;
}
.quiz .nextquestion
{
	bottom:-4px !important;
	bottom:-5px;
	position:absolute;
	right:-9px;
}
.quiz .lastquestion {
	bottom:-6px !important;
	bottom:-7px;
	position:absolute;
	right:-11px;
}
.quiz div, .result div, .quiz a:link, .quiz a:visited, .quiz a:hover, .result a:link, .result a:visited, .result a:hover
{
	color:#265B89;
}

.quiz .header .section, .result .header .section 
{
	background:transparent url(/images/learn2/section_red.gif) no-repeat scroll 0 0;
	height:223px;
	position:absolute;
	right:23px;
	top:-33px;
	width:210px;
}
.quiz .close, .result .close
{
	background:transparent url(/images/learn2/close_btn.gif) no-repeat scroll left top;
	height:23px;
	position:absolute;
	right:-4px;
	top:-3px;
	width:23px;
}
.result a, .result a:link, .result a:visited
{
	text-decoration:underline;
}
input.styled {margin-left:-15px;visibility:hidden;}
select.styled { position: relative; width: 190px; opacity: 0; filter: alpha(opacity=0); z-index: 5; }
.hidden {display:none;}
.quiz label.checked span {background-position:0 -38px;}
.blue .header .section{	background-image: url(/images/learn2/section_blue.gif) }
.yellow .header .section{ background-image: url(/images/learn2/section_yellow.gif) }
.green .header .section{ background-image: url(/images/learn2/section_green.gif) }
.orange .header .section{ background-image: url(/images/learn2/section_orange.gif) }
