#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 996px; /* Dialog will be no smaller than this */
	max-width: 996px; /* Dialog will wrap after this width */
	width:996px;
	height:400px;
	background: #000;
	border: double 3px #555;
	color: #000;
	
}

#popup_title 
{
	position:relative;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 35px;
	height:35px;
	color: #666;
	background:transparent url(../images/h1_35.png) repeat-x top left;
	padding: 0 0 0 10px;
	margin: 0em;
}

#popup_cancel
{
	
	width:20px;
	height:20px;
	position:absolute;
	top: 10px;
	right:10px;
	background:transparent url(../images/popup_close.gif) no-repeat top left;	
	cursor:pointer;
	border:none;
}


#popup_subtitle 
{
    font-style:italic;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	height:26px;
	line-height: 26px;
	color: #666;
	background:none;
	padding: 0 0 0 10px;
	margin: 0em;
}

#popup_content {
	padding: 10px 10px;
	margin: 0;
	
}

#popup_contentpreview {
	padding: 0px;
	margin: 0;
	
}

#popup_content.alert {
	background-image: url(../images/info.gif);
}

#popup_content.confirm {
	background-image: url(../images/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	text-align:left;
}

#popup_preview
{
	overflow:hidden;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}


.btncloseedit, .alertButton
{
	width:18px;
	height:18px;
	position:absolute;
	top: 8px;
	right:10px;
	background:transparent url(../images/btn_close.png) no-repeat top left;	
	cursor:pointer;
	border:none;
}