/*! 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 {
  padding: 0;
  margin: 0; }

@font-face {
  font-family: Komika;
  src: url(../fonts/KOMTXT.ttf); }

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: 28px;
  line-height: 30px; }

a {
  color: #fff; }

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

.btn.pl-area, .btn.pl-area-over, .btn.begin-over, .btn.ok-over, .btn.teacher-area-over, .btn.print-handbook-over, .btn.replay-over, .btn.ok, .btn.try-it-yourself, .btn.teacher-area, .btn.play-song, .btn.print-handbook, .btn.done-with-activity, .btn.help-over, .btn.next-monster, .btn.watch-video-over, .btn.save-over, .btn.print-maps, .btn.next-laser-over, .btn.play-song-over, .btn.yes-over, .btn.watch-video, .btn.send-email, .btn.continue, .btn.send-email-over, .btn.go-back-student-over, .btn.try-it-yourself-over, .btn.next-guard, .btn.continue-over, .btn.quit-over, .btn.print-story-over, .btn.yes, .btn.print-maps-over, .btn.cancel, .btn.next-monster-over, .btn.continue-small-over, .btn.continue-small, .btn.go-back-student, .btn.student-area-over, .btn.pause-song-over, .btn.done-over, .btn.no, .btn.pause-song, .btn.cancel-over, .btn.done, .btn.begin, .btn.go-back-over, .btn.email-summaries, .btn.next-guard-disabled, .btn.quit, .btn.next-laser, .btn.print-story, .btn.no-over, .btn.email-summaries-over, .btn.help, .btn.next-guard-over, .btn.student-area, .btn.done-with-activity-over, .btn.next-laser-disabled, .btn.replay, .btn.save, .btn.undo {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/buttons.png"); }

.btn.undo.blue, .btn.undo.blue-over, .btn.undo.blue, .btn.undo-green, .btn.undo-green-over, .btn.undo-green, .btn.undo.pink, .btn.undo.pink-over, .btn.undo.pink {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/undo.png"); }

@media only screen and (min-width: 1000px) {
  .btn.begin:hover {
    background-position: 0px 0px;
    width: 110px;
    height: 34px; }

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

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

  .btn.print-handbook:hover {
    background-position: -197px -27px;
    width: 200px;
    height: 53px; }

  .btn.replay:hover {
    background-position: 0px -37px;
    width: 79px;
    height: 25px; }

  .btn.ok {
    background-position: -400px 0px;
    width: 81px;
    height: 43px; }

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

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

  .btn.play-song {
    background-position: -216px -110px;
    width: 190px;
    height: 53px; }

  .btn.print-handbook {
    background-position: 0px -117px;
    width: 200px;
    height: 53px; }

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

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

  .btn.next-monster {
    background-position: -329px -166px;
    width: 172px;
    height: 31px; }

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

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

  .btn.print-maps {
    background-position: 0px -173px;
    width: 200px;
    height: 53px; }

  .btn.next-laser:hover {
    background-position: 0px -229px;
    width: 172px;
    height: 31px; }

  .btn.play-song:hover {
    background-position: -175px -234px;
    width: 190px;
    height: 53px; }

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

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

  .btn.send-email {
    background-position: -176px -290px;
    width: 204px;
    height: 50px; }

  .btn.continue {
    background-position: 0px -324px;
    width: 172px;
    height: 31px; }

  .btn.send-email:hover {
    background-position: -175px -343px;
    width: 204px;
    height: 50px; }

  .btn.go-back-student:hover {
    background-position: 0px -396px;
    width: 283px;
    height: 34px; }

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

  .btn.next-guard {
    background-position: 0px -358px;
    width: 172px;
    height: 31px; }

  .btn.continue:hover {
    background-position: -286px -430px;
    width: 172px;
    height: 31px; }

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

  .btn.print-story:hover {
    background-position: 0px -433px;
    width: 200px;
    height: 53px; }

  .btn.yes {
    background-position: -382px -343px;
    width: 81px;
    height: 43px; }

  .btn.print-maps:hover {
    background-position: -203px -464px;
    width: 200px;
    height: 53px; }

  .btn.cancel {
    background-position: -368px -234px;
    width: 81px;
    height: 43px; }

  .btn.next-monster:hover {
    background-position: 0px -489px;
    width: 172px;
    height: 31px; }

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

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

  .btn.go-back-student {
    background-position: 0px -554px;
    width: 283px;
    height: 34px; }

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

  .btn.pause-song:hover {
    background-position: -296px -520px;
    width: 190px;
    height: 53px; }

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

  .btn.no {
    background-position: -406px -464px;
    width: 81px;
    height: 43px; }

  .btn.pause-song {
    background-position: -286px -576px;
    width: 190px;
    height: 53px; }

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

  .btn.done {
    background-position: -203px -433px;
    width: 68px;
    height: 25px; }

  .btn.begin {
    background-position: -82px -46px;
    width: 110px;
    height: 34px; }

  .btn.email-summaries {
    background-position: -84px -625px;
    width: 165px;
    height: 53px; }

  .btn.next-guard-disabled {
    background-position: -252px -632px;
    width: 172px;
    height: 31px; }

  .btn.quit {
    background-position: -77px -263px;
    width: 74px;
    height: 17px; }

  .btn.next-laser {
    background-position: -252px -666px;
    width: 172px;
    height: 31px; }

  .btn.print-story {
    background-position: 0px -681px;
    width: 200px;
    height: 53px; }

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

  .btn.email-summaries:hover {
    background-position: 0px -737px;
    width: 165px;
    height: 53px; }

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

  .btn.next-guard:hover {
    background-position: -168px -737px;
    width: 172px;
    height: 31px; }

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

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

  .btn.next-laser-disabled {
    background-position: -238px -771px;
    width: 172px;
    height: 31px; }

  .btn.replay {
    background-position: -121px -591px;
    width: 79px;
    height: 25px; }

  .btn.save {
    background-position: -343px -750px;
    width: 74px;
    height: 17px; }

  .btn.undo.blue.active {
    background-position: 0px 0px;
    width: 55px;
    height: 56px; }

  .btn.undo.blue:hover {
    background-position: -58px 0px;
    width: 55px;
    height: 56px; }

  .btn.undo.blue {
    background-position: -116px 0px;
    width: 55px;
    height: 56px; }

  .btn.undo-green.active {
    background-position: -174px 0px;
    width: 55px;
    height: 56px; }

  .btn.undo-green:hover {
    background-position: -232px 0px;
    width: 55px;
    height: 56px; }

  .btn.undo-green {
    background-position: -290px 0px;
    width: 55px;
    height: 56px; }

  .btn.undo.pink.active {
    background-position: -348px 0px;
    width: 55px;
    height: 56px; }

  .btn.undo.pink:hover {
    background-position: -406px 0px;
    width: 55px;
    height: 56px; }

  .btn.undo.pink {
    background-position: -464px 0px;
    width: 55px;
    height: 56px; }

  .btn.undo {
    width: 85px;
    height: 32px;
    background-position: -232px -700px; }

  .btn.undo.disabled {
    width: 85px;
    height: 32px;
    background-position: -417px -770px; } }
.btn.begin.hover {
  background-position: 0px 0px;
  width: 110px;
  height: 34px; }

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

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

.btn.print-handbook.hover {
  background-position: -197px -27px;
  width: 200px;
  height: 53px; }

.btn.replay.hover {
  background-position: 0px -37px;
  width: 79px;
  height: 25px; }

.btn.ok {
  background-position: -400px 0px;
  width: 81px;
  height: 43px; }

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

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

.btn.play-song {
  background-position: -216px -110px;
  width: 190px;
  height: 53px; }

.btn.print-handbook {
  background-position: 0px -117px;
  width: 200px;
  height: 53px; }

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

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

.btn.next-monster {
  background-position: -329px -166px;
  width: 172px;
  height: 31px; }

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

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

.btn.print-maps {
  background-position: 0px -173px;
  width: 200px;
  height: 53px; }

.btn.next-laser.hover {
  background-position: 0px -229px;
  width: 172px;
  height: 31px; }

.btn.play-song.hover {
  background-position: -175px -234px;
  width: 190px;
  height: 53px; }

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

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

.btn.send-email {
  background-position: -176px -290px;
  width: 204px;
  height: 50px; }

.btn.continue {
  background-position: 0px -324px;
  width: 172px;
  height: 31px; }

.btn.send-email.hover {
  background-position: -175px -343px;
  width: 204px;
  height: 50px; }

.btn.go-back-student.hover {
  background-position: 0px -396px;
  width: 283px;
  height: 34px; }

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

.btn.next-guard {
  background-position: 0px -358px;
  width: 172px;
  height: 31px; }

.btn.continue.hover {
  background-position: -286px -430px;
  width: 172px;
  height: 31px; }

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

.btn.print-story.hover {
  background-position: 0px -433px;
  width: 200px;
  height: 53px; }

.btn.yes {
  background-position: -382px -343px;
  width: 81px;
  height: 43px; }

.btn.print-maps.hover {
  background-position: -203px -464px;
  width: 200px;
  height: 53px; }

.btn.cancel {
  background-position: -368px -234px;
  width: 81px;
  height: 43px; }

.btn.next-monster.hover {
  background-position: 0px -489px;
  width: 172px;
  height: 31px; }

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

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

.btn.go-back-student {
  background-position: 0px -554px;
  width: 283px;
  height: 34px; }

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

.btn.pause-song.hover {
  background-position: -296px -520px;
  width: 190px;
  height: 53px; }

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

.btn.no {
  background-position: -406px -464px;
  width: 81px;
  height: 43px; }

.btn.pause-song {
  background-position: -286px -576px;
  width: 190px;
  height: 53px; }

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

.btn.done {
  background-position: -203px -433px;
  width: 68px;
  height: 25px; }

.btn.begin {
  background-position: -82px -46px;
  width: 110px;
  height: 34px; }

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

.btn.email-summaries {
  background-position: -84px -625px;
  width: 165px;
  height: 53px; }

.btn.next-guard-disabled {
  background-position: -252px -632px;
  width: 172px;
  height: 31px; }

.btn.quit {
  background-position: -77px -263px;
  width: 74px;
  height: 17px; }

.btn.next-laser {
  background-position: -252px -666px;
  width: 172px;
  height: 31px; }

.btn.print-story {
  background-position: 0px -681px;
  width: 200px;
  height: 53px; }

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

.btn.email-summaries.hover {
  background-position: 0px -737px;
  width: 165px;
  height: 53px; }

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

.btn.next-guard.hover {
  background-position: -168px -737px;
  width: 172px;
  height: 31px; }

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

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

.btn.next-laser-disabled {
  background-position: -238px -771px;
  width: 172px;
  height: 31px; }

.btn.replay {
  background-position: -121px -591px;
  width: 79px;
  height: 25px; }

.btn.save {
  background-position: -343px -750px;
  width: 74px;
  height: 17px; }

.btn.undo.blue.active {
  background-position: 0px 0px;
  width: 55px;
  height: 56px; }

.btn.undo.blue.hover {
  background-position: -58px 0px;
  width: 55px;
  height: 56px; }

.btn.undo.blue {
  background-position: -116px 0px;
  width: 55px;
  height: 56px; }

.btn.undo-green.active {
  background-position: -174px 0px;
  width: 55px;
  height: 56px; }

.btn.undo-green.hover {
  background-position: -232px 0px;
  width: 55px;
  height: 56px; }

.btn.undo-green {
  background-position: -290px 0px;
  width: 55px;
  height: 56px; }

.btn.undo.pink.active {
  background-position: -348px 0px;
  width: 55px;
  height: 56px; }

.btn.undo.pink.hover {
  background-position: -406px 0px;
  width: 55px;
  height: 56px; }

.btn.undo.pink {
  background-position: -464px 0px;
  width: 55px;
  height: 56px; }

.btn.undo {
  width: 85px;
  height: 32px;
  background-position: -232px -700px; }

.btn.undo.disabled {
  width: 85px;
  height: 32px;
  background-position: -417px -770px; }

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; }
  header h1 {
    position: absolute;
    width: 733px;
    height: 33px;
    top: 56px;
    left: 108px;
    background: url(../images/title.png);
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }

.frame {
  position: relative;
  height: 534px;
  background: url(../images/backgrounds/bg0.gif);
  overflow: hidden; }
  .frame p, .frame .btn, .frame img, .frame .video-frame, .frame textarea, .frame .comic, .frame .details, .frame .main-idea {
    position: absolute; }
  .frame .continue.ipad {
    bottom: 25px;
    left: 400px;
    display: none; }
  .frame .main-idea {
    top: 119px;
    left: 634px;
    width: 281px;
    height: 31px;
    background: none;
    font-family: "Comic Sans MS", "Komika", Arial;
    font-size: 15px;
    color: #999;
    text-align: center;
    padding: 7px 10px 0;
    text-overflow: ellipsis; }
  .frame .main-idea.active {
    background: url(../images/main-idea.png); }
  .frame .details {
    top: 162px;
    left: 635px;
    width: 272px;
    height: 155px;
    background: none;
    font-family: "Comic Sans MS", "Komika", Arial;
    font-size: 15px;
    color: #999;
    padding: 12px 15px 0; }
    .frame .details ul {
      list-style: none; }
    .frame .details li {
      padding-bottom: 15px;
      text-align: center; }
  .frame .details.active {
    background: url(../images/details.png); }
  .frame .inactive {
    color: #000; }
  .frame .comic {
    width: 240px;
    height: 260px;
    top: 92px;
    left: 25px;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    font-family: "Comic Sans MS", "Komika", Arial;
    z-index: 20;
    color: #333; }
    .frame .comic em {
      padding: 2px 0;
      border-radius: 10px;
      font-style: normal; }
    @media only screen and (min-width: 1000px) {
      .frame .comic em:hover {
        background: #f5cf19;
        cursor: pointer; }
      .frame .comic em.inactive:hover {
        background: #ffed99;
        cursor: default; } }
    .frame .comic em.hover {
      background: #f5cf19; }
    .frame .comic em.inactive.hover {
      background: #ffed99; }
    .frame .comic em.inactive {
      background: #ffed99;
      cursor: default; }
    .frame .comic em.ui-draggable-dragging {
      color: #fff;
      background: #b2290f;
      z-index: 2500; }
  .frame textarea {
    width: 263px;
    height: 150px;
    top: 170px;
    right: 20px;
    border: 0;
    outline: none;
    font-family: "Comic Sans MS", "Komika", Arial;
    font-size: 15px;
    line-height: normal;
    color: #000;
    text-align: center; }
    .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 .no-repeat {
    top: 310px;
    right: 45px;
    display: none; }
  .frame .got-it {
    top: 240px;
    right: 265px;
    width: 1px;
    height: 1px;
    display: none; }
  .frame .line-correct {
    top: 220px;
    right: 150px;
    width: 1px;
    height: 1px;
    display: none;
    z-index: 100; }
  .frame .nice-job {
    top: 290px;
    right: 50px;
    width: 1px;
    height: 1px;
    display: none; }
  .frame .audio-toggle {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 70px;
    height: 25px;
    background-repeat: no-repeat; }
  .frame .audio-toggle.stop {
    background-image: url(../images/stop.png); }
  .frame .audio-toggle.stop:hover {
    background-image: url(../images/stop-over.png); }
  .frame .audio-toggle.play {
    background-image: url(../images/play.png); }
  .frame .audio-toggle.play:hover {
    background-image: url(../images/play-over.png); }

@media only screen and (min-width: 1000px) {
  .frame .comic em:hover {
    cursor: pointer; }
  .frame .comic em.ui-draggable-dragging {
    cursor: pointer; } }
#preloader {
  background: url(../images/backgrounds/bg-preloader.jpg); }
  #preloader img {
    top: 240px;
    left: 440px; }
  #preloader h2 {
    text-align: center;
    color: #fff;
    padding-top: 320px;
    font-size: 25px; }

#frame0 {
  background: url(../images/backgrounds/bg-preloader.jpg); }
  #frame0 p {
    position: absolute;
    top: 100px;
    left: 75px;
    width: 300px;
    color: #fff;
    font-size: 26px; }
  #frame0 .video-frame {
    top: 80px;
    left: 414px;
    width: 488px;
    height: 310px;
    padding: 8px;
    background: url(../images/video-frame.gif); }
  #frame0 .poster {
    top: 8px;
    left: 8px; }
  #frame0 .play {
    top: 8px;
    left: 8px;
    width: 488px;
    height: 310px;
    background: url(../images/play-video.gif);
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  #frame0 .watch-video {
    top: 455px;
    left: 500px; }
  #frame0 .try-it-yourself {
    top: 455px;
    left: 700px; }
  #frame0 .teaching-guide {
    top: 455px;
    left: 75px; }
  #frame0 .replay {
    top: 390px;
    left: 625px; }
  #frame0 .part2 {
    background: url(../images/backgrounds/bg1.jpg); }
    #frame0 .part2 .go-back {
      top: 390px;
      left: 400px; }
    #frame0 .part2 .video-frame {
      top: 160px;
      left: 290px;
      width: 360px;
      height: 202px;
      padding: 8px;
      background: url(../images/video-frame-small.gif); }

#frame1 {
  background: url(../images/backgrounds/bg1.jpg); }
  #frame1 p {
    top: 200px;
    left: 20px;
    width: 170px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px; }
  #frame1 .continue {
    bottom: 150px;
    left: 20px; }
  #frame1 .begin {
    bottom: 149px;
    left: 51px;
    display: none; }

#frame2 {
  background: url(../images/backgrounds/bg2.jpg); }

#frame3 {
  background: url(../images/backgrounds/bg3.jpg); }

#frame4 {
  background: url(../images/backgrounds/bg4.jpg); }

#frame5 {
  background: url(../images/backgrounds/bg5.jpg); }
  #frame5 #fg5 {
    top: 230px;
    right: 50px;
    opacity: 0; }

#frame6 {
  background: url(../images/backgrounds/bg6.jpg); }
  #frame6 #fg6-1 {
    top: 110px;
    left: 210px; }
  #frame6 #fg6-2 {
    top: 110px;
    right: 100px; }
  #frame6 #fg6-3 {
    top: 60px;
    left: 210px; }

#frame7 {
  background: url(../images/backgrounds/bg7.jpg); }
  #frame7 #fg7 {
    top: 230px;
    right: 50px;
    opacity: 0; }

#frame8 {
  background: url(../images/backgrounds/bg8.jpg); }

#frame9 {
  background: url(../images/backgrounds/bg9.jpg); }

#frame10 {
  background: url(../images/backgrounds/bg10.jpg); }
  #frame10 .continue {
    top: 410px;
    left: 670px; }

#frame11 {
  background: url(../images/backgrounds/bg11.jpg); }
  #frame11 .continue {
    top: 410px;
    left: 90px; }
  #frame11 .clapboard {
    top: 72px;
    right: 4px;
    display: none; }
  #frame11 .main-idea, #frame11 .details {
    display: none; }
  #frame11 .text1 {
    top: 99px;
    left: 35px;
    padding: 10px; }
  #frame11 .text2 {
    top: 234px;
    left: 45px;
    padding: 10px; }
  #frame11 .move {
    background: #b2290f;
    border-radius: 20px; }
  #frame11 .audio-toggle {
    bottom: 135px; }

#frame12 {
  background: url(../images/backgrounds/bg12.jpg); }
  #frame12 .next-monster {
    top: 355px;
    right: 81px; }
  #frame12 .audio-toggle {
    bottom: 170px; }

#frame13 {
  background: url(../images/backgrounds/bg13.jpg); }
  #frame13 .next-monster {
    top: 355px;
    right: 81px; }
  #frame13 .audio-toggle {
    bottom: 148px; }

#frame14 {
  background: url(../images/backgrounds/bg14.jpg); }
  #frame14 .comic {
    font-size: 14px; }
  #frame14 .main-idea.inactive {
    font-size: 14px; }
  #frame14 .continue {
    top: 355px;
    right: 81px; }
  #frame14 .audio-toggle {
    bottom: 140px; }

#frame15 {
  background: url(../images/backgrounds/bg15.jpg); }

#frame16 {
  background: url(../images/backgrounds/bg16.jpg); }
  #frame16 #fg16-1 {
    top: 70px;
    left: 400px; }
  #frame16 #fg16-2 {
    top: 60px;
    right: 27px; }

#frame17 {
  background: url(../images/backgrounds/bg17.jpg); }
  #frame17 #fg17-1 {
    top: 170px;
    left: 920px; }
  #frame17 #fg17-2 {
    top: 77px;
    right: 0; }

#frame18 {
  background: url(../images/backgrounds/bg18.jpg); }
  #frame18 #fg18-1.flip {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1); }
  #frame18 #fg18-1 {
    top: 100px;
    left: 960px; }
  #frame18 #fg18-2 {
    top: 58px;
    left: 245px; }
  #frame18 #fg18-3 {
    top: 55px;
    left: 375px; }
  #frame18 #fg18-4 {
    top: 75px;
    left: 468px; }
  #frame18 #fg18-5 {
    bottom: 0;
    left: 243px; }

#frame19 {
  background: url(../images/backgrounds/bg19.jpg); }

#frame20 {
  background: url(../images/backgrounds/bg20.jpg); }
  #frame20 .continue {
    bottom: 130px;
    left: 70px; }
  #frame20 .audio-toggle {
    bottom: 200px; }

#frame21 {
  background: url(../images/backgrounds/bg21.jpg); }
  #frame21 .map {
    position: absolute;
    width: 950px;
    height: 480px;
    bottom: -500px;
    background: url(../images/fg21-1.png); }
    #frame21 .map h2 {
      position: absolute;
      top: 130px;
      left: 60px;
      color: #664314;
      font-size: 22px; }
    #frame21 .map p {
      line-height: normal; }
    #frame21 .map .summary {
      top: 70px;
      left: 60px;
      width: 300px;
      font-size: 19px;
      font-weight: bold; }
    #frame21 .map .mask {
      position: absolute;
      top: 155px;
      left: 60px;
      width: 370px;
      height: 250px;
      overflow: hidden; }
    #frame21 .map .instructions {
      position: absolute;
      top: 0;
      left: 450px;
      width: 330px;
      padding-left: 20px; }
      #frame21 .map .instructions li {
        position: static;
        font-size: 15px;
        padding-bottom: 10px;
        font-family: Arial, Helvetica, sans-serif; }
    #frame21 .map .instructions1 {
      left: 0; }
  #frame21 .next-guard {
    top: 420px;
    left: 100px; }
  #frame21 .continue.ipad {
    top: 395px;
    left: 590px;
    z-index: 10; }
  #frame21 .next-guard.disabled {
    background-position: -252px -632px;
    cursor: default; }
  #frame21 .pencil {
    bottom: 20px;
    left: 328px;
    width: 63px;
    height: 65px;
    background: url(../images/pencil-eraser.png) 0 -3px; }
  #frame21 .undo {
    top: 420px;
    left: 290px; }
  #frame21 .undo.disabled {
    cursor: default; }
  #frame21 .pencil:hover {
    background-position: -130px -3px; }
  #frame21 .pencil.active,
  #frame21 .pencil.active:hover {
    background-position: -260px -3px;
    cursor: default; }
  #frame21 .audio-toggle {
    display: none; }

#canvas21 {
  position: absolute;
  top: 154px;
  left: 478px;
  width: 426px;
  height: 389px; }

#canvas21 {
  cursor: pointer;
  cursor: url(../images/pencil-green.cur) 6 55, pointer; }

#canvas21.erasing {
  cursor: pointer;
  cursor: url(../images/eraser.cur) 18 50, pointer; }

#frame22 {
  background: url(../images/backgrounds/bg22.jpg); }

#frame23 {
  background: url(../images/backgrounds/bg23.jpg); }
  #frame23 .continue {
    bottom: 130px;
    left: 70px; }
  #frame23 .audio-toggle {
    bottom: 230px; }

#frame24 {
  background: url(../images/backgrounds/bg21.jpg); }
  #frame24 #fg24-1 {
    left: 43px;
    bottom: -500px; }
  #frame24 #fg24-2 {
    top: 79px;
    left: 104px; }
  #frame24 .next-laser, #frame24 .continue {
    top: 489px;
    left: 446px; }
  #frame24 .next-laser.disabled {
    background-position: -238px -771px;
    cursor: default; }
  #frame24 .pencil {
    bottom: 46px;
    left: 677px;
    width: 63px;
    height: 65px;
    background: url(../images/pencil-eraser.png) 0 -68px; }
  #frame24 .undo {
    bottom: 17px;
    right: 115px; }
  #frame24 .undo.disabled {
    cursor: default; }
  #frame24 .pencil:hover {
    background-position: -130px -68px; }
  #frame24 .pencil.active,
  #frame24 .pencil.active:hover {
    background-position: -260px -68px;
    cursor: default; }
  #frame24 .pencil.blue {
    background-position: 0 -133px; }
  #frame24 .pencil.blue:hover {
    background-position: -130px -133px; }
  #frame24 .pencil.active.blue,
  #frame24 .pencil.active.blue:hover {
    background-position: -260px -133px; }
  #frame24 .line-correct {
    right: 300px; }
  #frame24 .audio-toggle {
    display: none; }
  #frame24 .continue.ipad {
    top: 395px;
    left: 430px;
    z-index: 10; }

#canvas24 {
  position: absolute;
  top: 154px;
  left: 345px;
  width: 505px;
  height: 308px; }

#canvas24 {
  cursor: pointer;
  cursor: url(../images/pencil-pink.cur) 6 55, pointer; }

#canvas24.blue {
  cursor: pointer;
  cursor: url(../images/pencil-blue.cur) 6 55, pointer; }

#canvas24.erasing {
  cursor: pointer;
  cursor: url(../images/eraser.cur) 18 50, pointer; }

#disable-canvas {
  position: absolute;
  top: 140px;
  left: 325px;
  width: 600px;
  height: 415px; }

.feedback {
  position: absolute;
  width: 950px;
  height: 534px;
  top: 0;
  left: 0; }
  .feedback p {
    position: absolute;
    bottom: 150px;
    left: 250px;
    width: 400px;
    height: 30px;
    padding: 30px;
    background: #000;
    opacity: .85;
    border-radius: 20px;
    cursor: default;
    text-align: center;
    font-size: 40px;
    font-family: "Comic Sans MS", "Komika", Arial;
    color: #f5cf1b; }

#line-wrong p {
  font-size: 30px;
  color: #f1783f; }

#frame25 {
  background: url(../images/backgrounds/bg25.jpg); }
  #frame25 #fg25-1 {
    top: 57px;
    left: 165px; }
  #frame25 #fg25-2 {
    top: 90px;
    left: 10px; }
  #frame25 #fg25-3 {
    top: 77px;
    left: 680px; }
  #frame25 #fg25-4 {
    top: 57px;
    left: 428px; }

#frame26 {
  background: url(../images/backgrounds/bg26.jpg); }

#frame27 {
  background: url(../images/backgrounds/bg27.jpg); }
  #frame27 .continue {
    bottom: 125px;
    left: 70px; }
  #frame27 .audio-toggle {
    bottom: 180px; }

#frame28 {
  background: url(../images/backgrounds/bg28.jpg); }
  #frame28 .comic {
    top: 92px;
    width: 256px;
    left: 17px; }
  #frame28 .continue {
    top: 413px;
    right: 65px; }

#frame29 {
  background: url(../images/backgrounds/bg29.jpg); }

#frame30 {
  background: url(../images/backgrounds/bg30.jpg); }
  #frame30 .continue {
    bottom: 170px;
    right: 185px; }
  #frame30 .audio-toggle {
    bottom: 220px;
    left: 780px; }

#frame31 {
  background: url(../images/backgrounds/bg31.jpg); }
  #frame31 .comic {
    top: 86px;
    width: 250px;
    left: 20px;
    line-height: 22px; }
  #frame31 .continue {
    top: 413px;
    right: 65px; }
  #frame31 .audio-toggle {
    bottom: 3px; }

#frame32 {
  background: url(../images/backgrounds/bg32.jpg); }

#frame33 {
  background: url(../images/backgrounds/bg33.jpg); }
  #frame33 #fg33-1 {
    top: -300px;
    left: 455px; }
  #frame33 #fg33-2 {
    top: -330px;
    left: 453px; }
  #frame33 #fg33-3 {
    top: 0;
    left: 455px; }

#frame34 {
  background: url(../images/backgrounds/bg34.jpg); }

#frame35 {
  background: url(../images/backgrounds/bg35.jpg); }
  #frame35 #fg35-1 {
    top: 75px;
    left: 15px; }
  #frame35 #fg35-2 {
    top: 75px;
    right: 130px; }

#frame36 {
  background: url(../images/backgrounds/bg36.jpg); }
  #frame36 .continue {
    bottom: 125px;
    right: 210px; }
  #frame36 .audio-toggle {
    bottom: 185px;
    left: 755px; }

#frame37 {
  background: url(../images/backgrounds/bg37.jpg); }
  #frame37 .continue {
    bottom: 280px;
    left: 150px; }

#frame38 {
  background: url(../images/backgrounds/bg38.jpg); }
  #frame38 .comic {
    top: 92px;
    width: 254px;
    left: 18px;
    line-height: 22px; }
  #frame38 .continue {
    top: 413px;
    right: 65px; }

#frame39 {
  background: url(../images/backgrounds/bg39.jpg); }

#frame40 {
  background: url(../images/backgrounds/bg40.jpg); }
  #frame40 #fg40-1 {
    top: 175px;
    right: -150px; }
  #frame40 #fg40-2 {
    top: 77px;
    right: 0; }

#frame41 {
  background: url(../images/backgrounds/bg41.jpg); }
  #frame41 .alright {
    display: none; }

#frame42 {
  background: url(../images/backgrounds/bg42.jpg); }
  #frame42 #fg42 {
    top: 382px;
    left: 429px;
    width: 85px;
    height: 100px; }

#frame43 {
  background: url(../images/backgrounds/bg-preloader.jpg); }
  #frame43 .congrats h2 {
    position: absolute;
    top: 77px;
    left: 370px;
    width: 217px;
    height: 34px;
    background: url(../images/congratulations.gif);
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  #frame43 .congrats p {
    color: #fff;
    top: 125px;
    left: 215px;
    width: 280px;
    font-size: 24px;
    line-height: 25px;
    -webkit-text-size-adjust: 88%; }
  #frame43 .congrats .flashlight {
    position: absolute;
    top: 135px;
    right: 177px;
    width: 260px;
    height: 136px; }
  #frame43 .congrats .print-handbook {
    bottom: 169px;
    left: 363px; }
  #frame43 .congrats .print-maps {
    bottom: 169px;
    left: 378px;
    display: none; }
  #frame43 .congrats .print-story {
    bottom: 169px;
    left: 601px;
    display: none; }
  #frame43 .congrats .email-summaries {
    bottom: 102px;
    left: 294px; }
  #frame43 .congrats .play-song, #frame43 .congrats .pause-song {
    bottom: 102px;
    left: 478px; }
  #frame43 .congrats .play-again {
    bottom: 50px;
    left: 200px; }
  #frame43 .congrats .go-back-student {
    top: 487px;
    left: 225px; }
  #frame43 .congrats .go-pirate {
    top: 490px;
    left: 515px; }
  #frame43 .email p {
    position: absolute;
    top: 285px;
    left: 230px;
    width: 490px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    -webkit-text-size-adjust: 88%; }
  #frame43 .email p.small {
    top: 63px;
    left: 250px;
    line-height: normal;
    width: 430px;
    font-size: 18px; }
  #frame43 .email ul {
    position: absolute;
    top: 140px;
    left: 315px;
    list-style: none; }
  #frame43 .email li {
    padding-bottom: 15px; }
  #frame43 .email label {
    color: #fff;
    font-size: 22px;
    padding-right: 3px; }
  #frame43 .email input {
    width: 290px;
    font-size: 18px;
    font-family: Times, Arial, Helvetica, sans-serif; }
  #frame43 .email .send-email {
    bottom: 105px;
    left: 368px; }
  #frame43 .email p.status {
    top: 430px;
    font-size: 20px; }
  #frame43 .email .go-back {
    bottom: 80px;
    left: 395px; }

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 .audio-toggle.on {
    background: url(../images/audio-on.png); }
  footer .audio-toggle.off {
    background: url(../images/audio-off.png) -1px 0; }
  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: 2000;
  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; }

#print {
  display: none; }

#overlay {
  position: absolute;
  top: 0;
  opacity: .5; }

#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 -825px;
    width: 87px;
    height: 19px;  }*/
	
	.btn.student-area {
    background-position: -156px -851px;
    width: 87px;
    height: 19px;
	}
	
	.btn.student-area:hover {
    background-position: -156px -851px;
    width: 87px;
    height: 19px;
	}
	
	/*new button */
	.btn.pl-area {
    background-position: -273px -825px;
    width: 165px;
    height: 19px;  }
	
	.btn.pl-area:hover {
    background-position: -273px -851px;
    width: 165px;
    height: 19px; 
	}
	 .btn.teacher-area {
    background-position: 0px -825px;
    width: 127px;
    height: 19px; }
	
  .btn.teacher-area:hover {
    background-position: 0px -851px;
    width: 127px;
    height: 19px; }

