@charset "utf-8";
/* CSS Document */


* {
	padding:0;
	margin:0;
	background-color:transparent;
	background:none;
}

/* FOR IE6 PNG SUPPORT */
img, div { behavior: url(iepngfix.htc); }

img, div, a, input { behavior: url(/media/1912/greybox/iepngfix.htc) }

body {
	width:780px;
	height:587px;
	background:url(popupbg.png);
	background-position:top left;
	background-repeat:no-repeat;
}	

#main_container {
	width:100%;
	height:100%;
}
		
#universal_gallery {
	width:626px;
	height:473px;
	position:absolute;
	left: 85px;
	top: 62px;
}

#gallery_title {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:500px;
	height:20px;
	position:absolute;
	left: 92px;
	top: 542px;
	max-height:20px;
	max-width:500px;
	overflow:hidden;
}

#close_btn {
	width:90px;
	height:30px;
	position:absolute;
	left: 622px;
	top: 539px;
	cursor:pointer;
}

