.popbox {
	margin: 0px auto;
/*
	position: relative;		// this makes the lower open link stay on top of the popup!
	text-align: center;
*/
}

.popbox-collapse {
	position: relative;
}

.popbox-open {
/*
	background: #DDD;
	border: solid 1px #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #CCC;
	padding: 8px;
	background: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#e8e8e8));
	background: -moz-linear-gradient(top,#f4f4f4,#e8e8e8);
	background: linear-gradient(top,#f4f4f4,#e8e8e8);
*/
}

.popbox-box {
	display: block;
	display: none;
	position: absolute;
	background: #FFF;
	border: solid 1px #AAAAAA;
	border-width: 1px;
	border-style: double;
	padding: 5px;
/*
	box-shadow: 0px 0px 15px #999;
	border-radius: 5px;
*/
}

.popbox-box a.popbox-close {
	color: red;
	font-size: 12px;
	font-family: arial;
	text-decoration: underline;
}

.popbox-arrow {
	width: 0;
	height: 0;
	position: absolute;
	left: 1px;
	top: -10px;
	z-index: 1001;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #FFF;
}

.popbox-arrow-border {
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	z-index: 1000;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #BBBBBB;
}
