/**************************************************************/
/********                 splashdiv                    ********/
/**************************************************************/

#popupBackground
{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#04244a;
	/*border:1px solid #cecece;*/
	z-index:100;
}
#popupContent
{
	display:none;
	position:fixed;
	background-color:#fff;
	border:1px solid #000;
	z-index:200;
	padding:0;
	width:300px;
	height:150px;
}
#popupContent #popupFrame
{
	width:100%;
	height:100%;
}

#popupContentClose
{
	font-size:14px;
	line-height:14px;
	right:4px;
	top:1px;
	position:absolute;
	color:#333;
	background-color:#fff;
	font-weight:bold;
	display:block;
}

#popupFrame p { margin:0; padding:1em 1em 2em 1em; font-size:15px; line-height:1.4em; }
