div#flashMsgShadow
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	background: #000;
	opacity: .3;
}
div#flashMsg
{
	background: url('/images/flashmsg_box.jpg');
	width: 300px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -75px;
	z-index: 11;
}
div#flashMsg p
{
	color: #333;
	margin: 20px 0px 0px 20px;
}
div#flashMsg a
{
	width: 112px;
	line-height: 36px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: center;
	background: url('/images/flashmsg_btn.jpg');
	color: #333;
	text-decoration: none;
}
