/** -------------------------------------------------------
 * Start :: Overlay and Flash Notice Styles
 * --------------------------------------------------------
 */
	#FlashNotice{
		width: 100%;
		position:relative;
	}
	#FlashNoticeContent {
		padding:5px 20px;
		position:relative;
	}
	#FlashNoticeContent div h6 {
		text-align:left; 
		font-size:1.2em; 
		font-weight:bold;
		position:relative;
	}
	#FlashNoticeContent div ul {
		text-align:left; 
		margin-left:20px;
		position:relative;
	}
	#FlashNoticeContent div ul li { list-style:disc; }
	
	#FlashNoticeContent .info,
	#FlashNoticeContent .success,
	#FlashNoticeContent .warning,
	#FlashNoticeContent .error,
	#FlashNoticeContent .debug	{
		padding:5px;
		margin:5px auto;
		background:#FFFFFF bottom center repeat-x;
		border:1px solid;
		white-space:normal;
		position:relative;
	}
	#FlashNoticeContent .info	{
		border-color:#33CCFF;
		background-image:url('bg_info.gif');
	}
	#FlashNoticeContent .info h6 {
		color:#33CCFF;
	}
	#FlashNoticeContent .success	{
		border-color: #00CC00;
		background-image:url('bg_success.gif');
	}
	#FlashNoticeContent .success h6 {
		color: #00CC00;
	}
	#FlashNoticeContent .warning	{
		border-color: #FF6600;
		background-image:url('bg_warning.gif');
	}
	#FlashNoticeContent .warning h6 {
		color: #FF6600;
	}
	#FlashNoticeContent .error	{
		border-color: #FF0000;
		background-image:url('bg_error.gif');
	}
	#FlashNoticeContent .error h6 {
		color: #FF0000;
	}
	#FlashNoticeContent .debug	{
		border-color:yellow;
		background-color:lightyellow;
	}
	#FlashNoticeContent .debug h6 {
		color:orange;
	}
	#FlashNotice #FlashNoticeFooter {
		height:21px;
		position:relative;
		left:0;
		bottom:0;
	}
	#FlashNoticeFooter a.close {
		width:75px;
		height:21px;
		cursor:pointer;
		float:right;
		background: url('button_close.gif') bottom center no-repeat transparent;
	}
	#FlashNoticeFooter a.close:hover {
		background-position: top center;
	}
/** -------------------------------------------------------
 * END :: Overlay and Flash Notice Styles
 * --------------------------------------------------------
 */
