/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body, html {
  font-family: Times, Arial, Helvetica, sans-serif;
  color: #000;
  background: #000; }

div, p, a, ul, li, h1, h2, h3, h4 {
  padding: 0;
  margin: 0; }

@font-face {
  font-family: 'formal';
  src: url("../fonts/TimbrelBold/timbb__-webfont.eot");
  src: url("../fonts/TimbrelBold/timbb__-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/TimbrelBold/timbb__-webfont.woff") format("woff"), url("../fonts/TimbrelBold/timbb__-webfont.ttf") format("truetype"), url("../fonts/TimbrelBold/timbb__-webfont.svg#timbrelbold") format("svg"); }

@font-face {
  font-family: 'simple';
  src: url("../fonts/comic/comic.eot");
  src: url("../fonts/comic/comic.eot") format("embedded-opentype"), url("../fonts/comic/comic.woff") format("woff"), url("../fonts/comic/comic.ttf") format("truetype"), url("../fonts/comic/comic.svg#ComicSansMSRegular") format("svg"); }

@font-face {
  font-family: 'fun';
  src: url("../fonts/NavathleLityBoldRegular/ji-lutein-webfont.eot");
  src: url("../fonts/NavathleLityBoldRegular/ji-lutein-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NavathleLityBoldRegular/ji-lutein-webfont.woff") format("woff"), url("../fonts/NavathleLityBoldRegular/ji-lutein-webfont.ttf") format("truetype"), url("../fonts/NavathleLityBoldRegular/ji-lutein-webfont.svg#ji-luteinregular") format("svg"); }

@font-face {
  font-family: 'strong';
  src: url("../fonts/impact/impact.eot");
  src: url("../fonts/impact/impact.eot") format("embedded-opentype"), url("../fonts/impact/impact.woff") format("woff"), url("../fonts/impact/impact.ttf") format("truetype"), url("../fonts/impact/impact.svg#ImpactRegular") format("svg"); }

@font-face {
  font-family: 'fancy';
  src: url("../fonts/topekab/topekab.eot");
  src: url("../fonts/topekab/topekab.eot") format("embedded-opentype"), url("../fonts/topekab/topekab.woff") format("woff"), url("../fonts/topekab/topekab.ttf") format("truetype"), url("../fonts/topekab/topekab.svg#TopekaBold") format("svg"); }

body {
  width: 950px;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

p {
  font-size: 20px;
  color: #fff; }

a {
  color: #fff; }

header a, .hide-text, footer a {
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

h1 {
  position: absolute;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  z-index: 10; }

h1.title {
  width: 626px;
  height: 76px;
  top: 36px;
  left: 170px;
  background: url(../images/txt-title.png); }

.btn.pl-area, .btn.pl-area-over, .btn.email-poster, .btn.next-element-over, .btn.listen-song, .btn.remove-over, .btn.finish, .btn.element, .btn.quit, .btn.teacher-area, .btn.watch-video, .btn.yes-over, .btn.audio-off, .btn.ok-over, .btn.go-back-small, .btn.continue-small-over, .btn.play-over, .btn.name-over, .btn.save-over, .btn.cancel-over, .btn.close-box, .btn.font, .btn.listen-song-over, .btn.quit-over, .btn.done-with-activity, .btn.done-with-activity-over, .btn.send-email-over, .btn.type-over, .btn.watch-video-over, .btn.student-area-over, .btn.student-area, .btn.no-over, .btn.play, .btn.send-email, .btn.email-poster-over, .btn.font-over, .btn.bring-front, .btn.yes, .btn.done-over, .btn.name, .btn.print-poster-over, .btn.cancel, .btn.element-active, .btn.next-element, .btn.type, .btn.help, .btn.help-over, .btn.continue-small, .btn.teacher-area-over, .btn.bring-front-over, .btn.go-back-student, .btn.go-back, .btn.try-it-yourself, .btn.audio-on, .btn.element-inactive, .btn.remove, .btn.done, .btn.continue-over, .btn.play-again, .btn.continue, .btn.stop, .btn.finish-over, .btn.no, .btn.save, .btn.print-poster, .btn.go-back-over, .btn.go-back-student-over, .btn.stop-over, .btn.try-it-yourself-over, .btn.play-again-over, .btn.go-back-small-over, .btn.ok, .btn.send-back, .btn.make-changes, .btn.send-back-over, .btn.make-changes-over {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/buttons.png"); }

@media only screen and (min-width: 1000px) {
  .btn.email-poster {
    background-position: 0px 0px;
    width: 146px;
    height: 46px; }

  .btn.next-element:hover {
    background-position: -149px 0px;
    width: 174px;
    height: 26px; }

  .btn.listen-song {
    background-position: -326px 0px;
    width: 176px;
    height: 49px; }

  .btn.remove:hover {
    background-position: -149px -29px;
    width: 61px;
    height: 23px; }

  .btn.finish {
    background-position: 0px -49px;
    width: 118px;
    height: 31px; }

  .btn.element {
    background-position: -213px -52px;
    width: 291px;
    height: 31px; }

  .btn.quit {
    background-position: -213px -29px;
    width: 74px;
    height: 17px; }

  .btn.teacher-area {
    background-position: 0px -83px;
    width: 158px;
    height: 24px; }

  .btn.watch-video {
    background-position: -161px -86px;
    width: 173px;
    height: 31px; }

  .btn.yes:hover {
    background-position: 0px -110px;
    width: 81px;
    height: 43px; }

  .btn.audio-off {
    background-position: -337px -86px;
    width: 111px;
    height: 18px; }

  .btn.ok:hover {
    background-position: -337px -107px;
    width: 81px;
    height: 43px; }

  .btn.go-back-small {
    background-position: -84px -120px;
    width: 93px;
    height: 25px; }

  .btn.continue-small:hover {
    background-position: -180px -120px;
    width: 118px;
    height: 31px; }

  .btn.play:hover {
    background-position: -121px -55px;
    width: 69px;
    height: 25px; }

  .btn.name:hover {
    background-position: -301px -153px;
    width: 191px;
    height: 31px; }

  .btn.save:hover {
    background-position: -421px -107px;
    width: 74px;
    height: 17px; }

  .btn.cancel:hover {
    background-position: -84px -148px;
    width: 81px;
    height: 43px; }

  .btn.close-box {
    background-position: -193px -55px;
    width: 15px;
    height: 15px; }

  .btn.font {
    background-position: -168px -187px;
    width: 231px;
    height: 36px; }

  .btn.listen-song:hover {
    background-position: 0px -226px;
    width: 176px;
    height: 49px; }

  .btn.quit:hover {
    background-position: -421px -127px;
    width: 74px;
    height: 17px; }

  .btn.done-with-activity {
    background-position: -179px -226px;
    width: 123px;
    height: 47px; }

  .btn.done-with-activity:hover {
    background-position: -305px -226px;
    width: 123px;
    height: 47px; }

  .btn.send-email:hover {
    background-position: -179px -276px;
    width: 217px;
    height: 66px; }

  .btn.type:hover {
    background-position: 0px -345px;
    width: 291px;
    height: 26px; }

  .btn.watch-video:hover {
    background-position: 0px -278px;
    width: 173px;
    height: 31px; }

  .btn.student-area:hover {
    background-position: 0px -194px;
    width: 158px;
    height: 24px; }

  .btn.student-area {
    background-position: 0px -312px;
    width: 158px;
    height: 24px; }

  .btn.no:hover {
    background-position: -399px -276px;
    width: 81px;
    height: 43px; }

  .btn.play {
    background-position: 0px -156px;
    width: 68px;
    height: 25px; }

  .btn.send-email {
    background-position: -294px -345px;
    width: 217px;
    height: 66px; }

  .btn.email-poster:hover {
    background-position: 0px -374px;
    width: 146px;
    height: 46px; }

  .btn.font:hover {
    background-position: -149px -414px;
    width: 291px;
    height: 36px; }

  .btn.bring-front {
    background-position: -402px -187px;
    width: 106px;
    height: 23px; }

  .btn.yes {
    background-position: 0px -423px;
    width: 81px;
    height: 43px; }

  .btn.done:hover {
    background-position: -168px -154px;
    width: 69px;
    height: 25px; }

  .btn.name {
    background-position: -84px -453px;
    width: 191px;
    height: 31px; }

  .btn.print-poster:hover {
    background-position: -278px -453px;
    width: 196px;
    height: 48px; }

  .btn.cancel {
    background-position: 0px -469px;
    width: 81px;
    height: 43px; }

  .btn.element-active {
    background-position: -84px -504px;
    width: 291px;
    height: 31px; }

  .btn.next-element {
    background-position: 0px -538px;
    width: 174px;
    height: 26px; }

  .btn.type {
    background-position: -177px -538px;
    width: 231px;
    height: 26px; }

  .btn.help {
    background-position: 0px -515px;
    width: 74px;
    height: 17px; }

  .btn.help:hover {
    background-position: -399px -322px;
    width: 74px;
    height: 17px; }

  .btn.continue-small {
    background-position: -378px -504px;
    width: 118px;
    height: 31px; }

  .btn.teacher-area:hover {
    background-position: 0px -567px;
    width: 158px;
    height: 24px; }

  .btn.bring-front:hover {
    background-position: -149px -374px;
    width: 106px;
    height: 23px; }

  .btn.go-back-student {
    background-position: -161px -567px;
    width: 246px;
    height: 25px; }

  .btn.go-back {
    background-position: 0px -594px;
    width: 118px;
    height: 31px; }

  .btn.try-it-yourself {
    background-position: -121px -595px;
    width: 213px;
    height: 31px; }

  .btn.audio-on {
    background-position: 0px -628px;
    width: 111px;
    height: 18px; }

  .btn.element-inactive {
    background-position: -114px -629px;
    width: 291px;
    height: 31px; }

  .btn.remove {
    background-position: -84px -423px;
    width: 61px;
    height: 23px; }

  .btn.done {
    background-position: -443px -414px;
    width: 68px;
    height: 25px; }

  .btn.continue:hover {
    background-position: -337px -595px;
    width: 118px;
    height: 31px; }

  .btn.play-again {
    background-position: 0px -663px;
    width: 198px;
    height: 25px; }

  .btn.continue {
    background-position: -201px -663px;
    width: 118px;
    height: 31px; }

  .btn.stop {
    background-position: -410px -567px;
    width: 68px;
    height: 25px; }

  .btn.finish:hover {
    background-position: 0px -691px;
    width: 118px;
    height: 31px; }

  .btn.no {
    background-position: -408px -629px;
    width: 81px;
    height: 43px; }

  .btn.save {
    background-position: -411px -538px;
    width: 74px;
    height: 17px; }

  .btn.print-poster {
    background-position: -121px -697px;
    width: 196px;
    height: 48px; }

  .btn.go-back:hover {
    background-position: 0px -725px;
    width: 118px;
    height: 31px; }

  .btn.go-back-student:hover {
    background-position: -121px -748px;
    width: 246px;
    height: 25px; }

  .btn.stop:hover {
    background-position: -431px -213px;
    width: 69px;
    height: 25px; }

  .btn.try-it-yourself:hover {
    background-position: 0px -776px;
    width: 213px;
    height: 31px; }

  .btn.play-again:hover {
    background-position: 0px -810px;
    width: 198px;
    height: 25px; }

  .btn.go-back-small:hover {
    background-position: -320px -697px;
    width: 93px;
    height: 25px; }

  .btn.ok {
    background-position: -416px -675px;
    width: 81px;
    height: 43px; }

  .btn.send-back {
    background-position: -201px -810px;
    width: 101px;
    height: 23px; }

  .btn.make-changes {
    background-position: -216px -776px;
    width: 158px;
    height: 31px; }

  .btn.send-back:hover {
    background-position: -370px -725px;
    width: 101px;
    height: 23px; }

  .btn.make-changes:hover {
    background-position: -305px -810px;
    width: 158px;
    height: 31px; } }
.btn.email-poster {
  background-position: 0px 0px;
  width: 146px;
  height: 46px; }

.btn.next-element.hover {
  background-position: -149px 0px;
  width: 174px;
  height: 26px; }

.btn.listen-song {
  background-position: -326px 0px;
  width: 176px;
  height: 49px; }

.btn.remove.hover {
  background-position: -149px -29px;
  width: 61px;
  height: 23px; }

.btn.finish {
  background-position: 0px -49px;
  width: 118px;
  height: 31px; }

.btn.element {
  background-position: -213px -52px;
  width: 291px;
  height: 31px; }

.btn.quit {
  background-position: -213px -29px;
  width: 74px;
  height: 17px; }

.btn.teacher-area {
  background-position: 0px -83px;
  width: 158px;
  height: 24px; }

.btn.watch-video {
  background-position: -161px -86px;
  width: 173px;
  height: 31px; }

.btn.yes.hover {
  background-position: 0px -110px;
  width: 81px;
  height: 43px; }

.btn.audio-off {
  background-position: -337px -86px;
  width: 111px;
  height: 18px; }

.btn.ok.hover {
  background-position: -337px -107px;
  width: 81px;
  height: 43px; }

.btn.go-back-small {
  background-position: -84px -120px;
  width: 93px;
  height: 25px; }

.btn.continue-small.hover {
  background-position: -180px -120px;
  width: 118px;
  height: 31px; }

.btn.play.hover {
  background-position: -121px -55px;
  width: 69px;
  height: 25px; }

.btn.name.hover {
  background-position: -301px -153px;
  width: 191px;
  height: 31px; }

.btn.save.hover {
  background-position: -421px -107px;
  width: 74px;
  height: 17px; }

.btn.cancel.hover {
  background-position: -84px -148px;
  width: 81px;
  height: 43px; }

.btn.close-box {
  background-position: -193px -55px;
  width: 15px;
  height: 15px; }

.btn.font {
  background-position: -168px -187px;
  width: 231px;
  height: 36px; }

.btn.listen-song.hover {
  background-position: 0px -226px;
  width: 176px;
  height: 49px; }

.btn.quit.hover {
  background-position: -421px -127px;
  width: 74px;
  height: 17px; }

.btn.done-with-activity {
  background-position: -179px -226px;
  width: 123px;
  height: 47px; }

.btn.done-with-activity.hover {
  background-position: -305px -226px;
  width: 123px;
  height: 47px; }

.btn.send-email.hover {
  background-position: -179px -276px;
  width: 217px;
  height: 66px; }

.btn.type.hover {
  background-position: 0px -345px;
  width: 291px;
  height: 26px; }

.btn.watch-video.hover {
  background-position: 0px -278px;
  width: 173px;
  height: 31px; }

.btn.student-area.hover {
  background-position: 0px -194px;
  width: 158px;
  height: 24px; }

.btn.student-area {
  background-position: 0px -312px;
  width: 158px;
  height: 24px; }

.btn.no.hover {
  background-position: -399px -276px;
  width: 81px;
  height: 43px; }

.btn.play {
  background-position: 0px -156px;
  width: 68px;
  height: 25px; }

.btn.send-email {
  background-position: -294px -345px;
  width: 217px;
  height: 66px; }

.btn.email-poster.hover {
  background-position: 0px -374px;
  width: 146px;
  height: 46px; }

.btn.font.hover {
  background-position: -149px -414px;
  width: 291px;
  height: 36px; }

.btn.bring-front {
  background-position: -402px -187px;
  width: 106px;
  height: 23px; }

.btn.yes {
  background-position: 0px -423px;
  width: 81px;
  height: 43px; }

.btn.done.hover {
  background-position: -168px -154px;
  width: 69px;
  height: 25px; }

.btn.name {
  background-position: -84px -453px;
  width: 191px;
  height: 31px; }

.btn.print-poster.hover {
  background-position: -278px -453px;
  width: 196px;
  height: 48px; }

.btn.cancel {
  background-position: 0px -469px;
  width: 81px;
  height: 43px; }

.btn.element-active {
  background-position: -84px -504px;
  width: 291px;
  height: 31px; }

.btn.next-element {
  background-position: 0px -538px;
  width: 174px;
  height: 26px; }

.btn.type {
  background-position: -177px -538px;
  width: 231px;
  height: 26px; }

.btn.help {
  background-position: 0px -515px;
  width: 74px;
  height: 17px; }

.btn.help.hover {
  background-position: -399px -322px;
  width: 74px;
  height: 17px; }

.btn.continue-small {
  background-position: -378px -504px;
  width: 118px;
  height: 31px; }

.btn.teacher-area.hover {
  background-position: 0px -567px;
  width: 158px;
  height: 24px; }

.btn.bring-front.hover {
  background-position: -149px -374px;
  width: 106px;
  height: 23px; }

.btn.go-back-student {
  background-position: -161px -567px;
  width: 246px;
  height: 25px; }

.btn.go-back {
  background-position: 0px -594px;
  width: 118px;
  height: 31px; }

.btn.try-it-yourself {
  background-position: -121px -595px;
  width: 213px;
  height: 31px; }

.btn.audio-on {
  background-position: 0px -628px;
  width: 111px;
  height: 18px; }

.btn.element-inactive {
  background-position: -114px -629px;
  width: 291px;
  height: 31px; }

.btn.remove {
  background-position: -84px -423px;
  width: 61px;
  height: 23px; }

.btn.done {
  background-position: -443px -414px;
  width: 68px;
  height: 25px; }

.btn.continue.hover {
  background-position: -337px -595px;
  width: 118px;
  height: 31px; }

.btn.play-again {
  background-position: 0px -663px;
  width: 198px;
  height: 25px; }

.btn.continue {
  background-position: -201px -663px;
  width: 118px;
  height: 31px; }

.btn.stop {
  background-position: -410px -567px;
  width: 68px;
  height: 25px; }

.btn.finish.hover {
  background-position: 0px -691px;
  width: 118px;
  height: 31px; }

.btn.no {
  background-position: -408px -629px;
  width: 81px;
  height: 43px; }

.btn.save {
  background-position: -411px -538px;
  width: 74px;
  height: 17px; }

.btn.print-poster {
  background-position: -121px -697px;
  width: 196px;
  height: 48px; }

.btn.go-back.hover {
  background-position: 0px -725px;
  width: 118px;
  height: 31px; }

.btn.go-back-student.hover {
  background-position: -121px -748px;
  width: 246px;
  height: 25px; }

.btn.stop.hover {
  background-position: -431px -213px;
  width: 69px;
  height: 25px; }

.btn.try-it-yourself.hover {
  background-position: 0px -776px;
  width: 213px;
  height: 31px; }

.btn.play-again.hover {
  background-position: 0px -810px;
  width: 198px;
  height: 25px; }

.btn.go-back-small.hover {
  background-position: -320px -697px;
  width: 93px;
  height: 25px; }

.btn.ok {
  background-position: -416px -675px;
  width: 81px;
  height: 43px; }

.btn.send-back {
  background-position: -201px -810px;
  width: 101px;
  height: 23px; }

.btn.make-changes {
  background-position: -216px -776px;
  width: 158px;
  height: 31px; }

.btn.send-back.hover {
  background-position: -370px -725px;
  width: 101px;
  height: 23px; }

.btn.make-changes.hover {
  background-position: -305px -810px;
  width: 158px;
  height: 31px; }

header {
  position: relative;
  height: 40px;
  z-index: 1000;
  *zoom: 1; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header .logo {
    position: absolute;
    left: 9px;
    width: 224px;
    height: 52px;
    background: url(../images/logo.png); }
    header .logo a {
      position: absolute;
      display: block;
      width: 224px;
      height: 52px;
      z-index: 1000; }
  header .user-id {
    position: absolute;
    left: 234px;
    width: 250px;
    height: 40px;
    padding-right: 63px;
    font-size: 20px;
    line-height: 35px;
    text-align: right;
    letter-spacing: 1px;
    color: #fff;
    background: url(../images/key.jpg) right no-repeat; }
  header nav {
    float: right; }
    header nav ul {
      list-style: none; }
    header nav li {
      float: left;
      padding-top: 7px; }

.frame {
  position: relative;
  height: 534px;
  background: url(../images/backgrounds/bg1.jpg);
  overflow: hidden; }
  .frame p, .frame div, .frame .btn, .frame img, .frame .video-frame {
    position: absolute; }
  .frame .btn {
    color: #ffed99;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; }
  .frame .btn:hover, .frame .btn.hover {
    color: #fff; }
  .frame .main {
    top: 75px;
    left: 260px;
    width: 636px; }
  .frame textarea::-webkit-input-placeholder {
    color: #666; }
  .frame textarea:-moz-placeholder {
    color: #666; }
  .frame textarea::-moz-placeholder {
    color: #666; }
  .frame textarea:-ms-input-placeholder {
    color: #666; }
  .frame .side-box {
    position: absolute;
    top: 188px;
    left: 20px;
    width: 220px;
    background: url(../images/overlay-light.png); }
    .frame .side-box h3 {
      font-size: 18px;
      line-height: 40px;
      padding-top: 30px;
      color: #ffed99;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); }
    .frame .side-box h4 {
      font-size: 14px;
      padding: 5px 0 15px 10px;
      color: #ffed99;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); }
    .frame .side-box p {
      position: static;
      color: #99acf7;
      padding: 0 20px 5px;
      font-size: 14px; }
    .frame .side-box p.prior {
      padding-bottom: 20px; }
    .frame .side-box .hat {
      top: 55px;
      left: -20px; }
    .frame .side-box .go-back {
      left: 50px;
      bottom: -20px; }
  .frame .photos .photo {
    top: 52px;
    left: 55px;
    display: none; }
  .frame p.hat {
    padding-left: 60px;
    padding-bottom: 20px;
    line-height: 44px;
    top: 30px;
    left: -10px;
    color: #fff;
    font-size: 18px;
    background: url(../images/hat.png) 0 50% no-repeat; }

#preloader {
  background: url(../images/backgrounds/bg1.jpg); }
  #preloader img {
    top: 240px;
    left: 440px; }
  #preloader h2 {
    text-align: center;
    color: #fff;
    padding-top: 320px;
    font-size: 25px; }

#frame1 #cat {
  top: -10px;
  left: 230px;
  width: 500px;
  height: 648px;
  z-index: 20;
  -webkit-animation: rotate 1.5s;
  -moz-animation: rotate 1.5s;
  animation: rotate 1.5s; }
#frame1 #puzzle {
  top: -80px;
  left: -110px;
  display: none; }
#frame1 #puzzle2 {
  top: 60px;
  left: 86px;
  display: none; }
#frame1 p {
  position: absolute;
  top: 185px;
  left: 75px;
  width: 300px;
  color: #fff;
  font-size: 26px; }
#frame1 .astronaut {
  top: 75px;
  -webkit-animation: fade 3s;
  -moz-animation: fade 3s;
  animation: fade 3s; }
#frame1 .brush-intro {
  top: 75px;
  -webkit-animation: rotate 3s;
  -moz-animation: rotate 3s;
  animation: rotate 3s; }
#frame1 .video-frame {
  top: 80px;
  left: 414px;
  width: 488px;
  height: 310px;
  padding: 8px;
  background: url(../images/video-frame.gif); }
#frame1 .play {
  top: 8px;
  left: 8px;
  width: 488px;
  height: 310px;
  background: url(../images/play-video.gif);
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame1 .watch-video {
  top: 455px;
  left: 500px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame1 .try-it {
  top: 455px;
  left: 700px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame1 .teaching-guide {
  top: 455px;
  left: 75px; }
#frame1 .replay {
  top: 390px;
  left: 625px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame1 .part2 {
  background: url(../images/backgrounds/bg1.jpg); }
  #frame1 .part2 .go-back {
    top: 390px;
    left: 420px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  #frame1 .part2 .video-frame {
    top: 160px;
    left: 290px;
    width: 360px;
    height: 202px;
    padding: 8px;
    background: url(../images/video-frame-small.gif); }

#frame1 .loading {
  background: #000; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(-360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(-360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(-360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(-360deg); } }

#frame2 h2 {
  position: absolute;
  top: 63px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: normal; }
#frame2 p.choose {
  top: 117px;
  font-size: 20px;
  font-style: italic;
  width: 100%;
  text-align: center;
  color: #ffed99;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); }
#frame2 .box {
  top: 150px;
  left: 30px;
  width: 120px;
  padding: 15px;
  font-size: 18px;
  background: url(../images/overlay-light.png); }
#frame2 .buttons .button {
  position: absolute;
  width: 150px;
  height: 180px;
  cursor: pointer; }
#frame2 .buttons .name {
  top: 145px;
  left: -20px; }
#frame2 .buttons .note {
  position: absolute;
  z-index: 15;
  bottom: 65px;
  left: -20px;
  width: 176px;
  background: #000;
  border: 2px solid #eb6a2e;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  display: none; }
#frame2 .buttons .row1 {
  top: 147px; }
#frame2 .buttons .row2 {
  top: 337px; }
#frame2 .buttons .sacajawea {
  left: 254px; }
#frame2 .buttons .king {
  left: 507px; }
#frame2 .buttons .einstein {
  left: 760px; }
#frame2 .buttons .rowling {
  left: 145px; }
#frame2 .buttons .bonny {
  left: 400px; }
#frame2 .buttons .washington {
  left: 660px; }
#frame2 .buttons .btn {
  line-height: 32px; }
#frame2 .buttons .button.hover .note {
  display: block; }
#frame2 .buttons .button.hover .name {
  background-position: -301px -153px;
  color: #fff; }

#frame3 label {
  position: absolute;
  top: 40px;
  left: 30px;
  color: #99acf7;
  font-size: 14px; }
#frame3 textarea {
  position: absolute;
  top: 74px;
  left: 30px;
  width: 370px;
  height: 90px; }
#frame3 textarea.error {
  border: 5px solid #f5d01d;
  border-radius: 5px;
  width: 360px;
  height: 80px; }
#frame3 .btn {
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame3 .go-back {
  top: 280px;
  left: 70px; }
#frame3 .continue {
  top: 310px;
  left: 410px; }

#frame4 .summary {
  width: 100%;
  display: none; }
  #frame4 .summary p {
    position: static;
    width: 400px;
    padding: 5px 10px;
    font-size: 18px; }
  #frame4 .summary img {
    top: -5px;
    right: -10px;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5); }
  #frame4 .summary h2 {
    position: absolute;
    top: 270px;
    left: 20px;
    font-size: 18px;
    color: #ffed99;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); }
  #frame4 .summary table {
    position: absolute;
    top: 287px;
    left: 10px;
    width: 640px;
    height: 115px;
    background: url(../images/overlay-light.png);
    border-spacing: 0; }
    #frame4 .summary table th {
      font-weight: normal;
      font-style: italic;
      color: #eb6a2e; }
    #frame4 .summary table td {
      color: #fff; }
    #frame4 .summary table td, #frame4 .summary table th {
      padding: 5px;
      border-left: 1px solid #eb6a2e;
      font-size: 15px; }
#frame4 .audio-toggle {
  top: 252px;
  right: 80px; }
#frame4 .btn {
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame4 .continue {
  bottom: 12px;
  right: 108px; }

#frame5 .attributes {
  top: -5px;
  left: 25px; }
  #frame5 .attributes #title {
    top: 0; }
  #frame5 .attributes #pose {
    top: 37px; }
  #frame5 .attributes #lighting {
    top: 74px; }
  #frame5 .attributes #angle {
    top: 111px; }
  #frame5 .attributes #background {
    top: 148px; }
  #frame5 .attributes #symbols {
    top: 185px; }
  #frame5 .attributes #music {
    top: 222px; }
  #frame5 .attributes .attr {
    width: 291px;
    height: 31px;
    line-height: 36px;
    color: #9353aa;
    text-align: left;
    text-indent: 20px;
    font-size: 17px;
    cursor: default;
    background: url(../images/buttons.png) -114px -629px; }
  #frame5 .attributes .attr.active {
    color: #e6c2f2;
    background-position: -213px -52px;
    cursor: pointer; }
  #frame5 .attributes .attr.active:hover {
    color: #fff;
    background-position: -84px -504px; }
  #frame5 .attributes .box {
    position: relative;
    top: -3px;
    width: 267px;
    border-radius: 5px;
    border: 1px solid #eb6a2e;
    padding: 10px 10px 30px;
    background: url(../images/box.png);
    z-index: 4000;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
    display: none; }
    #frame5 .attributes .box p, #frame5 .attributes .box div, #frame5 .attributes .box a {
      position: static; }
    #frame5 .attributes .box h2 {
      font-size: 17px;
      font-family: Arial, Helvetica, sans-serif;
      color: #ffed99;
      padding: 0 9px 10px; }
    #frame5 .attributes .box input.text {
      width: 252px;
      font-size: 18px;
      margin-bottom: 5px;
      text-align: center; }
    #frame5 .attributes .box p {
      font-size: 13px;
      color: #fff;
      padding-bottom: 5px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold; }
    #frame5 .attributes .box p.sub {
      text-align: center;
      color: #ffed99;
      font-weight: normal;
      font-family: Times, Arial, Helvetica, sans-serif;
      font-size: 16px;
      padding-bottom: 10px; }
    #frame5 .attributes .box .next-element {
      position: absolute;
      left: 55px;
      bottom: -12px;
      line-height: 27px;
      font-size: 13px;
      display: none; }
    #frame5 .attributes .box .done {
      position: absolute;
      left: 108px;
      bottom: -13px;
      line-height: 27px;
      font-size: 13px;
      display: none;
      color: transparent;
      font: 0/0 a;
      text-shadow: none; }
    #frame5 .attributes .box .close-box {
      position: absolute;
      top: 10px;
      right: 10px;
      color: transparent;
      font: 0/0 a;
      text-shadow: none; }
    #frame5 .attributes .box .formal {
      font-family: formal; }
    #frame5 .attributes .box .simple {
      font-family: simple; }
    #frame5 .attributes .box .fun {
      font-family: fun; }
    #frame5 .attributes .box .strong {
      font-family: strong; }
    #frame5 .attributes .box .fancy {
      font-family: fancy; }
  #frame5 .attributes .options .btn {
    display: block;
    width: 231px;
    height: 26px;
    line-height: 27px;
    text-align: left;
    font-size: 15px;
    margin-bottom: 4px;
    text-indent: 10px;
    background: url(../images/buttons.png) -177px -538px; }
  #frame5 .attributes .options .btn:hover {
    width: 291px;
    background-position: 0 -345px; }
  #frame5 .attributes .options .btn.active {
    width: 294px;
    height: 29px;
    color: #fff;
    background: url(../images/btn-type-active.png) 0 0; }
  #frame5 .attributes #title .box .options {
    display: none; }
    #frame5 .attributes #title .box .options .btn {
      width: 231px;
      height: 36px;
      font-weight: normal;
      line-height: 37px;
      text-indent: 15px;
      font-size: 23px;
      letter-spacing: 1px;
      background-position: -168px -187px;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); }
    #frame5 .attributes #title .box .options .btn:hover {
      width: 291px;
      background-position: -149px -414px; }
    #frame5 .attributes #title .box .options .btn.active {
      width: 294px;
      height: 39px;
      background: url(../images/btn-font-active.png) 0 0; }
  #frame5 .attributes #background .box {
    width: 272px;
    *zoom: 1;
    padding-bottom: 20px; }
    #frame5 .attributes #background .box:before, #frame5 .attributes #background .box:after {
      content: " ";
      display: table; }
    #frame5 .attributes #background .box:after {
      clear: both; }
    #frame5 .attributes #background .box .options .btn {
      float: left;
      width: 60px;
      height: 72px;
      border: 1px solid #eb6a2e;
      margin: 3px 3px 8px;
      background: none;
      text-indent: 0; }
    #frame5 .attributes #background .box .options .btn:hover {
      width: 60px;
      height: 72px;
      border: 3px solid #eb6a2e;
      margin: 1px 1px 6px;
      background: none; }
    #frame5 .attributes #background .box .options .btn.active {
      width: 60px;
      height: 72px;
      border: 3px solid #fff;
      margin: 1px 1px 6px;
      background: none; }
  #frame5 .attributes #symbols .box {
    width: 275px;
    *zoom: 1;
    padding-bottom: 20px; }
    #frame5 .attributes #symbols .box:before, #frame5 .attributes #symbols .box:after {
      content: " ";
      display: table; }
    #frame5 .attributes #symbols .box:after {
      clear: both; }
    #frame5 .attributes #symbols .box .options .btn {
      float: left;
      width: 47px;
      height: 47px;
      border: 1px solid #eb6a2e;
      margin: 3px 3px 8px;
      background: none;
      text-indent: 0; }
    #frame5 .attributes #symbols .box .options .btn:hover {
      width: 47px;
      height: 47px;
      border: 3px solid #eb6a2e;
      margin: 1px 1px 6px;
      background: none; }
    #frame5 .attributes #symbols .box .options .btn.active {
      width: 47px;
      height: 47px;
      border: 3px solid #fff;
      margin: 1px 1px 6px;
      background: none; }
  #frame5 .attributes #music .box {
    padding-bottom: 13px; }
    #frame5 .attributes #music .box h2 {
      padding-bottom: 2px; }
#frame5 .side-box .now {
  position: static;
  padding-left: 35px; }
#frame5 .side-box p {
  color: #fff;
  padding: 0 20px 20px;
  font-size: 19px; }
#frame5 .side-box .go-back {
  left: 50px;
  bottom: -20px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame5 .continue {
  bottom: 10px;
  right: 185px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  z-index: 4000;
  display: none; }

#poster {
  position: absolute;
  top: 105px;
  right: 59px;
  width: 360px;
  height: 430px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none; }
  #poster .text {
    position: absolute;
    width: 360px;
    height: 430px;
    z-index: 3000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none; }
    #poster .text h2 {
      font-weight: normal;
      padding: 10px 0 5px;
      font-size: 25px;
      text-align: center;
      text-shadow: 0 0 8px white;
      z-index: 4000; }
    #poster .text h3 {
      font-size: 16px;
      font-style: italic;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      text-shadow: 0 0 8px white;
      z-index: 4000; }
    #poster .text .formal {
      font-family: formal; }
    #poster .text .simple {
      font-family: simple; }
    #poster .text .fun {
      font-family: fun; }
    #poster .text .strong {
      font-family: strong; }
    #poster .text .fancy {
      font-family: fancy; }
    #poster .text .tagline {
      position: absolute;
      bottom: 40px;
      width: 340px;
      padding: 0 10px;
      display: none; }
      #poster .text .tagline h4 {
        border-radius: 15px;
        text-align: center;
        padding: 5px 15px;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
        background: url(../images/overlay.png); }
  #poster img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000; }
  #poster .symbol {
    display: none;
    cursor: move; }
  #poster .bg {
    display: none;
    z-index: 1; }
  #poster .symbol.ui-draggable-disabled {
    cursor: default; }
  #poster .person {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none; }
  #poster .menu {
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    z-index: 4000;
    position: absolute;
    width: 106px;
    height: 53px;
    display: none; }
    #poster .menu .remove {
      top: 0;
      left: 24px;
      position: absolute; }
    #poster .menu .toggle-position {
      top: 30px;
      position: absolute; }
    #poster .menu .bring-front {
      left: 0; }
    #poster .menu .send-back {
      left: 2px; }
  #poster .audio-toggle {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 4000;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }

#poster.middle {
  left: 290px; }

#poster.print {
  z-index: 0; }

#poster.email {
  top: 70px;
  left: 260px; }

#frame6 .side-box {
  left: 48px;
  width: 350px; }
  #frame6 .side-box h3 {
    padding-top: 0;
    padding-left: 130px; }
  #frame6 .side-box .here {
    position: static;
    padding: 5px 0 0 45px; }
  #frame6 .side-box p {
    color: #fff;
    padding: 0 30px 20px;
    font-size: 19px; }
  #frame6 .side-box textarea {
    width: 303px;
    height: 50px;
    margin: 5px 20px 30px;
    text-align: center;
    font-size: 20px; }
  #frame6 .side-box .btn {
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  #frame6 .side-box .go-back {
    bottom: -15px;
    left: 58px; }
  #frame6 .side-box .continue {
    bottom: -15px;
    left: 190px; }

#frame7 .side-box {
  left: 48px;
  width: 350px; }
  #frame7 .side-box h3 {
    padding-top: 0;
    padding-left: 130px; }
  #frame7 .side-box .think {
    position: static;
    padding: 5px 0 0 45px; }
  #frame7 .side-box ul {
    padding: 0 30px 20px 40px;
    font-size: 19px;
    color: #fff; }
  #frame7 .side-box li {
    padding-bottom: 10px; }
  #frame7 .side-box textarea {
    width: 303px;
    height: 50px;
    margin: 5px 20px 30px;
    text-align: center;
    font-size: 20px; }
  #frame7 .side-box .btn {
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  #frame7 .side-box .make-changes {
    bottom: -15px;
    left: 30px; }
  #frame7 .side-box .continue {
    bottom: -15px;
    left: 205px; }

#frame8 .btn {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  bottom: 20px; }
#frame8 .go-back {
  left: 85px; }
#frame8 .finish {
  right: 85px; }

#frame9 .congrats h2 {
  position: absolute;
  top: 73px;
  left: 370px;
  width: 217px;
  height: 34px;
  background: url(../images/congratulations.gif);
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame9 .congrats .puzzle {
  top: 120px;
  left: 540px; }
#frame9 .congrats p {
  color: #fff;
  top: 115px;
  left: 215px;
  width: 300px;
  font-size: 23px;
  line-height: 26px; }
#frame9 .congrats .email-poster {
  top: 310px;
  left: 198px; }
#frame9 .congrats .listen-song, #frame9 .congrats .pause-song {
  top: 309px;
  left: 365px; }
#frame9 .congrats .pause-song {
  display: block;
  width: 176px;
  height: 49px;
  background: url(../images/pause-song.png);
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame9 .congrats .print-poster {
  top: 309px;
  left: 560px; }
#frame9 .congrats .go-back {
  top: 395px;
  left: 420px; }
#frame9 .congrats .play-again {
  top: 445px;
  left: 380px; }
#frame9 .congrats .go-back-student {
  top: 490px;
  left: 240px; }
#frame9 .congrats .go-before-after {
  top: 490px;
  left: 500px; }
#frame9 .email h2 {
  position: absolute;
  top: 70px;
  left: 200px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }
#frame9 .email p {
  top: 70px;
  left: 250px;
  line-height: normal;
  width: 430px;
  font-size: 18px;
  text-align: center; }
#frame9 .email p.message {
  position: absolute;
  top: 275px;
  left: 175px;
  width: 640px;
  text-align: center;
  font-size: 22px;
  color: #fff; }
#frame9 .email ul {
  position: absolute;
  top: 140px;
  left: 315px;
  list-style: none; }
#frame9 .email li {
  padding-bottom: 15px;
  width: 400px; }
#frame9 .email label {
  color: #fff;
  font-size: 22px;
  padding-right: 3px; }
#frame9 .email input {
  width: 290px;
  font-size: 18px;
  font-family: Times, Arial, Helvetica, sans-serif; }
#frame9 .email .send-email {
  top: 375px;
  left: 368px; }
#frame9 .email p.status {
  top: 430px;
  font-size: 20px; }
#frame9 .email .go-back {
  top: 473px;
  left: 417px; }
#frame9 .btn {
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

footer {
  position: relative;
  width: 950px;
  height: 30px;
  background: url(../images/footer.gif) 0 5px no-repeat; }
  footer .audio-toggle {
    position: absolute;
    bottom: 7px;
    left: 35px;
    width: 111px;
    height: 18px; }
  footer nav {
    float: right;
    padding-right: 35px; }
    footer nav ul {
      list-style: none; }
    footer nav li {
      float: left;
      padding-top: 5px; }

.alert {
  position: fixed;
  top: 0;
  width: 950px;
  height: 100%;
  z-index: 5000;
  overflow: hidden;
  color: #fff;
  background: url(../images/overlay.png); }
  .alert .content {
    position: relative;
    margin: 200px auto 0;
    width: 197px;
    height: 139px;
    padding: 0 15px;
    background: url(../images/alert.gif);
    z-index: 1000; }
  .alert h2 {
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    color: #f9d83a; }
  .alert p {
    font-size: 20px;
    line-height: 22px;
    text-align: center; }
  .alert .btn {
    position: absolute;
    bottom: 5px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  .alert .yes {
    left: 40px;
    bottom: -2px; }
  .alert .no {
    right: 40px;
    bottom: -2px; }
  .alert .continue-small {
    left: 53px; }

.alert.small h2 {
  padding-bottom: 5px; }
.alert.small p {
  font-size: 18px; }

#alert h2 {
  padding-bottom: 1px; }

#login .content {
  margin-top: 260px; }
#login h2 {
  padding-bottom: 1px; }
#login p {
  font-size: 19px;
  line-height: 23px;
  font-family: Times, serif; }
#login .skip-login {
  left: 10px; }
#login .go-to-login {
  right: 10px; }

#play {
  z-index: 2000;
  position: absolute;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

#help {
  position: fixed;
  top: 0;
  width: 950px;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  color: #fff;
  background: url(../images/overlay.png); }
  #help .content {
    position: relative;
    margin: 100px auto 0;
    width: 391px;
    height: 425px;
    padding: 10px 30px;
    background: url(../images/popup.gif);
    z-index: 1000; }
  #help .scroll {
    width: 391px;
    height: 340px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #help h2 {
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    color: #f9d83a; }
  #help h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 24px; }
  #help p, #help li {
    font-size: 20px;
    line-height: normal;
    padding-bottom: 20px; }
  #help .btn {
    position: absolute;
    bottom: 10px;
    left: 195px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  #help ul {
    padding-left: 20px;
    list-style: disc; }

#print {
  display: none; }

#overlay {
  position: absolute;
  top: -4px;
  opacity: .5;
  z-index: 10000; }

#development {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #fff;
  padding: 0 10px; }
  #development label, #development select {
    display: block; }
  #development select {
    max-height: 100px;
    padding: 2px;
    margin-bottom: 20px; }
	
	
	
	
	/* new button mapping 11-13-14 */
	
		/* for red button */
	/*.btn.student-area {
    background-position: -156px -848px;
    width: 87px;
    height: 19px;  }*/
	
	.btn.student-area {
    background-position: -156px -874px;
    width: 87px;
    height: 19px;}
	
	.btn.student-area:hover {
    background-position: -156px -874px;
    width: 87px;
    height: 19px;
	}
	
	/*new button */
	.btn.pl-area {
    background-position: -273px -848px;
    width: 165px;
    height: 19px;  }
	
	.btn.pl-area:hover {
    background-position: -273px -874px;
    width: 165px;
    height: 19px; 
	}
	 .btn.teacher-area {
    background-position: 0px -848px;
    width: 127px;
    height: 19px; }
	
  .btn.teacher-area:hover {
    background-position: 0px -874px;
    width: 127px;
    height: 19px; }
	
	
	
/*	
	  .btn.audio-on {
    background-position: 0px -904px;
    width: 111px;
    height: 18px; }
	
	  .btn.audio-off {
    background-position: -156px -904px;
    width: 111px;
    height: 18px; }

*/