#flash {
	position: absolute;
	float:left;
	width: 996px;
	z-index:99;
	clear: both;
	display:none;
}

#flash .container div.hint
{
	text-align:center;	
}

#flash .container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	border-top: none !important;
}

#flash.error .container {
	background: #ffdfdf url(/images/uf_error.png);
	border: 1px solid #df7d7d;
}

#flash.notice .container {
	background: #ffdfdf url(/images/uf_ok.png);
	border: 1px solid #6EB458;
}

#flash h2 
{
	margin: 0 0 0 0;
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	padding: 2px 0 2px 20px;
}

#flash.error h2 
{
	background: url(/images/icons/cancel.png) 0 0 no-repeat;
}

#flash.notice h2 
{
	background: url(/images/icons/accept.png) 0 0 no-repeat;
}
