/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for fassa <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> fassa settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#CB_overlay {
	position: fixed;
  min-height: 100%;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

body > #CB_overlay {
	height: auto;
}

.CB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.CB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#CB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#CB_framepage {
	/* position: fixed; */
	z-index:120;
	width: 800px;
	top: 100px;
}

* html #CB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

* html #CB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

* html #CB_framepage { /* ie6 hack */
	position: absolute;	
}