.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Georgia, serif;
	font-size: 1.1em;
	background: #132359;
	color: #222222;
	border: 1px solid #cecece;
	height: auto !important;
	position: relative;
}
.ui-dialog-container {
	float: left;
	height: auto !important;
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #132359;
	background:#fff url(../images/nav_bg.jpg) repeat-x bottom;
	float: left;
	font-weight: bold;
	position: relative;
	margin:11px 11px 10px 11px;
	text-align: left;
	width: 528px;
}
.ui-dialog-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(../images/888888_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(../images/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(../images/222222_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	float: left;
	font-size: 16px;
	color: #fff;
	height: auto !important;
	width: 527px !important;
	margin:0 auto;
	text-align: center;
}
.ui-dialog-content p {
	margin: 0px 0px 10px;
}
#popup_donatenow {
	font-size: 24px;
}
.ui-dialog-content img {
	float:left;
	border: 1px solid #BBB;
	margin: 0px 0px 10px 0px;
}
.ui-dialog-buttonpane {
	float: left;
	text-align: right;
	border-top: none;
	background: transparent;
	position: relative !important;
}
.ui-dialog-buttonpane button {
	background: #fff url(../images/nav_bg.jpg) repeat-x bottom;
	color: #132359;
	font-family: inherit;
	text-transform: uppercase;
	font-size: .8em;
	margin-left:0;
	margin-right:0.5em;
}
.ui-dialog-buttonpane button:hover {
	text-decoration: underline;
	font-size: .8em;
}
.ui-dialog-buttonpane button:active {
	font-size: .8em;
}
a, a:visited {
	color: #E3E9FE;
}
a:hover {
	text-decoration: none;
}

