html, body {
	height: 100%;
}



* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 1px 1px 1px 1px;
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    display: none;
border:1px solid #888784;

}



div#fancy_content {

margin: 0;
	z-index: 100;
	position: absolute;
}





div#fancy_close {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 30px;
	width: 30px;
	background: url('fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}


div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #fff;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
	text-align:center;
}

div#fancy_title table td {
	padding: 0;
	padding-top: 8px;
	vertical-align: top;
}

td#fancy_title_left {
	height:32px;
	width: 15px;
	
}

td#fancy_title_main {
	height:32px;
	

}

td#fancy_title_right {
	height:32px;
	width: 15px;
	
}


td#fancy_title_main {
	height:0px;
	

}

td#fancy_title_right {
	height:0px;
	width: 0px;

}






