/** -------------------------------------------------------
 * Start :: Overlay and Flash Notice Styles
 * --------------------------------------------------------
 */
	#FlashNotice{
		width: 100%;
		margin: 10px auto;
		margin-top:0;
		border:1px solid #64A0DC;
		background: #D0E6FC;
		position:relative;
		font-size:11px;
		float:left;
	}
	#FlashNotice:after {
	    content: ".";
	    display: block !important;
	    clear: both !important;
	    visibility: hidden !important;
	    line-height: 0 !important;
	    height: 0 !important;
	}
	/* IE Fix */
	*+html #FlashNotice {
	    height: 1% !important;
	}
	* html #FlashNotice {
	    height: 1% !important;
	}
	#FlashNotice #FlashNoticeHeader {
		position:relative;
		top:0;
		left:0;
		padding:3px;
		font-size:11px; 
		text-align:left; 
		color:#FFF; 
		background: url('bg_header.gif') bottom center repeat-x #115FA4;
	}
	#FlashNoticeHeader a.close { 
		width:15px;
		height:15px;
		position:absolute;
		top:2px;
		right:5px;
		cursor:pointer;
		background: url('icon_close.gif') bottom center no-repeat transparent;
	}
	#FlashNoticeHeader a.close:hover {
		background-position: top center;		
	}
	#FlashNoticeContent {
		background: url('bg_content.gif') bottom center repeat-x;
		padding:5px 10px;
	}
	#FlashNoticeContent div h6 {
		text-align:left; 
		font-size:1.1em; 
		font-weight:normal;
		margin:0;
	}
	#FlashNoticeContent div ul {
		text-align:left;
		margin:0;
		margin-left:20px;
	}
	#FlashNoticeContent div ul li { 
		list-style:disc;
		margin:0;
		font-size:11px;
	}
	
	#FlashNoticeContent .info,
	#FlashNoticeContent .success,
	#FlashNoticeContent .warning,
	#FlashNoticeContent .error	{
		padding:5px;
		margin:5px auto;
		background:#FFFFFF bottom center repeat-x;
		border:1px solid;
		white-space:normal;
	}
	#FlashNoticeContent h6 {
		font-weight:normal;
	}
	#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;
	}
	#FlashNotice #FlashNoticeFooter {
		height:20px;
		position:relative;
		left:0;
		bottom:0;
	}
	#FlashNoticeFooter a.close {
		width:75px;
		height:21px;
		cursor:pointer;
		position:absolute;
		right:0;
		background: url('button_close.gif') bottom center no-repeat transparent;
	}
	#FlashNoticeFooter a.close:hover {
		background-position: top center;
	}
/** -------------------------------------------------------
 * END :: Overlay and Flash Notice Styles
 * --------------------------------------------------------
 */
