.popup_container {
	
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 700px; /* Dialog will wrap after this width */
	
	height:190px;
	width:435px;
	color: #000;
	background-image:url(../images/confirm_bg_wide.gif);
	background-repeat:no-repeat;
	z-index:10;
	

}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	display:none;
}

#popup_content {
	
	padding: 50px 10px 10px 10px;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding:5px 48px 15px;
	font-size:11px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 0em;
}

#popup_ok {
	
	background-image:url(../images/btn_continue_editing.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	float:left;
	width:194px;
	height:27px;
	border:none;
	cursor:pointer;
	outline:none;
	
}

#popup_cancel {
	background-image:url(../images/btn_cancel_without_saving.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	padding:0;
	float:left;
	
	width:219px;
	height:27px;
	border:none;
	cursor:pointer;
	outline:none;
	
}

#popup_prompt {
	margin: .5em 0em;
}
