#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	max-width: 488px; /* Dialog will wrap after this width */
	
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #666;
	background:#999;;
	
	border-bottom: solid 10px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm,#popup_content.confirmmedia {
	float:left;
	background:url(../../../admin-themes/blue/images/delete-popup.png) no-repeat;
	width:498px;
	height:152px;
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	float: left;
	padding: 28px 0px 75px 78px;
	width: 426px;
	color: #000;
	font-size: 12px;

}

#popup_message span
	{
	font-weight: bold;
	margin: auto;
	padding: 0px 1px 0px 1px;
	}
	
a.popup_text_set
	{
	text-decoration:none;
	background:url(../../../admin-themes/blue/images/popup-text-left.png) no-repeat;	
	}
	
a.popup_text_set span
	{
	background:url(../../../admin-themes/blue/images/popup-text-right.png) repeat-x right 0px;	
	float:left;
	height:22px;
	padding:4px 10px 0px 0px;
	text-indent:0px;
	margin-left:10px;
	color:#666;
	}	

#popup_panel {
	text-align: center;
	margin: 0;
	position: absolute;
	bottom: 15px;
	right: 5px;
	background:
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_cancel
	{
	float: left;
	
	width: 88px;
	height: 22px;
	cursor: pointer;
	border: none;
	margin:0px 27px 0px 0px;
	text-indent:-10000px;
	}

#popup_ok
	{
	float: left;
	/*background:url(../../../admin-themes/blue/images/yes-please.gif) no-repeat;*/
	/*width: 85px;*/
	height: 22px;
	cursor: pointer;
	margin:0px 6px 0px 0px;/*280px*/
	border:0;
	/*text-indent:-10000px;*/
	}