html {
	overflow:visible:
}

#topLeft {
    margin:0px;
    height:14px;
	width:14px;
	background-image:url(../images/popupbox/top-left.gif);
	background-repeat:no-repeat;
}

#top {
    margin:0px;
    height:14px;
	background-image:url(../images/popupbox/top.gif);
	background-repeat:repeat-x;
}

#topRight {
    margin:0px;
    height:14px;
	width:14px;
	background-image:url(../images/popupbox/top-right.gif);
	background-repeat:no-repeat;
}

#left {
    margin:0px;
    width:14px;
	background-image:url(../images/popupbox/left.gif);
	background-repeat:repeat-y;
}

#right {
    margin:0px;
    width:14px;
	background-image:url(../images/popupbox/right.gif);
	background-repeat:repeat-y;
}

#bottomLeft {
    margin:0px;
    height:14px;
	width:14px;
	background-image:url(../images/popupbox/bottom-left.gif);
	background-repeat:no-repeat;
}

#bottom {
    margin:0px;
    height:14px;
	background-image:url(../images/popupbox/bottom.gif);
	background-repeat:repeat-x;
}

#bottomRight {
    margin:0px;
    height:14px;
	width:41px;
	background-image:url(../images/popupbox/bottom-right.gif);
	background-repeat:no-repeat;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}

.white_content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-left: -215px;
	margin-top: -75px;
    width: 50%;
    height: 50%;
    z-index:1002;
}

.spacer_right {
    display: none;
}