#popup_container {	font-family: Arial, sans-serif;	font-size: 12px;	min-width: 400px; /* Dialog will be no smaller than this */	max-width: 600px; /* Dialog will wrap after this width */	background: #FFF;	border: 1px #FFFFFF solid;	border-radius: 6px;	color: #000;	/* -moz-border-radius: 7px;	-webkit-border-radius: 7px;	border-radius: 7px; */	-webkit-box-shadow: 2px 4px 10px 4px rgba(102,102,102,0.1);	box-shadow: 2px 4px 10px 4px rgba(102,102,102,0.1);	min-height: 132px;	/* height:auto; */}#popup_title {	font-size: 14px;	font-weight: bold;	text-align: center;	line-height: 1.8em;	color: #15428B;	background-color: #FFFFFF;	/* border: solid 0px #FFF; */	/* border-bottom: solid 1px #ccc; */	cursor: default;	padding: 0.2em;	margin: 2px 0 0 0;	/* border-radius: 10px; */}#popup_content {	background: 16px 16px no-repeat url(/dist/image/info.gif);	padding: 2em 1.75em;	margin: 0em;}#popup_content.alert {	background-image: url(/dist/image/info.gif);}#popup_content.confirm {	background-image: url(/dist/image/important.gif);}#popup_content.prompt {	background-image: url(/dist/image/help.gif);}#popup_message {	padding-left: 48px;}#popup_panel {	text-align: center;	margin: 3em 0em 2em 1em;}#popup_prompt {	margin: .5em 0em;}#popup_down,#popup_ok,#popup_cancel,.BtnL2{	background:#fff;	border: 1px #39A4EF solid;	background: #39A4EF;	color: #fff;	width: 100%;	width:auto;	float: right;	padding: 4px 18px 4px 18px;	border-radius: 4px;	margin: 0px -3px 6px 6px;	outline: none;}