
#popup_container2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0px;
	border:2px solid #f44438;
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0px;
	border:2px solid #2a3542;
}

#popup_title2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	padding:6px 0;
	background: #2a3542;
	cursor: default;
	margin: 0em;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius:  5px 5px 0px 0px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	padding:6px 0;
	background: #2a3542;
	cursor: default;
	margin: 0em;
	/* -moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius:  5px 5px 0px 0px;*/
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em 4em 1.75em;
	margin: 0em;
	position: relative;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
  background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	margin-top: 10px;
	padding-left: 48px;
  word-break: break-all;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 0em;
}

#popup_prompt {
	margin: .5em 0em;
}

.btn_popup_alert {padding:5px 10px; width:50px; text-align:center; border-radius:5px; background:#ff471d; color:#fff; border:none;}
.btn_popup_ok {padding:10px; width:50%; position: absolute; bottom: 0px; right: 0px; text-align:center; background:#e8437b; color:#fff; border:none; cursor: pointer;}
.btn_popup_cancel {padding:10px; width:50%; position: absolute; bottom: 0px; left: 0px; text-align:center; background:#ddd; color:#555; border:none; cursor: pointer;}
