.column .K2FilterBlock {
	padding: 10px 20px;
}

.column-2 .K2FilterBlock {
	padding: 10px 2px;
}
.k2filter-table {
	display: table;
}

.k2filter-row {
	display: table-row;
}

.k2filter-cell {
	display: table-cell;
	padding: 0 10px 10px 0;
}

.K2FilterBlock input.button {
	margin-top: 10px;
}

.K2FilterBlock .k2filter-field-slider {
	padding-right: 20px;
}

.K2FilterBlock .k2filter-slider-amount {
	border:0; 
	color:#f6931f; 
	font-weight:bold;
}

.K2FilterClear {
	display: block;
	clear: both;
}

.K2FilterBlock input[type="text"]
{
  border-top-width: 2px;
  border-right-width-value: 2px;
  border-bottom-width: 2px;
  border-left-width-value: 2px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #b6b185;
  border-right-color-value: #b6b185;
  border-bottom-color: #b6b185;
  border-left-color-value: #b6b185;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  background-color: #fff49b;
  color: #3b2314;
}
