.scroll2 {
	height: 465px;
	margin: 26px -5px 4px 0;
	overflow: auto;
	}
	.scroll_text { padding-right:22px; color:#000; padding-bottom:12px}
	
#backgroundPopup,
#backgroundPopup_1,
#backgroundPopup_2
{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;left:0;
background:#000000;
border:1px solid #cecece;
z-index:100;
}


#popupContact,
#popupContact_1,
#popupContact_2
{
display:none;
position:fixed!important;
height:500px; 
width:800px;
background:#e8e7e3;
border:2px solid #cecece;
z-index:200;
padding:12px;
font-size:13px;
}

#popupContactClose,
#popupContactClose_1,
#popupContactClose_2
{  width:20px; height:20px; background:url(../images/x.gif) top no-repeat; text-indent:-9999px; 
right:6px;
top:4px;
position:absolute;
display:block; text-decoration:none; cursor:pointer!important
}


#popupContactClose:hover,
#popupContactClose_1:hover,
#popupContactClose_2:hover
{  width:20px; height:20px; background:url(../images/x_hover.gif) top no-repeat; text-indent:-9999px; 
right:6px;
top:4px;
position:absolute;
display:block; text-decoration:none; cursor:pointer!important
}
