<!--
#styled_popup {
     position:absolute;
     left: 50%; 

	 margin-top: -125px; /* half of the width */
     margin-left: -350px; /* half of the width */
	 z-index:5;
     }
	 
.popup_top {
	background-image: url(http://www.deptlogs.com/images/popup/pop_t.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.popup_bottom {
	background-image: url(http://www.deptlogs.com/images/popup/pop_b.png);
	background-repeat: repeat-x;
	background-position: top;
}
.popup_right {
	background-image: url(http://www.deptlogs.com/images/popup/pop_r.png);
	background-repeat: repeat-y;
	background-position: left;
}
.popup_left {
	background-image: url(http://www.deptlogs.com/images/popup/pop_l.png);
	background-repeat: repeat-y;
	background-position: right;
}
.popup_top_left {
	background-image: url(http://www.deptlogs.com/images/popup/pop_tl.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.popup_top_right {
	background-image: url(http://www.deptlogs.com/images/popup/pop_tr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.popup_bottom_left {
	background-image: url(http://www.deptlogs.com/images/popup/pop_bl.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.popup_bottom_right {
	background-image: url(http://www.deptlogs.com/images/popup/pop_br.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.popup_background {
	background-image: url(http://www.deptlogs.com/images/popup/pop_bg.png);
	background-repeat: repeat;
}
.popup_close {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.popup_background .popup_close .popup_close {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
-->
