/* 960 Grid System ~ Text CSS.
 * Learn more ~ http://960.gs/
 * *
 * Licensed under GPL and MIT. */
/* line 4, ../../../app/stylesheets/partials/_text.sass */
body {
  font: 13px/1.5 'lucida grande', tahoma, verdana, arial, sans-serif;
}

/* line 6, ../../../app/stylesheets/partials/_text.sass */
a:focus {
  outline: 1px dotted invert;
}

/* line 8, ../../../app/stylesheets/partials/_text.sass */
hr {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

/* line 14, ../../../app/stylesheets/partials/_text.sass */
h1 {
  font-size: 25px;
}

/* line 16, ../../../app/stylesheets/partials/_text.sass */
h2 {
  font-size: 23px;
}

/* line 18, ../../../app/stylesheets/partials/_text.sass */
h3 {
  font-size: 21px;
}

/* line 20, ../../../app/stylesheets/partials/_text.sass */
h4 {
  font-size: 19px;
}

/* line 22, ../../../app/stylesheets/partials/_text.sass */
h5 {
  font-size: 17px;
}

/* line 24, ../../../app/stylesheets/partials/_text.sass */
h6 {
  font-size: 15px;
}

/* line 26, ../../../app/stylesheets/partials/_text.sass */
ol {
  list-style: decimal;
}

/* line 28, ../../../app/stylesheets/partials/_text.sass */
ul {
  list-style: square;
}

/* line 30, ../../../app/stylesheets/partials/_text.sass */
li {
  margin-left: 30px;
}

/* line 5, ../../../app/stylesheets/partials/_custom.scss */
a {
  text-decoration: none;
}

/* line 9, ../../../app/stylesheets/partials/_custom.scss */
a:hover {
  text-decoration: underline;
}

/* line 13, ../../../app/stylesheets/partials/_custom.scss */
.trborder {
  border: 2px solid #eb7a09;
}

/* line 16, ../../../app/stylesheets/partials/_custom.scss */
.grborder {
  border: 1px solid #cccccc;
}

/* line 19, ../../../app/stylesheets/partials/_custom.scss */
.orborder {
  border: 2px solid #eb7a09;
}

/* line 22, ../../../app/stylesheets/partials/_custom.scss */
.orbg {
  background-color: #eb7a09;
}

/* line 26, ../../../app/stylesheets/partials/_custom.scss */
h1 {
  background-color: #eb7a09;
  color: #fff;
  font-size: 15px;
  padding: 0 5px;
}

/* line 33, ../../../app/stylesheets/partials/_custom.scss */
h2.spielweise {
  border-bottom: 1px solid #cccccc;
  color: #000000;
  font-size: 15px;
  padding: 0 5px;
}

/* line 41, ../../../app/stylesheets/partials/_custom.scss */
#navi a,
#subnavi a {
  color: black;
  padding-right: 5px;
  border-right: 1px solid grey;
}

/* line 47, ../../../app/stylesheets/partials/_custom.scss */
#navi {
  text-align: center;
  background: url("/images/navi.png");
  height: 24px;
}

/* line 53, ../../../app/stylesheets/partials/_custom.scss */
#subnavi {
  height: 24px;
  background: url("/images/subnavi.png") repeat-x;
  padding-bottom: 20px;
  text-align: center;
}

/* line 60, ../../../app/stylesheets/partials/_custom.scss */
.navi_active {
  background: url("/images/navi_active.gif");
  height: 24px;
}

/* line 65, ../../../app/stylesheets/partials/_custom.scss */
#loginbox {
  background-color: #fff;
  border: 3px solid #fff;
  height: 50px;
  margin: 10px 0 0 0;
}

/* line 72, ../../../app/stylesheets/partials/_custom.scss */
#header_login {
  background-color: #eb7a09;
  border: 3px solid #eb7a09;
}

/* line 77, ../../../app/stylesheets/partials/_custom.scss */
#header a {
  color: white;
}

/* line 82, ../../../app/stylesheets/partials/_custom.scss */
#no-javascript {
  background-color: #bf1402;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  color: white;
}

/* line 90, ../../../app/stylesheets/partials/_custom.scss */
.padding5 {
  padding: 5px;
}

/* line 94, ../../../app/stylesheets/partials/_custom.scss */
.formError {
  color: red;
  font-style: italic;
}

/**** boxes ****/
/**** jquery cycle plugin ****/
/* line 101, ../../../app/stylesheets/partials/_custom.scss */
#pager {
  text-align: center;
  margin-top: 10px;
}

/* line 102, ../../../app/stylesheets/partials/_custom.scss */
#pager a {
  background-color: #EB7A09;
  text-decoration: none;
  margin: 0 10px;
  padding: 3px 5px;
}

/* line 103, ../../../app/stylesheets/partials/_custom.scss */
#pager a.activeSlide {
  background: #ea0;
}

/* line 104, ../../../app/stylesheets/partials/_custom.scss */
#pager a:focus {
  outline: none;
}

/**** flash messages ****/
/* line 4, ../../../app/stylesheets/partials/_flash.scss */
#outer_flash {
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 1000;
}

/* line 11, ../../../app/stylesheets/partials/_flash.scss */
#center_flash {
  margin: 0 auto;
}

/* line 15, ../../../app/stylesheets/partials/_flash.scss */
#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
  text-align: center;
  font-size: 20px;
}

/* line 22, ../../../app/stylesheets/partials/_flash.scss */
#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

/* line 27, ../../../app/stylesheets/partials/_flash.scss */
#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

/* line 2, ../../../app/stylesheets/partials/_footer.scss */
#footer {
  text-align: center;
  margin: 0 auto;
  height: 22px;
  background: url("/images/footer.gif");
}

/* line 11, ../../../app/stylesheets/partials/_footer.scss */
#footer a,
#footer span {
  color: white;
  font-size: 10px;
}

/* line 15, ../../../app/stylesheets/partials/_footer.scss */
#footer a {
  padding-right: 5px;
  border-right: 2px solid white;
}

/* BOXES */
/* line 4, ../../../app/stylesheets/partials/_oldboxes.scss */
.box {
  position: relative;
  z-index: 2;
  zoom: 1;
}

/* line 10, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  zoom: 1;
}

/* line 21, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg * {
  position: absolute;
  overflow: hidden;
  background-repeat: no-repeat;
  zoom: 1;
  background-image: url(/images/sprite.png);
  _background-image: url(/images/sprite.gif);
}

/********************************************************************************
                                     BOX 1
***********************************************************************************/
/* line 35, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .box-bd1 {
  _height: 20px;
  min-height: 20px;
  zoom: 1;
}

/* top */
/* line 43, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg1 strong.w {
  left: 0;
  top: 0;
  right: 12px;
  height: 227px;
  background-position: 0px -350px;
  font-size: 1px;
}

/* line 52, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg1 strong.e {
  top: 0;
  right: 0;
  height: 227px;
  width: 12px;
  background-position: -964px -350px;
  font-size: 1px;
}

/* center */
/* line 62, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg1 i.w {
  left: 0;
  top: 227px;
  right: 12px;
  bottom: 15px;
  /*background-repeat:repeat-y;
  background-position:0px -577px;*/
  background-color: #FFFFFF;
  font-size: 1px;
}

/* line 73, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg1 i.e {
  top: 227px;
  right: 0px;
  width: 12px;
  bottom: 15px;
  /*background-repeat:repeat-y;
  background-position:-964px -577px;*/
  background-color: #FFFFFF;
  font-size: 1px;
}

/* bottom */
/* line 85, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg1 b.w {
  left: 0;
  bottom: 0;
  right: 12px;
  height: 15px;
  background-position: 0 -578px;
  font-size: 1px;
}

/* line 94, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg1 b.e {
  height: 15px;
  bottom: 0;
  right: 0;
  width: 12px;
  background-position: -964px -578px;
  font-size: 1px;
}

/* line 104, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg1 i.w, .box .boxBg1 i.e {
  background-image: url(/images/1x1.gif);
  background-color: #F6A510;
}

/********************************************************************************
                                     BOX 2
***********************************************************************************/
/* line 116, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .box-bd2 {
  _height: 20px;
  min-height: 20px;
  zoom: 1;
}

/* top */
/* line 123, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg2 strong.w {
  left: 0;
  top: 0;
  right: 12px;
  height: 137px;
  background-position: 0px -600px;
  font-size: 1px;
}

/* line 132, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg2 strong.e {
  top: 0;
  right: 0;
  height: 137px;
  width: 12px;
  background-position: -964px -600px;
  font-size: 1px;
}

/* center */
/* line 142, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg2 i.w {
  left: 0;
  top: 137px;
  right: 12px;
  bottom: 15px;
  /*background-repeat:repeat-y;
  background-position:0px -577px;*/
  background-color: #FFFFFF;
  font-size: 1px;
}

/* line 153, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg2 i.e {
  top: 137px;
  right: 0px;
  width: 12px;
  bottom: 15px;
  /*background-repeat:repeat-y;
  background-position:-964px -577px;*/
  background-color: #FFFFFF;
  font-size: 1px;
}

/* bottom */
/* line 165, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg2 b.w {
  left: 0;
  bottom: 0;
  right: 12px;
  height: 15px;
  background-position: 0 -738px;
  font-size: 1px;
}

/* line 174, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg2 b.e {
  height: 15px;
  bottom: 0;
  right: 0;
  width: 12px;
  background-position: -964px -738px;
  font-size: 1px;
}

/* line 184, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg2 i.w, .box .boxBg2 i.e {
  background-image: url(/images/1x1.gif);
  background-color: #fca038;
}

/********************************************************************************
                                     BOX 3
***********************************************************************************/
/* line 193, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .box-bd3 {
  _height: 20px;
  min-height: 20px;
  zoom: 1;
}

/* top */
/* line 200, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg3 strong.w {
  left: 0;
  top: 0;
  right: 12px;
  height: 137px;
  background-position: 0px -766px;
  font-size: 1px;
}

/* line 209, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg3 strong.e {
  top: 0;
  right: 0;
  height: 137px;
  width: 12px;
  background-position: -964px -766px;
  font-size: 1px;
}

/* center */
/* line 219, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg3 i.w {
  left: 0;
  top: 137px;
  right: 12px;
  bottom: 15px;
  /*background-repeat:repeat-y;
  background-position:0px -577px;*/
  background-color: #FFFFFF;
  font-size: 1px;
}

/* line 230, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg3 i.e {
  top: 137px;
  right: 0px;
  width: 12px;
  bottom: 15px;
  /*background-repeat:repeat-y;
  background-position:-964px -577px;*/
  background-color: #FFFFFF;
  font-size: 1px;
}

/* bottom */
/* line 242, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg3 b.w {
  left: 0;
  bottom: 0;
  right: 12px;
  height: 15px;
  background-position: 0 -904px;
  font-size: 1px;
}

/* line 251, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg3 b.e {
  height: 15px;
  bottom: 0;
  right: 0;
  width: 12px;
  background-position: -964px -904px;
  font-size: 1px;
}

/* line 261, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg3 i.w, .box .boxBg3 i.e {
  background-image: url(/images/1x1.gif);
  background-color: #fbe0b8;
}

/********************************************************************************
                                     BOX 4
***********************************************************************************/
/* line 271, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .box-bd4 {
  _height: 20px;
  min-height: 20px;
  zoom: 1;
}

/* top */
/* line 279, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg4 strong.w {
  left: 0;
  top: 0;
  right: 12px;
  height: 27px;
  background-position: 0px -930px;
  font-size: 1px;
}

/* line 288, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg4 strong.e {
  top: 0;
  right: 0;
  height: 27px;
  width: 12px;
  background-position: -964px -930px;
  font-size: 1px;
}

/* center */
/* line 298, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg4 i.w {
  left: 0;
  top: 27px;
  right: 12px;
  bottom: 15px;
  /*background-repeat:repeat-y;
  background-position:0px -577px;*/
  background-color: #FFFFFF;
  font-size: 1px;
}

/* line 309, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg4 i.e {
  top: 27px;
  right: 0px;
  width: 12px;
  bottom: 15px;
  /*background-repeat:repeat-y;
  background-position:-964px -577px;*/
  background-color: #FFFFFF;
  font-size: 1px;
}

/* bottom */
/* line 321, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg4 b.w {
  left: 0;
  bottom: 0;
  right: 12px;
  height: 15px;
  background-position: 0 -958px;
  font-size: 1px;
}

/* line 330, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg4 b.e {
  height: 15px;
  bottom: 0;
  right: 0;
  width: 12px;
  background-position: -964px -958px;
  font-size: 1px;
}

/* line 340, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg4 i.w, .box .boxBg4 i.e {
  background-image: url(/images/1x1.gif);
  background-color: #FFFFFF;
}

/********************************************************************************
                                     BOX 5
***********************************************************************************/
/* line 350, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .box-bd5 {
  _height: 20px;
  min-height: 20px;
  zoom: 1;
}

/* top */
/* line 358, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg5 strong.w {
  left: 0;
  top: 0;
  right: 12px;
  height: 50px;
  background-position: 0px -980px;
  font-size: 1px;
}

/* line 367, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg5 strong.e {
  top: 0;
  right: 0;
  height: 50px;
  width: 12px;
  background-position: -964px -980px;
  font-size: 1px;
}

/* center */
/* line 377, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg5 i.w {
  left: 0;
  top: 50px;
  right: 12px;
  bottom: 15px;
  /*background-repeat:repeat-y;
  background-position:0px -577px;*/
  background-color: #FFFFFF;
  font-size: 1px;
}

/* line 388, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg5 i.e {
  top: 50px;
  right: 0px;
  width: 12px;
  bottom: 15px;
  /*background-repeat:repeat-y;
  background-position:-964px -577px;*/
  background-color: #FFFFFF;
  font-size: 1px;
}

/* bottom */
/* line 400, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg5 b.w {
  left: 0;
  bottom: 0;
  right: 12px;
  height: 15px;
  background-position: 0 -1031px;
  font-size: 1px;
}

/* line 409, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg5 b.e {
  height: 15px;
  bottom: 0;
  right: 0;
  width: 12px;
  background-position: -964px -1031px;
  font-size: 1px;
}

/* line 419, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg5 i.w, .box .boxBg5 i.e {
  background-image: url(/images/1x1.gif);
  background-color: #bb2c0e;
}

/********************************************************************************
                                     BOX 6
***********************************************************************************/
/* line 429, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .box-bd6 {
  _height: 70px;
  min-height: 70px;
  zoom: 1;
}

/* top */
/* line 437, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg6 strong.w {
  left: 0;
  top: 0;
  right: 12px;
  height: 72px;
  background-position: 0px -1050px;
  font-size: 1px;
}

/* line 446, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg6 strong.e {
  top: 0;
  right: 0;
  height: 72px;
  width: 12px;
  background-position: -964px -1050px;
  font-size: 1px;
}

/* center */
/* line 456, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg6 i.w {
  left: 0;
  top: 72px;
  right: 12px;
  bottom: 15px;
  background-repeat: repeat-y;
  background-position: 0px 0px;
  font-size: 1px;
}

/* line 466, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg6 i.e {
  top: 72px;
  right: 0px;
  width: 12px;
  bottom: 15px;
  background-repeat: repeat-y;
  background-position: -964px 0px;
  font-size: 1px;
}

/* bottom */
/* line 477, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg6 b.w {
  left: 0;
  bottom: 0;
  right: 12px;
  height: 15px;
  background-position: 0 -1123px;
  font-size: 1px;
}

/* line 486, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg6 b.e {
  height: 15px;
  bottom: 0;
  right: 0;
  width: 12px;
  background-position: -964px -1123px;
  font-size: 1px;
}

/* line 496, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg6 i.w, .box .boxBg6 i.e {
  background-image: url(/images/box6_center_bg.gif);
}

/********************************************************************************
                                     BOX 7
***********************************************************************************/
/* line 505, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .box-bd7 {
  _height: 30px;
  min-height: 30px;
  zoom: 1;
}

/* top */
/* line 513, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg7 strong.w {
  left: 0;
  top: 0;
  right: 12px;
  height: 34px;
  background-position: 0px -1525px;
  font-size: 1px;
}

/* line 522, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg7 strong.e {
  top: 0;
  right: 0;
  height: 34px;
  width: 12px;
  background-position: -964px -1525px;
  font-size: 1px;
}

/* center */
/* line 532, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg7 i.w {
  left: 0;
  top: 34px;
  right: 12px;
  bottom: 15px;
  /*  background-repeat:repeat-y;
    background-position:0px 0px;*/
  font-size: 1px;
}

/* line 542, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg7 i.e {
  top: 34px;
  right: 0px;
  width: 12px;
  bottom: 15px;
  /*  background-repeat:repeat-y;
    background-position:-964px 0px;*/
  font-size: 1px;
}

/* bottom */
/* line 553, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg7 b.w {
  left: 0;
  bottom: 0;
  right: 12px;
  height: 15px;
  background-position: 0 -1557px;
  font-size: 1px;
}

/* line 562, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg7 b.e {
  height: 15px;
  bottom: 0;
  right: 0;
  width: 12px;
  background-position: -964px -1557px;
  font-size: 1px;
}

/* line 572, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg7 i.w, .box .boxBg7 i.e {
  background-image: url(/images/1x1.gif);
  background-color: #FEF1E2;
}

/* line 576, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg7 i.w {
  border-left: 1px solid #EE7F01;
}

/* line 579, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg7 i.e {
  border-right: 1px solid #EE7F01;
}

/********************************************************************************
                                     BOX 8
***********************************************************************************/
/* line 591, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .box-bd8 {
  _height: 26px;
  min-height: 26px;
  zoom: 1;
}

/* top */
/* line 599, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg8 strong.w {
  left: 0;
  top: 0;
  right: 12px;
  height: 12px;
  background-position: 0px -1580px;
  font-size: 1px;
}

/* line 608, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg8 strong.e {
  top: 0;
  right: 0;
  height: 12px;
  width: 12px;
  background-position: -964px -1580px;
  font-size: 1px;
}

/* center */
/* line 618, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg8 i.w {
  left: 0;
  top: 12px;
  right: 12px;
  bottom: 12px;
  /*  background-repeat:repeat-y;
    background-position:0px 0px;*/
  font-size: 1px;
}

/* line 628, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg8 i.e {
  top: 12px;
  right: 0px;
  width: 12px;
  bottom: 12px;
  /*  background-repeat:repeat-y;
    background-position:-964px 0px;*/
  font-size: 1px;
}

/* bottom */
/* line 639, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg8 b.w {
  left: 0;
  bottom: 0;
  right: 12px;
  height: 12px;
  background-position: 0 -1594px;
  font-size: 1px;
}

/* line 648, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg8 b.e {
  height: 12px;
  bottom: 0;
  right: 0;
  width: 12px;
  background-position: -964px -1594px;
  font-size: 1px;
}

/* line 658, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg8 i.w, .box .boxBg8 i.e {
  background-image: url(/images/1x1.gif);
  background-color: #EE7F01;
}

/********************************************************************************
                                     BOX 9
***********************************************************************************/
/* line 669, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .box-bd9 {
  _height: 24px;
  min-height: 24px;
  zoom: 1;
}

/* top */
/* line 677, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg9 strong.w {
  left: 0;
  top: 0;
  right: 12px;
  height: 12px;
  background-position: 0px -1610px;
  font-size: 1px;
}

/* line 686, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg9 strong.e {
  top: 0;
  right: 0;
  height: 12px;
  width: 12px;
  background-position: -964px -1610px;
  font-size: 1px;
}

/* center */
/* line 696, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg9 i.w {
  left: 0;
  top: 12px;
  right: 12px;
  bottom: 12px;
  /*  background-repeat:repeat-y;
    background-position:0px 0px;*/
  font-size: 1px;
}

/* line 706, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg9 i.e {
  top: 12px;
  right: 0px;
  width: 12px;
  bottom: 12px;
  /*  background-repeat:repeat-y;
    background-position:-964px 0px;*/
  font-size: 1px;
}

/* bottom */
/* line 717, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg9 b.w {
  left: 0;
  bottom: 0;
  right: 12px;
  height: 12px;
  background-position: 0 -1622px;
  font-size: 1px;
}

/* line 726, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg9 b.e {
  height: 12px;
  bottom: 0;
  right: 0;
  width: 12px;
  background-position: -964px -1622px;
  font-size: 1px;
}

/* line 736, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg9 i.w, .box .boxBg9 i.e {
  background-image: url(/images/1x1.gif);
}

/* line 739, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg9 i.w {
  border-left: 1px solid #EE7F01;
}

/* line 742, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg9 i.e {
  border-right: 1px solid #EE7F01;
}

/********************************************************************************
                                     BOX 10
***********************************************************************************/
/* line 749, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .box-bd10 {
  _height: 30px;
  min-height: 30px;
  zoom: 1;
}

/* top */
/* line 757, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg10 strong.w {
  left: 0;
  top: 0;
  right: 12px;
  height: 34px;
  background-position: 0px -1525px;
  font-size: 1px;
}

/* line 766, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg10 strong.e {
  top: 0;
  right: 0;
  height: 34px;
  width: 12px;
  background-position: -964px -1050px;
  font-size: 1px;
}

/* center */
/* line 776, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg10 i.w {
  left: 0;
  top: 34px;
  right: 12px;
  bottom: 15px;
  /*  background-repeat:repeat-y;
    background-position:0px 0px;*/
  font-size: 1px;
}

/* line 786, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg10 i.e {
  top: 34px;
  right: 0px;
  width: 12px;
  bottom: 15px;
  /*  background-repeat:repeat-y;
    background-position:-964px 0px;*/
  font-size: 1px;
}

/* bottom */
/* line 797, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg10 b.w {
  left: 0;
  bottom: 0;
  right: 12px;
  height: 15px;
  background-position: 0 -1557px;
  font-size: 1px;
}

/* line 806, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg10 b.e {
  height: 15px;
  bottom: 0;
  right: 0;
  width: 12px;
  background-position: -964px 0;
  font-size: 1px;
}

/* line 816, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg10 i.w, .box .boxBg10 i.e {
  background-image: url(/images/1x1.gif);
  background-color: #ef7f00;
}

/* line 820, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg10 i.w {
  border-left: 1px solid #ef7f00;
}

/* line 823, ../../../app/stylesheets/partials/_oldboxes.scss */
.box .boxBg10 i.e {
  border-right: 1px solid #ef7f00;
}

/********************************************************************************
                                     New Buttons
***********************************************************************************/
/* line 14, ../../../app/stylesheets/partials/_buttons.scss */
.submit-button span, .submit-button em,
.submit-button-dark span, .submit-button-dark em,
.blockspot-button span, .blockspot-button em,
.normal-button span, .normal-button em,
.header-button span, .header-button em,
.cancel-button span, .cancel-button em,
.normal-input span, .normal-input em,
.blockspot-button-active span, .blockspot-button-active em,
.blockspot-result-show span, .blockspot-result-show em,
.blockspot-result-hide span, .blockspot-result-hide em {
  background: transparent no-repeat;
  background-image: url(/images/btn-sprite.png);
  _background-image: url(/images/btn-sprite.gif);
}

/* line 26, ../../../app/stylesheets/partials/_buttons.scss */
.submit-button, .normal-button,
.submit-button-dark,
.cancel-button, .normal-input,
.header-button, .blockspot-button,
.blockspot-button-active,
.blockspot-result-show,
.blockspot-result-hide {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  float: left;
  margin: 0 0 0 5px;
  overflow: visible;
  padding: 0 0 0 8px;
  text-align: center;
  white-space: nowrap;
}

/* line 44, ../../../app/stylesheets/partials/_buttons.scss */
.submit-button span, .normal-button span,
.submit-button-dark span,
.cancel-button span, .normal-input span,
.header-button span, .blockspot-button span,
.blockspot-button-active span,
.blockspot-result-show span,
.blockspot-result-hide span {
  display: block;
  margin: 0 0 0 5px;
  padding: 0 10px 0 0;
  line-height: 26px;
}

/* line 57, ../../../app/stylesheets/partials/_buttons.scss */
.submit-button em, .normal-button em,
.submit-button-dark em,
.cancel-button em, .normal-input em,
.header-button em, .blockspot-button em,
.blockspot-button-active em,
.blockspot-result-show em,
.blockspot-result-hide em {
  display: block;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  margin: 0 5px 0 -15px;
  padding: 0 0 0 10px;
  height: 26px;
}

/* line 75, ../../../app/stylesheets/partials/_buttons.scss */
a.submit-button, a.normal-button,
a.submit-button-dark,
a.cancel-button, a.normal-input,
a.header-button, a.blockspot-button,
a.blockspot-button-active,
a.blockspot-result-show,
a.blockspot-result-hide {
  display: block;
  text-decoration: none;
}

/* line 86, ../../../app/stylesheets/partials/_buttons.scss */
a.submit-button em, a.normal-button em,
a.submit-button-dark em,
a.cancel-button em, a.normal-input em,
a.header-button em, a.blockspot-button em,
a.blockspot-button-active em,
a.blockspot-result-show,
a.blockspot-result-hide {
  height: 26px;
  line-height: 26px;
}

/* line 91, ../../../app/stylesheets/partials/_buttons.scss */
.submit-button span, .submit-button-dark span {
  background-position: right -93px;
  color: #026172;
}

/* line 96, ../../../app/stylesheets/partials/_buttons.scss */
.submit-button em, .submit-button-dark em {
  background-position: left -93px;
  color: #026172;
  text-indent: 15px;
}

/* line 102, ../../../app/stylesheets/partials/_buttons.scss */
.submit-button-dark span {
  background-position: right -283px;
}

/* line 106, ../../../app/stylesheets/partials/_buttons.scss */
.submit-button-dark em {
  background-position: left -283px;
}

/* line 110, ../../../app/stylesheets/partials/_buttons.scss */
.normal-button span, .header-button span {
  background-position: right -32px;
  /*  color: #026172;*/
  color: #ef8000;
  line-height: 26px;
}

/* line 117, ../../../app/stylesheets/partials/_buttons.scss */
.normal-button em, .header-button em {
  background-position: left -32px;
  color: #ef8000;
  line-height: 26px;
}

/* line 123, ../../../app/stylesheets/partials/_buttons.scss */
.header-button span {
  background-position: right -253px;
}

/* line 127, ../../../app/stylesheets/partials/_buttons.scss */
.header-button em {
  background-position: left -253px;
}

/* line 131, ../../../app/stylesheets/partials/_buttons.scss */
.cancel-button span {
  background-position: right -3px;
  color: #d2482c;
  text-indent: 15px;
}

/* line 137, ../../../app/stylesheets/partials/_buttons.scss */
.cancel-button em {
  background-position: left -3px;
  color: #d2482c;
}

/* line 142, ../../../app/stylesheets/partials/_buttons.scss */
.normal-input span {
  background-position: right -63px;
}

/* line 146, ../../../app/stylesheets/partials/_buttons.scss */
.normal-input em {
  background-position: left -63px;
}

/* line 150, ../../../app/stylesheets/partials/_buttons.scss */
.normal-input {
  width: 130px;
  height: 26px;
  cursor: default;
}

/* line 156, ../../../app/stylesheets/partials/_buttons.scss */
.normal-input input {
  background-color: transparent;
  border: 0px;
  color: #EEC69A;
  display: block;
  height: 15px;
  width: 120px;
  padding: 6px 16px 5px 0;
}

/********************************************************************************
                                     about
***********************************************************************************/
/* line 5, ../../../app/stylesheets/partials/_about.scss */
.about_text p {
  padding-bottom: 18px;
}

/* line 9, ../../../app/stylesheets/partials/_about.scss */
.about_text {
  padding-bottom: 10px;
  z-index: 10;
}

/* line 17, ../../../app/stylesheets/partials/_about.scss */
.about_content_wrapper img {
  right: 15px;
  bottom: 66px;
  position: absolute;
  float: right;
  z-index: 0;
}

/* line 25, ../../../app/stylesheets/partials/_about.scss */
#about_blocktext {
  width: 400px;
  height: 350px;
}
