#backgroundPopup
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popup
{
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:670px;
	height:576px;
	background:#FFFFFF;
	border:1px solid #cecece;
	z-index:2;
	padding:5px;
	font-size:13px;
}
#popupHeader
{
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	
	border: 1px solid #e78f08; 
	background: #f6a828 url(/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; 
	color: #ffffff; 
	font-weight: bold;	
	
	padding: 1px 5px;
	position:relative;
	
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size:1.1em;

	height: 23px;
	margin-bottom: 5px;
}


#popupTitle
{
	margin:0.1em 0 0.2em;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size:1.1em;
}

#popupClose
{
	height:17px;
	margin:-10px 0 0;
	padding:1px;
	position:absolute;
	right:0.3em;
	top:50%;
	width:19px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

#popupClose:hover
{
	border: 1px solid #fbcb09; 
	background: #fdf5ce url(/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; 
	font-weight: bold; 
	color: #c77405; 
	outline: none; 
}

#popupCloseButton
{
	display:block;
	margin:1px;
	background-image:url(/css/ui-lightness/images/ui-icons_ffffff_256x240.png);
	background-position:-96px -128px;	
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	display:block;
	overflow:hidden;
	text-indent:-99999px;
}
#popupClose:hover #popupCloseButton
{
	background-image: url(/css/ui-lightness/images/ui-icons_ef8c08_256x240.png);
}

