.dialog{
  width:100%;
  display:none;
  text-align:center;
  color:#fff;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0px;
  height: 100%;
  z-index:10002 !important;
}

h3.search_block_top_title{
    background: #1c456f;
	border-bottom:4px solid #e85c14;
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    text-align: left;
    text-transform: none;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	font-family: 'Roboto', sans-serif;
	padding-left:10px;
}

.dialogcontent{
  width:650px;
  margin:0 auto;
  text-align:left;
}

.grouptitle{
  font-weight:bold;
}

.dialog span{
  color:#fff;
}

.closeAdvSearch{
  color: #000000;
    cursor: pointer;
    margin-left: 5px;
    padding: 2px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 30px;
    z-index: 102;
	background: url('../../../img/icon/close.png') no-repeat left top;
	width:20px;
	height:20px;
}

.dialogOpcjeTitle{
  font-weight:bold;
  cursor:pointer;
  padding:3px;
  color:#000;
  margin-left: 20px;
}

#advSearchTags{
  float:left;
  font-weight:bold;
  cursor:pointer;
  padding:3px;
  color:#000;
}
.opcjeItem{
  display:none;
  color:#000;
  padding:3px;
}

.dialogform{
  padding:20px 0px 8px 0px;
  margin:0 auto;
  width:586px;
  position: relative;
}

.dialogform span{
  color:#fff;
}

.adsearchOpcje{
  background:#fff;
  padding:50px;
  margin:0px;
  border-radius:0 0 10px 10px;
  -moz-border-radius:0 0 10px 10px;
  -webkit-border-radius:0 0 10px 10px;
  padding: 20px 10px 40px;
}
.adsearchOpcje h2{
	clear:both;
	background: none;
	margin-top: 10px;
	color:#1C456F;
}
.adsearchOpcje input[type=checkbox]{ float:left;}
.dialoginput{
  clear:both;
  float:none;
  background:none;
  padding:3px;
  border:0;
}

.catGroup{
  cursor:pointer;padding:3px;
}

.advcontainer{
  cursor:pointer;text-decoration:underline;clear:both;padding:3px;
}

#search_block_top input[type=text] {
	height: 24px;
	line-height: 24px;
	float: none !important;	
}



#search_block_top .cat_children {
	margin-left: 
}

#search_block_top .btn_submit {
	background: #F63;
    color: #FFFFFF !important;
    display: inline;
    font-size: 12px !important;
    height: 30px;
    margin: 0 13px 0 7px;
    width: 46px;	
    float: right !important;
    border: 0px;
}
.dialogform .btn_submit{
		background: #ff6613; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjYxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjQyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6613), color-stop(100%, #ff4200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6613 0%, #ff4200 100%); /* W3C */
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px !important;
	text-align:center;
	border:none;
	width:200px;
	height:40px;
	line-height:30px;
	margin:20px 188px 0 188px;
	cursor:pointer;
}
.dialogform .btn_submit:hover{ background: #ff6613; }