.ui-widget-overlay {
    background: url("http://www.petwrangler.com/classifieds/geo_templates/default/external/images/petwrangler/shadow.png") scroll 50% 50% #aaaaaa;
    opacity: 0.3;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.ui-front {
    z-index: 100;
}

.ui-dialog {
	background: url("http://www.petwrangler.com/classifieds/geo_templates/default/external/images/petwrangler/shadow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 5px;
  display: none;
  float: left;
  padding: 15px;
  position: fixed !important;
}

.ui-draggable .ui-dialog-titlebar {
    background-color: #043564;
    background-image: linear-gradient(to bottom, #084b8d, #043564);
    cursor: move;
    height: 45px;
    margin-bottom: 0;
}
.ui-dialog .ui-dialog-titlebar {
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.ui-dialog-content {
    background: #ffffff;
    border: 0 none;
    overflow: auto;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    color: #ffffff;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 9px 0 0 10px;
    text-transform: capitalize !important;
}
/*items ui*/

#dialog-syndicate {
	display: none;
}

.dialog_syndicate_big {
	width: 900px;
	margin: 5px 5px 12px 5px;
}

.dialog_syndicate_text {
	font-weight: bold;
    padding: 0 5px;
    background: url("http://www.petwrangler.com/classifieds/geo_templates/default/external/images/petwrangler/popup_footer_bg.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    border-collapse: collapse;
    color: #333333;
    height: 40px;
    text-align: center;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.ui-dialog-titlebar-close {
	float: right;
	background: url("http://www.petwrangler.com/classifieds/geo_templates/default/external/images/petwrangler/popup_close_icon.png") no-repeat;
	width: 28px;
	height: 28px;
	border: none;
	margin: -10px -12px -10px 0px;
}

.ui-dialog-titlebar-close:hover {
	background: url("http://www.petwrangler.com/classifieds/geo_templates/default/external/images/petwrangler/popup_close_icon.png") no-repeat -30px 0px;
}

.ui-button-text {
	display: none;
}


a .ui-button-text {
	display: block;
}