#popup
{
    z-index:1;
    position: fixed;
	display:none;
	cursor:pointer;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;	
    /*opacity: 0.8 !important;*/
	opacity: 0.0 !important;
    filter: alpha(opacity=0) !important;
    background: #fff ;/*url(images/lightbox-ico-loading.gif) no-repeat center center;*/
}
#loginform{
	z-index:2;
    position: fixed;
	display:none;
	background-color:#FFF;
	width:250px;
	height:auto;
	color:#000;

}


 * html #popup, * html #loginform { /* ie6 hack */

  position: absolute;

  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');

}
