/* line 1, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
body {
  margin: 0;
}

/* line 4, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
#info_message {
  display: none;
  width: 100%;
  height: 51px;
  position: absolute;
  top: 0;
  position: fixed;
  z-index: 50000;
  margin: 0;
  padding: 0;
}

/* line 15, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.center_auto {
  margin: 0 auto;
  width: 950px;
  padding: 15px 25px;
}

/* line 20, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
#info_message .message_area {
  float: left;
  width: 98%;
}

/* line 24, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
#info_message .message_area span.link_ribbon {
  color: #999999;
  text-decoration: underline;
  cursor: pointer;
}

/* line 29, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
#info_message .button_area {
  float: left;
  width: 11px;
  height: 10px;
  margin-top: 3px;
}

/* line 35, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.error_bg {
  background: url("/assets/error_bg.png") 0 0 repeat-x;
}

/* line 38, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.error_bg .message_area {
  font: bold 14px arial;
  color: #a20510;
  text-shadow: 0 1px 0 #fff;
}

/* line 43, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.error_bg .button_area {
  background: url(/assets/error_close.png) 0 0 no-repeat;
  cursor: pointer;
}

/* line 47, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.error_bg .info_more_descrption {
  -moz-box-shadow: 0 0 5px #b2495b;
  -webkit-box-shadow: 0 0 5px #b2495b;
  box-shadow: 0 0 5px #b2495b;
}

/* line 53, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.succ_bg {
  background: url(/assets/succ_bg.png) 0 0 repeat-x;
}

/* line 56, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.succ_bg .message_area {
  font: bold 14px arial;
  color: #2f7c00;
  text-shadow: 0 1px 0 #fff;
}

/* line 61, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.succ_bg .button_area {
  background: url(/assets/succ_close.png) 0 0 no-repeat;
  cursor: pointer;
}

/* line 65, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.info_bg {
  background: url(/assets/info_bg.png) 0 0 repeat-x;
}

/* line 68, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.info_bg .message_area {
  font: bold 14px arial;
  color: #0d9a95;
  text-shadow: 0 1px 0 #fff;
}

/* line 73, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.info_bg .button_area {
  background: url(/assets/info_close.png) 0 0 no-repeat;
  cursor: pointer;
}

/* line 77, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.warn_bg {
  background: url(/assets/warn_bg.png) 0 0 repeat-x;
}

/* line 80, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.warn_bg .message_area {
  font: bold 14px arial;
  color: #a39709;
  text-shadow: 0 1px 0 #fff;
}

/* line 85, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.warn_bg .button_area {
  background: url(/assets/warn_close.png) 0 0 no-repeat;
  cursor: pointer;
}

/* line 89, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.clearboth {
  clear: both;
}

/* line 92, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.info_more_descrption {
  display: none;
  width: 950px;
  height: 300px;
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  background: #fbfbfb;
  overflow: auto;
}

/* line 102, /home/footbank/esi/app/assets/stylesheets/jquery_notification.css.scss */
.succ_bg .info_more_descrption {
  -moz-box-shadow: 0 0 5px #56a25e;
  -webkit-box-shadow: 0 0 5px #56a25e;
  box-shadow: 0 0 5px #56a25e;
}
