.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: #e8e9e6 url(floral.gif) repeat scroll 0 0;
	color: #222222;
	border: 1px solid #cecece;
	position: relative;
}
.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: white;
	background:#8e050c url('date-sep.gif') no-repeat;
	font-size: 1em;
	font-weight: bold;
	position: relative;
	margin:11px 11px 10px 11px;
}
.ui-dialog-title {
	font: normal normal normal 1em/1.5em Georgia, serif;
}
.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(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(454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(222222_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	font: normal normal normal 1em/1.5em Georgia, serif;
	color: #222222;
	width: 438px !important;
	margin:0 auto;
}
.ui-dialog-content img {
	float:left;
	margin-right:39px;
	padding: 1px;
	border: 1px solid #BBB;
}
.ui-dialog-buttonpane {
	text-align:right;
	border-top: none;
	background: transparent;
}
.ui-dialog-buttonpane button {
	background: #8E050C url(date-sep.gif) no-repeat scroll 0 0;
	color: white;
	font-family: inherit;
	text-transform: uppercase;
	font-size: .8em;
	margin-left:0;
	margin-right:0.5em;
}
.ui-dialog-buttonpane button:hover {
	background: #8E050C url(date-sep.gif) no-repeat scroll 0 0;
	font-size: .8em;
}
.ui-dialog-buttonpane button:active {
	background: #8E050C url(date-sep.gif) no-repeat scroll 0 0;
	font-size: .8em;
}
a, a:visited {
	color: #8e050c;
}
