div.flash
{
	position: fixed;
	top: 0%;
	left: 0%;
	
	width: 100%;
	height: 100%;
	
	background: transparent url(../img/flashBackground.png) repeat scroll 0 0;
	z-index: 1001;
	display: block;
	
	color: White;
	text-align: center;
}

div.flash .smallBox
{
	margin: auto;
	width: 254px;
	padding-top: 300px;
}

div.flash .smallBox .boxHeader
{
	background: #aaaaaa;
	width: 254px;
	height: 27px;
	margin-bottom: 1px;
	
	padding-left: 10px;
	padding-top: 8px;
	
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #4f4730;
}

div.flash .smallBox .boxContent
{
	/* for browsers that don't suck */
	width: 244px;
	min-height: 20px;
	height:auto !important;
	
	padding: 10px;
	padding-top: 15px;
	
	color: #5f5843;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
	text-align: center;
	background: #cccccc;
}

div.flash .smallBox .boxContent .buttonImage
{
	margin-top: 10px;
}

div.flash .smallBox .boxFooter
{
	background: #eeeeee;
	width: 264px;
	height: 4px;
}

