body .flash-message{ 
	/*border: 5px solid #c2c2c2;*/ 
	/*background: #454545;*/
	border: 0;
	padding: 20px;
	background: url('images/bg-ad-36.png');
	color: #ffffff; 
}

body .flash-message .ui-dialog-content{
	padding: 20px;
	background: url('images/bg-33-91.png');
}

body .flash-message .ui-widget-header{ 
	background: url('images/bg-dialog-header.png'); 
	color: #ffffff; 
	font-weight: normal; 
	text-transform: uppercase;	
	font-size: 14px;
}

body .flash-message .ui-dialog .ui-dialog-titlebar{ 
	position: relative;
	padding: 0;
	line-height: 28px;
	height: 28px;  
}

body .flash-message .ui-dialog-titlebar-close{
	width: 19px;
	height: 18px;
	width: 13px; 
	padding: 2px;
	height: 13px;	
}

body .flash-message .ui-dialog-titlebar-close:hover, body .flash-message .ui-dialog-titlebar-close:focus{
	padding: 2px;
}

body .flash-message table td,
body .flash-message table td div{
	font-weight: bold;
	line-height: 18px;
	font-size: 15px;
	font-family: Arial;
}

body .flash-message table td #recommendation{
	color: #cccccc;
	font-size: 12px;	
}	

body .flash-message .ui-widget-header .ui-icon{
	background-image: url('images/ffffff_13x13_close.png');
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}

body .flash-message .ui-widget-header .ui-icon-closethick{
	background-position: 0 0;
}

body .flash-message .ui-state-hover{
	border: 0;
	background: none;
}

body #flash-messages{
	display: none;
}

body #flash-messages-content{
	display: none;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;	
}

