#als-listing-dialog{
	background:url(images/dialog-overlay-bg-75.png) top left repeat;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
}
#als-listing-dialog .dialogBox{
	width:985px;
	margin:0px auto;
	height:90%;
	background:#fff;
	box-shadow:rgba(0,0,0,0.75) 0 0 20px;
}
#als-listing-dialog .title-bar{
	background: #323232;
	width: 948px;
	margin: 20px auto 0;
	padding: 10px 20px;
	overflow: hidden;
	position: relative;
	box-shadow:rgba(0,0,0,0.75) 0 0 20px;
}
#als-listing-dialog .title-bar .title{
	font-size:16pt;color: #fff;
	margin:10px 0;
	float:left;
	font-family: Lato;
}
#als-listing-dialog .title-bar button{
	float:right;
	color:#fff;
	background:#a88540;
	height:30px;
	width:30px;
	border-radius:50%;
	line-height:17px;
	border:none;
}
.als-properties #filter-box {
	z-index: 2;
	display: inline-block!important;
	/*position: absolute;*/
	/*top: 115px;*/
	/*left: 4px;*/
}

.selectwrap > span{
	width: 100%;
}

/*.als-properties #filter-box .control{
	float: left;
	margin-left: 10px;
} */

.city, .genre{
	display: none;
}