@charset "utf-8";
/* CSS Document */

.popheader {
	height: 28px;
	width: 200px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	background-color: #000099;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-left-color: #000066;
}
.popbody {
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #000066;
	width: 190px;
	padding: 5px;
}
a.popup {
	display: block;
	float: center;
	margin: 0 3px 0 0;
}
a.popup:hover {
	text-decoration: none;
}
