#flashMessage {
   position: absolute;
   padding: 5px;
   top: 15px;
   left: 10px;
   width: 720px;
   text-align: center;
   cursor: pointer;
   overflow: hidden;
}

#flashMessage div.top{
   background-image: url(../img/bg/flashTopBg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
} 

#flashMessage div.cen{
   background-image: url(../img/bg/flashCenBg.png);
	background-repeat: repeat-y;
	height: auto;
	font-weight: bold;
	height: 46px;
	margin-top: -1px;
} 

#flashMessage div.cen div.info{
   color: #FFFFFF;
}

#flashMessage div.cen div.close{
   color: #EF6F00;
   margin-top: 20px;
} 

#flashMessage div.bot{
   background-image: url(../img/bg/flashBotBg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
} 