#fancybox-close {
	top: 4px;
	right: 4px;
	width: 12px;
	height: 12px;
	background: url('../images/about_popup_close.png') 0 0 no-repeat;
	cursor: pointer;
	opacity: .3;
	filter: alpha(opacity=30);
}
#fancybox-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-position: 0 0;
}
#fancybox-left, #fancybox-right {
	width: 0;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 45px;
	width: 6px;
	height: 8px;
	cursor: pointer;
	z-index: 1102;
	display: block;
	background: url(../images/popup_arrows_sprite.png) 0 0 no-repeat;
	opacity: .3;
	filter: alpha(opacity=30);
}
#fancybox-left-ico {
	background-position: 0 -8px !important;
	right: -865px;
	left: auto;
}
#fancybox-right-ico {
	background-position: 0 0 !important;
	right: 10px;
}
#fancybox-left-ico:hover, #fancybox-right-ico:hover {
	opacity: 1;
	filter: alpha(opacity100);
}
#fancybox-left, #fancybox-right {
	visibility: visible; /* IE6 */
}
.popup_header {
	width: 890px;
	height: 61px;
	background: url(../images/about_popup_header.jpg) 0 0 no-repeat;
}
.popup_header h2 {
	color: #ffffff;
	padding: 18px 0 0 34px;
}
.popup_full_width {
	margin: 25px 34px 20px 34px;
}
.popup_col_wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}
.popup_col {
	width: 400px;
	float: left;
	margin-left: 34px;
}
.popup_col, .popup_col.p p, .popup_wrapper p, .popup_wrapper .p p, .popup_wrapper .rte li {
	font-size: 13px;
}
.popup_wrapper h4 {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #414042;
}
.popup_wrapper h4:first-child {
	margin: 0;
}
.popup_wrapper h4+p, .popup_wrapper p:first-child {
	margin-top: 0;
}
.popup_wrapper ul {
	padding-left: 20px;
}
.popup_wrapper ul li {
	list-style-type: disc;
	margin: 6px 0;
	font-size: 13px;
}