/* for error reporting */

#error_container00 {
  position:absolute;
  z-index:100;
  top:115px;
  left:45%;
  height:60px;
}

#error_container01 {
 background: #fc6161 url("/images/bg/error_container01_bg.jpg") left top repeat-x;
 width: 40%;
 margin-left: 30%;
 margin-right: 30%;
 
}

#error_container02 {
 background: url("/images/bg/error_container01_bg.jpg") left bottom repeat-x;
}

#error_container03 {
 background: url("/images/bg/error_container01_bg.jpg") left top repeat-y;
}

#error_container04 {
 background: url("/images/bg/error_container01_bg.jpg") right top repeat-y;
}

#error_container05 {
 background: url("/images/bg/error_container05_bg.jpg") left top no-repeat;
}

#error_container06 {
 background: url("/images/bg/error_container06_bg.jpg") left bottom no-repeat;
}

#error_container07 {
 background: url("/images/bg/error_container07_bg.jpg") right top no-repeat;
}

#error_container08 {
 background: url("/images/bg/error_container08_bg.jpg") right bottom no-repeat;
 padding:25px;
 height:100%;
}

img.png24 {
 background-image: none! important;
}

#hide_errors {
  text-align: right;
}

#hide_errors a {
  font-size: smaller;
  color: #000000;
  text-decoration: none;
}

#hide_errors a:hover {
  color: #ffffff;
}
