#popup_container {
	font-family: Arial, Tahoma, Verdana, Times New Roman, Trebuchet Ms; 
	font-size: 11px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 500px; /* Dialog will wrap after this width */
	width: expression( document.body.clientWidth > 399 ? "405px" : "auto");/*Fix IE max-width*/
	background: #ffffff url(../images/ui-bg_inset-hard_100_ffffff_1x100.png) 50% bottom repeat-x; 
	color: #000000;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right:0px;
}

#popup_title {
	font-family: Arial, Tahoma, Verdana, Times New Roman, Trebuchet Ms; 
	font-size: 11px;
	text-align: left;
	line-height: 26px;
	height:26px;
	color:#FFFFFF;
	background: #0a9fd8; /*url(../images/alertwintitle.png) repeat-x center left;*/
	margin: 0em;
	padding-left:5px;
	border: 1px solid #E4E4E4;
	min-width: 300px;
	max-width: 500px;
	width: expression( document.body.clientWidth > 399 ? "400px" : "auto");/*Fix IE max-width*/
	-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px;
}

#popup_content {
	padding: 10px 10px 10px 10px;
	margin: 0em;
}

#popup_message {
	padding-left: 2px;
	padding-bottom:20px;
}

#popup_panel {
	text-align: right;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	font: 11px Arial, Tahoma, Verdana, Times New Roman, Trebuchet Ms;
	background:#FBFDFE;
	border:1px inset #8A8B8B;
	height:18px;
	vertical-align:middle;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:2px;
}

#popup_ok,#popup_cancel{
	width:70px;
	margin:1px 1px 0 0;
	padding: .1em 1em .2em;
	text-decoration:none !important;
	cursor:pointer;
	text-align: 
	center;zoom: 1;
	font-family: Arial,Helvetica,'Sans Serif';
	font-size:11px;
	
	border: 1px solid #d3d3d3; 
	background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; 
	font-weight: normal; 
	color: #555555; 
	outline: none;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}