.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, #backgroundPopup_3, #backgroundPopup_4, #backgroundPopup_5, #backgroundPopup_6, #backgroundPopup_7
{
	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, #popupContact_3, #popupContact_4, #popupContact_5, #popupContact_6, #popupContact_7
{
	display: none;
	position: fixed !important;
	height: 500px;
	width: 800px;
	background: #fff9cc;
	border: 2px solid #cecece;
	z-index: 2000000;
	padding: 12px;
	font-size: 13px;
}

#popupContactClose, #popupContactClose_1, #popupContactClose_2, #popupContactClose_3, #popupContactClose_4, #popupContactClose_5, #popupContactClose_6, #popupContactClose_7
{
	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, #popupContactClose_3:hover, #popupContactClose_4:hover, #popupContactClose_5:hover, #popupContactClose_6:hover, #popupContactClose_7: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;
}

