div.popup{
	border: 1px black solid;
	display: inline;
	float: left;
}

div.popup div.title{
	font-family: Arial;
	font-size:9pt;
	font-weight:bold;
	line-height:25px;
	overflow:hidden;
	height: 25px;
	color: #6d6d6d;
	background-color: #e6e6e6;
	background-image: url("../images/divpopup/popupHeader.gif");
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	cursor: move;

}

div.popup a.close{
	background-image: url(../images/divpopup/window_close.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 20px;
	height: 11px;
	cursor: pointer;
	padding: 0px;
	line-height: 25px;
	margin-top: 7px;
}
