#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 #221f30;
	color: #000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.38);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */	
}
#popup_title {
		
	font:normal normal 16px/150% "Tw Cen MT Condensed Extra Bold", "Trebuchet MS", Tahoma, "Century Gothic"; color: #FFF; 
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	border-radius: 0px;
	padding:12px 14px 12px 14px;
	
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */

	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_title.alert {
	color: #FFF;
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
}
#popup_title.confirm {
background: #3e3a54; /* Old browsers */
background: -moz-linear-gradient(top, #3e3a54 0%, #221f30 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3a54), color-stop(100%,#221f30)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3e3a54 0%,#221f30 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3e3a54 0%,#221f30 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3e3a54 0%,#221f30 100%); /* IE10+ */
background: linear-gradient(top, #3e3a54 0%,#221f30 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3a54', endColorstr='#221f30',GradientType=0 ); /* IE6-9 */
	color:#FFFFFF;	
}
#popup_title.notice {
	color: #FFF;
	background: #CCC url(images/title_notice.gif) top repeat-x;
}
#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}
#popup_content.alert {
	background-image: url(images/important.png);
}
#popup_content.confirm {
	background-image: url(images/confirm.png);
}
#popup_content.prompt {
	background-image: url(images/info.gif);
}
#popup_content.notice { 
	background-image: url(images/notice.gif);
}
#popup_message {
	padding-left: 22px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}
.ui-button-alert{
	font:normal normal 14px/150% "Tw Cen MT Condensed Extra Bold", "Trebuchet MS", Tahoma, "Century Gothic"; color: #5B5B5B;
	 
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%,#d3d3d3 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%,#d3d3d3 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ededed 0%,#d3d3d3 100%); /* W3C */

	border:1px solid #b5b5b5;
	border-radius:0px;
	cursor:pointer;
	padding:3px 14px 3px 14px;
}
.ui-button-alert:hover{
	font:normal normal 14px/150% "Tw Cen MT Condensed Extra Bold", "Trebuchet MS", Tahoma, "Century Gothic"; color: #5B5B5B;
	 
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 22%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(22%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 22%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#ffffff 22%,#d6d6d6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#ffffff 22%,#d6d6d6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f2f2f2 0%,#ffffff 22%,#d6d6d6 100%); /* W3C */

	border:1px solid #878787;
	border-radius:0px;
	cursor:pointer;
	padding:3px 14px 3px 14px;
}
.ui-button-alert:active{
	color:#333;
	border:1px solid #b5b5b5;
	
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top, #d3d3d3 49%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#d3d3d3), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d3d3d3 49%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d3d3d3 49%,#ededed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d3d3d3 49%,#ededed 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d3d3d3 49%,#ededed 100%); /* W3C */
}