.leightbox {
	color: #FFFFFF;
	display: none;
	position: absolute;
	top: 15%;
	left: 30%;
	width: 460px;
	height: 270px;
	background-image:url(http://www.guildgroup.com.au/survey/images/bg_leightbox.png);
	background-repeat:no-repeat;
	text-align: left;
	z-index:1001;
	overflow:hidden;	
	font-size:0.7em;
}
*html .leightbox{
background-image:url(http://www.guildgroup.com.au/survey/images/bg_leightbox.gif);
/*_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true src='http://www.guildgroup.com.au/survey/images/bg_leightbox.png', sizingMethod='scale');*/
}
.leightbox .content{padding:10px 30px;}
.leightbox .content h1{margin:18px 0 20px 0;font-size:0.75em;}
.leightbox .content p{margin:5px 0 10px 0;font-size:11px;}
.leightbox .content a {position:relative;} 

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#FFF;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }