/* line 1, module.less */
purr-container {
  width: 100%;
  line-height: 3em;
  bottom: 0px;
  position: sticky;
  text-align: center;
}
/* line 9, module.less */
#info_message {
  display: none;
  width: 100%;
  height: 51px;
  bottom: 0;
  position: fixed;
  z-index: 50000;
  margin: 0;
  padding: 0;
}
/* line 20, module.less */
.center_auto {
  margin: 0 auto;
  width: 950px;
  padding: 15px 25px;
}
/* line 26, module.less */
#info_message .message_area {
  float: left;
  width: 98%;
}
/* line 31, module.less */
#info_message .message_area span.link_ribbon {
  color: #999999;
  text-decoration: underline;
  cursor: pointer;
}
/* line 37, module.less */
#info_message .button_area {
  float: left;
  width: 11px;
  height: 10px;
  margin-top: 3px;
}
/* line 44, module.less */
.err_bg {
  background: url('/DesktopModules/MPG/PortallResources/Images/error_bg.png') 0 0 repeat-x;
}
/* line 48, module.less */
.err_bg .message_area {
  font: bold 14px arial;
  color: #a20510;
  text-shadow: 0 1px 0 #fff;
}
/* line 54, module.less */
.err_bg .button_area {
  background: url('/DesktopModules/MPG/PortallResources/Images/error_close.png') 0 0 no-repeat;
  cursor: pointer;
}
/* line 59, module.less */
.err_bg .info_more_descrption {
  -webkit-box-shadow: 0 0 5px #b2495b;
  box-shadow: 0 0 5px #b2495b;
}
/* line 65, module.less */
.succ_bg {
  background: url('/DesktopModules/MPG/PortallResources/Images/succ_bg.png') 0 0 repeat-x;
}
/* line 69, module.less */
.succ_bg .message_area {
  font: bold 14px arial;
  color: #2f7c00;
  text-shadow: 0 1px 0 #fff;
}
/* line 75, module.less */
.succ_bg .button_area {
  background: url('/DesktopModules/MPG/PortallResources/Images/succ_close.png') 0 0 no-repeat;
  cursor: pointer;
}
/* line 80, module.less */
.info_bg {
  background: url('/DesktopModules/MPG/PortallResources/Images/info_bg.png') 0 0 repeat-x;
}
/* line 84, module.less */
.info_bg .message_area {
  font: bold 14px arial;
  color: #0d9a95;
  text-shadow: 0 1px 0 #fff;
}
/* line 90, module.less */
.info_bg .button_area {
  background: url('/DesktopModules/MPG/PortallResources/Images/info_close.png') 0 0 no-repeat;
  cursor: pointer;
}
/* line 95, module.less */
.warn_bg {
  background: url('/DesktopModules/MPG/PortallResources/Images/warn_bg.png') 0 0 repeat-x;
}
/* line 99, module.less */
.warn_bg .message_area {
  font: bold 14px arial;
  color: #a39709;
  text-shadow: 0 1px 0 #fff;
}
/* line 105, module.less */
.warn_bg .button_area {
  background: url('/DesktopModules/MPG/PortallResources/Images/warn_close.png') 0 0 no-repeat;
  cursor: pointer;
}
/* line 110, module.less */
.clearboth {
  clear: both;
}
/* line 114, module.less */
.info_more_descrption {
  display: none;
  width: 950px;
  height: 300px;
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  background: #fbfbfb;
  overflow: auto;
}
/* line 125, module.less */
.succ_bg .info_more_descrption {
  -webkit-box-shadow: 0 0 5px #56a25e;
  box-shadow: 0 0 5px #56a25e;
}
