/*fdgdfg*/
#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;
	border: solid 1px #D0D0D0;
	color: #000;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	box-shadow: 0px 0px 50px rgba(0,0,0,.5);
	overflow: hidden;
}

#popup_title {
        display: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background: #E25050;
	/* border: solid 1px #FFF; */
	border-bottom: solid 1px #D8D8D8;
	cursor: default;
	padding: 0em;
	margin: 0em;
	/* border-radius: 5px; */
	background: #ed4a4a;  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);  background: -moz-linear-gradient(top, #ed4a4a 0%, #bd0101 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed4a4a), color-stop(100%,#bd0101));  background: -webkit-linear-gradient(top, #ed4a4a 0%,#bd0101 100%);  background: -o-linear-gradient(top, #ed4a4a 0%,#bd0101 100%);  background: -ms-linear-gradient(top, #ed4a4a 0%,#bd0101 100%);  background: linear-gradient(to bottom, #ed4a4a 0%,#bd0101 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4a4a', endColorstr='#bd0101',GradientType=0 );
}

#popup_content {
	/* background: 16px 16px no-repeat url(info.gif); */
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	/* background-image: url(info.gif); */
}

#popup_content.confirm {
	background-image: url(important.gif);
}

#popup_content.prompt {
	background-image: url(help.gif);
}

#popup_message {
	/* padding-left: 48px; */
	padding: 10px 0px;
}

#popup_panel {
	text-align: center;
}

#popup_prompt {
	margin: .5em 0em;
}
input[type="button"] {
        margin-top: 10px;
}