.content_popup
{
	position:absolute;
	width:800px;
	height:400px;
	z-index:1001;
	background-color:white;
	border: 1px solid black;
	/*overflow:hidden;*/

}
.content_popup_title_bar
{
	background-color: #f0f0f0;
	border-bottom:1px solid black;
}
.content_popup_title_bar_title
{
	font-size: 15px;
	padding:5px;
	font-weight:bold;
	float:left;
}
.content_popup_title_bar_close
{
	font-size: 15px;
	padding:5px;
	font-weight:bold;
	cursor:pointer;
	float:right;
}
.content_popup_divider
{
	clear:both;
}
.content_popup_body
{
	height:371px;
	overflow:auto;
}

