/* Layout style ---*/ul.ja-k2filter {  display: block;  padding: 0 3px !important;  list-style: none;}ul.ja-k2filter li {  background: none;  margin: 0;  padding: 0 !important;  overflow: visible !important;}ul.ja-k2filter, ul.ja-k2filter li {  list-style: none !important;  background: none !important;}/* Horizontal layout ---*/ul.horizontal-layout li {	float: left;	padding-left: 10px !important;	padding-right: 10px !important;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;}ul.horizontal-layout li:last-child,ul.horizontal-layout li.last {	width: 100% !important;}ul.horizontal-layout li input.btn {	float: left !important;	min-width: 100px;}/* All form elements ---*/.ja-k2filter label {  display: block;   font-size: 14px;  font-weight: normal;  margin-bottom: 5px;}.ja-k2filter input,.ja-k2filter select,.ja-k2filter textarea {	background-color: #fff;	border: 1px solid #ccc;	color: #666;	display: inline-block;	height: 20px;	font-family: sans-serif;	font-size: 14px;	height: 30px;	margin-bottom: 9px;	max-width: 99%;	max-width: 90\%; /* Fix for IE8 */	padding: 4px 6px;	line-height: 30px;		border-radius: 3px;	-moz-border-radius: 3px;	-webkit-border-radius: 3px;		box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);		transition: border linear .2s, box-shadow linear .2s;	-o-transition: border linear .2s, box-shadow linear .2s;	-moz-transition: border linear .2s, box-shadow linear .2s;	-webkit-transition: border linear .2s, box-shadow linear .2s;		box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;}.ja-k2filter select.multiple {	height: auto;}select:focus {  outline: thin dotted #333;  outline: 5px auto -webkit-focus-ring-color;  outline-offset: -2px;}input:focus,textarea:focus {  background: #fff;  border-color: rgba(82,168,236,0.8);  outline: 0;  outline: thin dotted \9;    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);     -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}.ja-k2filter .btn {  background-color: #f5f5f5;  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);  background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);  border: 1px solid #bbbbbb;  border-bottom-color: #a2a2a2;  border-color: #e6e6e6 #e6e6e6 #bfbfbf;  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  cursor: pointer;  color: #333333;  display: inline-block;  font-size: 14px;  margin-bottom: 0;  min-width: 0\px;  padding: 4px 14px;  line-height: 20px;  text-align: center;  vertical-align: middle;  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);  text-transform: none !important;  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);    border-radius: 4px;  -moz-border-radius: 4px;  -webkit-border-radius: 4px;    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}.btn:hover,.btn:active {  background-color: #e6e6e6;  background-position: 0 -15px;  color: #333;  -moz-transition: background-position 0.1s linear 0s;}/* Radio */input[type=radio],label.radiobtn {	background: none;	border: 0;	display: inline-block;	height: auto;	margin: 0 0 10px;	min-height: 30px;	min-width: 0px;	padding: 0;	vertical-align: middle;}label.radiobtn {	margin-right: 10px;	min-height: 0;}/* Date */ul.ja-k2filter li p {	display: block;	margin: 0;	position: relative;}ul.ja-k2filter li p input.date {	margin-right: 5px;	min-width: 0;	vertical-align: middle;}ul.ja-k2filter li p img {	display: inline !important;}/* Check box */input[type=checkbox],label.lb-checkbox {	background: none;	border: 0;	display: inline-block;	height: auto;	margin: 0 0 10px;	min-height: 30px;	min-width: 0px;	padding: 0;	vertical-align: middle;}label.lb-checkbox {	margin-right: 10px;	min-height: 0;}