

/** GENERAL **/
.search-form-wrapper								{ padding:10px 0px; }
.search-form-wrapper .do-open-advanced				{ padding:5px; }
.search-form-wrapper fieldset h2					{ text-transform:uppercase; font-weight:normal; }

.search-form-wrapper								{ background-color:#FFDB35; }
.search-form-wrapper fieldset h2					{ color:#E3181F; }
.search-form-wrapper .do-open-advanced				{ color:#000000; }
.search-form-wrapper .do-open-advanced:hover		{ color:#E3181F; }
.search-form-wrapper .search-form-advanced fieldset	{ background:rgb(255,255,255); background:rgba(255,255,255,0.8); }
.search-form .btn-draw .btn-icon					{ background:transparent url(icons/draw-on.png) no-repeat 50% 50%; }
.search-form .search-form-basic .btn:hover			{ background:#000000; }

.search-form-wrapper .htmldd-dual, .search-form-wrapper .htmldd, .search-form-wrapper .search-form-input { border:none; }



/** LAND FIX **/
@media screen and (max-width:460px){
	.search-form .search-form-ctrl.search-form-saletype			{ width:100%; margin-left:0px; margin-top:10px; }
	.search-form .search-form-saletype .htmldd					{ width:100%; }
}
