body .showme-window{ 
	/*border: 5px solid #c2c2c2;*/ 
	/*background: #454545;*/
	border: 0;
	padding: 0;
	background: url('images/bg-ad-36.png');
	color: #ffffff; 
}

body .showme-window .ui-dialog-content{
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: url('images/bg-33-91.png');
}

body .showme-window .ui-widget-header{
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	background: url('images/bg-dialog-header.png'); 
	color: #ffffff; 
	font-weight: normal; 
	text-transform: uppercase;	
	font-size: 14px;
}

body .showme-window .ui-dialog .ui-dialog-titlebar{ 
	position: relative;
	padding: 0;
	line-height: 28px;
	height: 28px;  
}

body .showme-window .ui-dialog-titlebar-close{
	width: 19px;
	height: 18px;
	z-index: 10;
	width: 13px; 
	padding: 2px;
	height: 13px;	
}

body .showme-window .ui-dialog-titlebar-close:hover, body .showme-window .ui-dialog-titlebar-close:focus{
	padding: 2px;
}

body .showme-window .ui-widget-header .ui-icon{
	background-image: url('images/ffffff_13x13_close.png');
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}

body .showme-window .ui-widget-header .ui-icon-closethick{
	background-position: 0 0;
}

body .showme-window .ui-state-hover{
	border: 0;
	background: none;
}

