html, body {
	height: 100%;
}

/* prevent IE 6 forms from poking through */
#flv_modal_hide_select, #crm_flv_layer {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#crm_flv_layer {
	z-index: 100000;
}
/* IE only */
#flv_modal_hide_select {
	filter: alpha(opacity=0);
}
* html #flv_modal_hide_select, * html #crm_flv_layer { /* IE6 hack */
	position: absolute;
	top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
}
