#overlay{ 
	background-image: url('/assets/img/banner/overlay.png');
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 100%;
}

* html #overlay{
	background-color: #333333;
	background-color: transparent;
	background-image: url('/assets/img/banner/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/img/banner/overlay.png", sizingMethod="scale");
}

#box{
	background-color: #333333;
	background-color: transparent;
	background-image: url('/assets/img/banner/blank.gif');
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;0
	border: 0px solid #000000;
	overflow: auto;
}

#box #close{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 55px;
	height: 55px;
	background-color:white; 
	filter:alpha(opacity=0);
	opacity: 0;
}

#box #free{
        position: absolute;
        right: 205px;
        bottom: 55px;
        width: 125px;
        height: 50px;
	background-color:white; 
	filter:alpha(opacity=0);
	opacity: 0;
}

#box #nothanks{
        position: absolute;
        right: 75px;
        bottom: 55px;
        width: 125px;
        height: 50px;
	background-color:white; 
	filter:alpha(opacity=0);
	opacity: 0;
}

/*
#box #free_ph{
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 300px;
        height: 200px;
}

#box #nothanks_ph{
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 300px;
        height: 200px;
}
*/

#box #boxContents {
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

