#popups {
	border: 1px solid #808080;
	-moz-border-radius:8px; /* Mozilla */
	-webkit-border-radius:8px; /* Webkit */
	-khtml-border-radius:8px; /* KDE Browser */
	border-radius: 8px;
	opacity: 1;
}
#popups-title {
	border-bottom: 1px solid #b4d7f0;
	color: #455067;
	margin-bottom: 0.25em;
	padding: 0.25em;
	-moz-border-radius:5px; /* Mozilla */
	-webkit-border-radius:5px; /* Webkit */
	-khtml-border-radius:5px; /* KDE Browser */
	border-radius: 5px;
}
#popups-close {	position: absolute;
	right: 5px;
	top: 5px;
	width: 16px;
	height: 16px;
	background-image: url(close2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	z-index: 1;
}

#popups-close:hover {
	background-position: 0 -16px;

}