@charset "UTF-8";
/* CSS Document */

#popup_katz {
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/   
	width:614px;
	height:550px;
	margin-left: -307px;
	background-color:#FFFFFF;
	border:1px solid #cecece;  
	z-index:2;  
}

#popup_katz_copy {
	font-size:1.4em;
	margin-left:200px;
	margin-right:20px;
	margin-top:22px;
}

#popup_katz_copy1 {
	font-size:1.4em;
	margin-left:303px;
	margin-right:30px;
	margin-top:108px;
}

#popup_katz_copy2 {
	font-size:1.4em;
	margin-left:30px;
	margin-right:30px;
	margin-top:50px;
}

#popup_katz_pic {
	position:absolute;
	top:20px;
	left:20px;
	height:500px;
	width:170px;
	background-image:url(../images/popup_katz_pic.jpg);
	background-repeat:no-repeat;
}

#popup_katz_pic1 {
	position:absolute;
	top:0px;
	left:273px;
	height:78px;
	width:340px;
	background-image:url(../images/popup_katz_right_pic.jpg);
	background-repeat:no-repeat;
}

#popup_katz_pic2 {
	position:absolute;
	top:0px;
	left:0px;
	height:293px;
	width:273px;
	background-image:url(../images/popup_katz_left_pic.jpg);
	background-repeat:no-repeat;
}

#popup_close_button {
	position:absolute;
	top:10px;
	right:10px;
	margin-top: 520px;
}

#popup_background {
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	opacity:.7;
	filter:alpha(opacity=70);
	background-color:#000000;
	border:1px solid #cecece;  
	z-index:1;  

}