#QuizWrapper {
 width: 470px;
}

/* quiz header */
#QuizHeader {
 height: 75px;
 position: relative;
}
* html #QuizHeader {
 height: 58px;
}
#QuizHeader h2, #QuizHeader p, #QuizHeader span {
 margin: 0;
 padding: 0;
 position: absolute;
}
#QuizHeader h2 {
 color: #fff;
}
#QuizHeader p {
 font-size: 70%;
}
#QuizHeaderBar {
 background: #93af57;
 height: 52px;
 position: relative;
}

/*
 IE has a bug that makes this fix sometimes necessary, sometimes not,
 depending on the width of the title bar. Your mileage will vary...

* html #QuizHeaderBar {
 margin-right: -1px;
}*/ 


#QuizHeaderTextLine1 {
 font-size: 140%;
 left: 12px;
 top: 4px;
 width: 247px;
}
#QuizHeaderTextLine2 {
 left: 12px;
 top: 28px;
 width: 160px;
}
#QuizHeaderSponsor {
 right: 182px;
 top: 8px;
 font-size:10pt;
}
#QuizHeaderSponsorText {
 color: #fff;
 top: 12px;
 width: 81px;

}
#QuizHeaderSponsorText a {
 color: #fff;
}
#QuizHeaderSponsorImage {
 left: 81px;
}
#QuizHeaderDisclaimer {
 top: 55px;
}
#QuizHeaderTLCorner, #QuizHeaderTRCorner, #QuizHeaderBLCorner, #QuizHeaderBRCorner {
 height: 3px;
 position: absolute;
 width: 3px;
}
#QuizHeaderTLCorner {
 background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/header-top-left-corner.gif") 0 0 no-repeat; 
}
#QuizHeaderTRCorner {
 background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/header-top-right-corner.gif") 0 0 no-repeat;
 right: 0;
}
#QuizHeaderBLCorner {
 background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/header-bottom-left-corner.gif") 0 0 no-repeat;
 top: 49px;
}
#QuizHeaderBRCorner {
 background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/header-bottom-right-corner.gif") 0 0 no-repeat;
 top: 49px;
 right: 0;
}

/* quiz body */
#QuizBody {
 clear: both;
 
}
#QuizBody ol {
 list-style-type: none;
 margin: 0;
 padding: 0 0 0 10px;
}
#QuizBody li {
 background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/dots.gif") 0 0 repeat-x;
 padding: 10px 0 10px 0; 
 width: 396px;
}
#QuizBody h3 {
 font-size: 90%;
 margin: 0 0 3px 37px;
}
#QuizBody p {
 font-size: 90%;
 margin: 0 0 0 35px;
}
#QuizQuestion1 div { background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/1.gif") 0 0 no-repeat; } 
#QuizQuestion2 div { background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/2.gif") 0 0 no-repeat; } 
#QuizQuestion3 div { background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/3.gif") 0 0 no-repeat; } 
#QuizQuestion4 div { background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/4.gif") 0 0 no-repeat; } 
#QuizQuestion5 div { background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/5.gif") 0 0 no-repeat; } 
#QuizQuestion6 div { background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/6.gif") 0 0 no-repeat; } 

#QuizSubmit {
 margin: 15px 0 25px 0;
 text-align:center;
}

/* quiz footer */
#QuizFooter ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#QuizFooter ul li {
 float: left;
 height: 20px;
}
#QuizFooter ul li a {
 text-decoration: underline;
}
#QuizFootFunction1 {
 background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/PrintIcon.gif") 0 0 no-repeat;
 padding: 0 18px 0 40px;
}
#QuizFootFunction2 {
 background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/EmailIcon.gif") 0 0 no-repeat;
 padding: 0 18px 0 23px;
}
#QuizFootFunction3 {
 background: url("http://a1977.g.akamai.net/f/1977/1448/1d/webmd.download.akamai.com/1448/Quaker/Quiz/images/MoreToolsIcon.gif") 0 0 no-repeat;
 padding: 0 18px 0 27px;
}
#QuizCopyRight {
 clear: both;
 padding: 25px 0 0 0;
}
* html #QuizCopyRight {
 padding-top: 10px;
}



