.j4 .control-group{
	clear: none!important;
}
.jmg-form-12{
	width: 100%;
	padding: 5px;
	clear: both;
	box-sizing: border-box !important;
}
.jmg-form-6{
	width: 50%;
	float: left;
	padding: 5px;
	box-sizing: border-box !important;
}
.jmg-form-4{
	width: 33.333%;
	float: left;
	padding: 5px;
	box-sizing: border-box !important;
}
.jmg-form-8{
	width: 66.666%;
	float: left;
	padding: 5px;
	box-sizing: border-box !important;
}
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea{
  width: 100% !important;
  padding: 22px 20px !important;
  margin: 8px 0 !important;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=checkbox] {
  margin: 0 8px 0 0 !important;
	line-height: inherit;
}

input[type=radio] {
  margin: 0 8px 0 8px !important;
	line-height: inherit;
}

select {
  height: auto !important;
  padding: 13px 0 !important;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 14px 30px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
.combobox{
	width: 100% !important;
}

.combobox .btn-group{
	right: 34px;
	width: 34px;
}
div.jmg-form label.checkbox{
	line-height: 1.2 !important;
	margin-bottom: 8px;
}
div.jmg-form label.checkbox input{

}
div.jmg-form fieldset.radio{
	padding-left: 0 !important;
	line-height: 1.2 !important;
	margin-bottom: 8px;
}
div.jmg-form fieldset.radio input{
	margin-left: 0 !important;
}
div.controls ul{
	margin-left: 0!important;
}
div.controls li{
	list-style: none;
}