/********************** POP UP Windows ************************/
body.pop-up
{
	background-color: #FFF;
	font-size: 0.75em; /* 16x0.75=12 */
}

div#pop-up-header
{
	position: relative;
	height: 72px;
	background: #FFF url('../images/layout/shared/pop_up_bg.gif') 0 0 repeat-x;
}
div#pop-up-header-web
{
	position: relative;
	height: 64px;
	background: #FFF url('../images/layout/shared/pop_up_bg_rn.gif') 0 0 repeat-x;
}
	div#pop-up-header h1
	{
		background: #FFF url('../images/layout/shared/pop_up_logo.gif') 0 0 no-repeat;
		width: 153px;
		height: 72px;
		text-indent: -1000em;
	}
	div#pop-up-header-web h1
	{
		background: url('../images/layout/shared/pop_up_logo_web_relay_rn.gif') 15px 0 no-repeat;
		width: 153px;
		height: 64px;
		text-indent: -1000em;
	}
	div#pop-up-header p#pop-up-close
	{
		position: absolute;
		background: #FFF url('../images/layout/shared/pop_up_close.gif') 0 0 no-repeat;
		top: 0;
		right: 0;
		width: 55px;
		height: 72px;
	}
	
		div#pop-up-header p#pop-up-close a
		{
			display: block;
			position: absolute;
			top: 22px;
			right: 6px;
			width: 44px;
			height: 11px;
			text-indent: -1000em;
		}

div#pop-up-content
{
	padding: 0 20px 20px 20px;
}

	div#pop-up-content ul
	{
		margin: 0 2.5em 1em;
		list-style: disc outside;
	}
	
	div#pop-up-content ol
	{
		margin: 0 2.5em 1em;
		list-style: decimal outside;
	}
