#popup_container {
	font-family: Tahoma;;
	font-size:11px;
	min-width:300px; /* Dialog will be no smaller than this */
	max-width:600px; /* Dialog will wrap after this width */
	background:#e5dde4;
	border:solid 4px #ba8aad;
	color:#4b3d4e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#popup_title
{
	font-family: Tahoma;;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	line-height:20px;
	color:#4b3d4e;
	/*background: #CCC url(js/Alerts/images/title.gif) top repeat-x;
	border:solid 1px #FFF;
	border-bottom:solid 1px #999;*/
	cursor:default;
	padding:0px 0px 0px 50px;
	margin:0px;
	min-width:300px;
	max-width:600px;
}

#popup_content
{
	background:url(images/alert.gif) 10px top no-repeat;
	background-position: 10px 25px;
	margin:0px;
	padding:20px 10px 5px 15px;
}

#popup_content.alert
{ background-image:url(images/alert.gif); }

#popup_content.confirm
{ background-image:url(images/important.gif); }

#popup_content.prompt
{ background-image:url(images/help.gif); }

#popup_message
{ padding-left:50px;padding-top:5px; }

#popup_panel
{
	text-align:center;
	margin:10px 0px 0px 0px;
}

#popup_prompt
{ margin:5px 0px; }

#popup_container INPUT[type='button'], #popup_panel INPUT[type='button']
{
	background:#ba8aad/* url(images/btn_ok.png)*/;
	border:outset 0px #FFEB9A;
	color:#FFFFFF;
	width:50px;
	height:20px;
}










/****************************/

 .popup_container {
	font-family: Tahoma;;
	font-size:11px;
	min-width:300px; /* Dialog will be no smaller than this */
	max-width:816px; /* Dialog will wrap after this width */
	background:#e5dde4;
	border:solid 4px #ba8aad;
	color:#4b3d4e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	min-height:50px; height:auto !important; height:50px;
}

.popup_title
{
	font-family:Tahoma;;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	color:#4b3d4e;
	/*background: #CCC url(js/Alerts/images/title.gif) top repeat-x;
	border:solid 1px #FFF;
	border-bottom:solid 1px #999;*/
	cursor:default;
	padding:0px;
	margin:0px;
	min-width:300px;
	max-width:816px;
}

.popup_content
{
	background:url(images/alert.gif) 10px top no-repeat;
	margin:0px;
	padding:10px 10px 5px 15px;
	min-height:50px; height:auto !important; height:50px;
}

.popup_content.alert
{ background-image:url(images/alert.gif); }

.popup_content.confirm
{ background-image:url(images/important.gif); }

.popup_content.prompt
{ background-image:url(images/help.gif); }

.popup_message
{ padding-left:50px; padding-top:5px;}

.popup_panel
{
	text-align:center;
	margin:10px 0px 0px 0px;
}

.popup_prompt
{ margin:5px 0px; }

.popup_container INPUT[type='button'], #popup_panel INPUT[type='button']
{
	background:#ba8aad/* url(images/btn_ok.png)*/;
	border:outset 0px #FFEB9A;
	color:#FFFFFF;
	width:50px;
	height:20px;
}
