.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(/images/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('/images/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(images/888888_11x11_icon_close.gif) 0 0 no-repeat; */
color: #ffffff; font: normal normal normal 1em/1.5em Georgia, serif;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: #ffffff url(images/454545_11x11_icon_close.gif) 0 0 no-repeat; 
color: #ffffff;
}
.ui-dialog-titlebar-close:active {
	background: #ffffff url(images/222222_11x11_icon_close.gif) 0 0 no-repeat; 
color: #ffffff;
}
.ui-dialog-titlebar-close span {
	display: none; 
color: #ffffff;
}
.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: #ff0000 url(/images/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: #ff0000 url(/images/date-sep.gif) no-repeat scroll 0 0;
	font-size: .8em;
}
.ui-dialog-buttonpane button:active {
	background: #ff0000 url(/images/date-sep.gif) no-repeat scroll 0 0;
	font-size: .8em;
}
a, a:visited {
	/* color: #8e050c; */
}
