#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 250px; /* Dialog will be no smaller than this */
	max-width: 350px; /* Dialog will wrap after this width */
	background: #FFF;
	/*border: solid 2px #2E8414;*/
	border:2px solid #39424C;
	color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	/*background: #CCC url(images/title.gif) top repeat-x;*/
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	display: none;
}

#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 1em 1.75em;
	margin: 0em;
}

#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 {
	/*padding-left: 48px;*/
	text-align:center;
	font-size: 14px;
	line-height: 1.75em;
	color: #000;
	border: solid 1px #FFF;
	/* border-bottom: solid 1px #999; */
	cursor: default;
	/* padding: 0em; */
	margin: 0em;
	border-bottom: none !important;
  	padding: 10px 0px 10px 0px !important;
}

#popup_panel {
	text-align: center;
	padding-top:10px;
	/*margin: 1em 0em 0em 1em;*/
	padding-bottom:15px;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel #popup_ok {
	display: inline-block;
	color: #ffffff;
	border: 1px solid #39424C;
	border-radius: 30px !important;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width: auto !important;
	min-width: 130px;
	background-color: #39424C;
	line-height: 25px;
	margin: 0 5px;
	box-shadow: unset !important;
}
#popup_panel #popup_cancel{
	display: inline-block;
	color: #39424C !important;
	border: 1px solid #39424C;
	border-radius: 30px !important;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width: auto !important;
	min-width: 130px;
	background-color: #fff;
	line-height: 25px;
	margin: 0 5px;
	box-shadow: unset !important;
}
#popup_container {
	max-width: 350px !important;
}
#popup_panel input {
    width: 70px !important;
    height: 36px !important;
}
#popup_overlay{
	background:#030303 !important;
	opacity:0.5 !important;
}

