
#flash_message_wrapper{
  text-align: center;
}

#flash_message_wrapper .closer, 
#flash_message_wrapper .closer:visited{
  position:absolute;
  top: 2px;
  right:3px;
  width: 25px;
  height: 25px;
  overflow:hidden;
  background: url(../images/btn_close.png) no-repeat scroll 0px 0px;
}
#flash_message_wrapper .closer:hover{
  background: url(../images/btn_close.png) no-repeat scroll 0px -25px;
}

#flash_message_wrapper .closer:active{
  background: url(../images/btn_close.png) no-repeat scroll 0px -50px;
}

#flash_notice,#flash_error  {
  width: 30em;
  font-size: 16px;
  border: 2px solid;
  margin: 8px auto 12px auto;
  padding: 4px 30px 4px 30px;
}

#flash_notice {
  color: #005F00;
  border-color: #9FCF9F;
  background:#DFFFDF url(../images/true.png) no-repeat scroll 8px 5px;
}

#flash_error {
  color:#550000;
  border-color:#DD0000;
  background: #FFE3E3 url(../images/false.png) no-repeat scroll 8px 5px;
}

#loading {
  font-size: 15px;
  background-color:#640000;
  color:white;
  width: 60px;
  right:0;
  padding:3px;
  position: absolute;
  right:0px;
  top:0;
  z-index:50000;
}
