﻿#popup_container {
	font: 11px Arial;
	width: 550px; /* Dialog will be no smaller than this */	
	background: #FFF;
	border: solid 3px #C7C7C7;
	color: #000;
	padding:3px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:130px;	
}

#popup_title 
{
	font: bold 14px Arial;     
	text-align: center;
	line-height: 1.75em;
	color:#000; 
	background-color:#dfdfdf; 
	border:solid 1px Gray; 
	border-bottom: solid 1px #999;
	cursor: move;
	padding: 0em;
	margin: 0em;
}

#popup_close
{
	cursor:default; 
	position:absolute; 
	top:5px; 
	left:530px;
}
#popup_content {
	/*background: 33px 33px no-repeat url('../../Images/dialog_notification.gif');*/
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_image.alert 
{
	float:left;
	width:33px;
	height:33px;
	background-image: url('../../Images/dialog_notification.gif');
}

#popup_image.confirm {
	background-image: url('../../Images/dialog_warning.gif');
}

#popup_image.prompt {
	background-image: url('../../Images/help.gif');
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
