﻿#flash { 
	z-index: 1000;
	color: white; 
	font-weight: bold; 
	width: 250px; 
	text-align: center; 
	background-image: url(../images/alert_bg.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	height: 50px;
 }
 
#flash, #flash * { 
	cursor: pointer; 
}

#flash .yui-b { 
	background-image: url(../images/alert_bg.png);
	background-repeat: no-repeat;
}

#flash .yui-b>* {
	font-size: 128%;
	background-image: url(../images/alert_bg.png);
	background-repeat: no-repeat;
}
          
#flash.subtle {background-image: url(../images/alert_bg.png); color: white; }
#flash.subtle:hover { background-image: url(../images/alert_bg.png); }
#flash.warning { background-image: url(../images/alert_bg.png); color: black; }
#flash.warning:hover {background-image: url(../images/alert_bg.png); }
#flash.success { background-image: url(../images/alert_bg.png); }
#flash.success:hover { background-image: url(../images/alert_bg.png); }
#flash.failure, #flash.error { background-image: url(../images/alert_bg.png); }
#flash.failure:hover, #flash.error:hover { background-image: url(../images/alert_bg.png); }