.lsform.form_row{
	width: 100%;
	height: 60px;
	display: table;
	margin-bottom: 15px !important;
	position: relative;
}
	.lsform.form_row._2x{
		height: 120px !important;
	}
.lsform.form_row .field{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	padding-right: 15px;
}
	.lsform.form_row .field._1_2{
		width: 50% !important;
	}
	
	.lsform.form_row .field._1_3{
		width: 33.33% !important;
	}
	.lsform.form_row .field._2_3{
		width: 66.66% !important;
	}
	
	.lsform.form_row .field._1_4{
		width: 25% !important;
	}
	.lsform.form_row .field._2_4{
		width: 50% !important;
	}
	.lsform.form_row .field._3_4{
		width: 75% !important;
	}
	
	.lsform.form_row .field._1_5{
		width: 20% !important;
	}
	.lsform.form_row .field._2_5{
		width: 40% !important;
	}
	.lsform.form_row .field._3_5{
		width: 60% !important;
	}
	.lsform.form_row .field._4_5{
		width: 80% !important;
	}
	
	.lsform.form_row .field._1_6{
		width: 16.66% !important;
	}
	.lsform.form_row .field._2_6{
		width: 33.33% !important;
	}
	.lsform.form_row .field._3_6{
		width: 50% !important;
	}
	.lsform.form_row .field._4_6{
		width: 66.66% !important;
	}
	.lsform.form_row .field._5_6{
		width: 83.33% !important;
	}
	
	
	.lsform.form_row .field._1_7{
		width: 14.28% !important;
	}
	.lsform.form_row .field._2_7{
		width: 28.57% !important;
	}
	.lsform.form_row .field._3_7{
		width: 42.85% !important;
	}
	.lsform.form_row .field._4_7{
		width: 57.14% !important;
	}
	.lsform.form_row .field._5_7{
		width: 71.42% !important;
	}
	.lsform.form_row .field._6_7{
		width: 85.71% !important;
	}
	
	.lsform.form_row .field._1_8{
		width: 12.5% !important;
	}
	.lsform.form_row .field._2_8{
		width: 25% !important;
	}
	.lsform.form_row .field._3_8{
		width: 37.5% !important;
	}
	.lsform.form_row .field._4_8{
		width: 50% !important;
	}
	.lsform.form_row .field._5_8{
		width: 62.5% !important;
	}
	.lsform.form_row .field._6_8{
		width: 75% !important;
	}
	.lsform.form_row .field._7_8{
		width: 87.5% !important;
	}
	
.lsform.form_row .field .field_description{
	font-size: 12px;
	display: block;
	width: 100%;
}
.lsform.form_row .field .fieldin{
	height: 48px;
	width: 100%;
}
.lsform.form_row .field .fieldin label{
	font-size: 12px;
	float:left;
	clear:none;
	display:block;
	padding: 16px 1em 0 0;
}
	.lsform.form_row._2x .field .fieldin{
		height: 108px;
		display: block;
		width: 100%;
	}
.lsform.form_row .field .fieldin input,
.lsform.form_row .field .fieldin textarea,
.lsform.form_row .field .fieldin select{
	width: 100%;
	height: 100%;
}
.lsform.form_row .field .fieldin input[type="radio"]{
	width: auto !important;
	float:left; clear:none; margin: 2px 10px 0 2px;
	
}
.lsform.form_row .field .fieldin input[type=radio] {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha("opacity=0");
	display:none;
} 


.lsform.form_row .field .fieldin input[type=radio] + label:before {
	content: "";
	display: inline-block;

	width: 19px;
	height: 19px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 2px;
	border: 1px solid #cccccc;
	border-radius: 19px !important;
	background: #f5f9f9;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;

}
.lsform.form_row .field .fieldin input[type=radio] + label:before {  
    border-radius: 4px;  
}  

.lsform.form_row .field .fieldin input[type=radio]:checked + label:before {
	content: "\2022";
	font-size: 34px;
	text-align: center;
    line-height: 20px;
	font-weight:900;
	margin-top:-5px;
	position:absolute;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;		

}
.lsform.form_row .field .fieldin input[type=radio]:focus + label {
    outline: 0px dotted #CCCCCC;
}
.lsform.form_row .field .fieldin input[type=radio] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	padding-top:15px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
}

input[type='text']:focus,input[type='email']:focus,textarea:focus{
	-webkit-box-shadow: inset 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}









.lsform.form_row .field .fieldin input[type="checkbox"]{
	width: auto !important;
	float:left; clear:none; margin: 2px 10px 0 2px;
	
}
.lsform.form_row .field .fieldin input[type=checkbox] {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha("opacity=0");
	display:none;
} 


.lsform.form_row .field .fieldin input[type=checkbox] + label:before {
	content: "";
	display: inline-block;

	width: 19px;
	height: 19px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 2px;
	border: 1px solid #cccccc;
	border-radius: 5px !important;
	background: #f5f9f9;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;

}
.lsform.form_row .field .fieldin input[type=checkbox] + label:before {  
    border-radius: 4px;  
}  

.lsform.form_row .field .fieldin input[type=checkbox]:checked + label:before {
	content: "\2714";
	font-size: 17px;
	text-align: center;
    line-height: 20px;
	font-weight:900;
	margin-top:-5px;
	position:absolute;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;	

}
.lsform.form_row .field .fieldin input[type=checkbox]:focus + label {
    outline: 0px dotted #CCCCCC;
}
.lsform.form_row .field .fieldin input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	padding-top:15px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
}











.lsform.form_row .buttons.right{
	float: right;
	clear: both;
}
.lsform.form_row .buttons.center{
	text-align: center;
}
.lsform.form_row .buttons input[type="submit"]{
	font-weight: bold !important;
	font-size:18px;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #78be20;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
	height:46px;
	width:200px;
	cursor:pointer
}



.lsform.form_row .field .field_description, .lsform.form_row .field .fieldin label{
	font-family: 'Roboto Slab';
	color: #999999;
}
.lsform.form_row .field .fieldin input,
.lsform.form_row .field .fieldin textarea,
.lsform.form_row .field .fieldin select{
	border: 1px solid #cccccc;
	border-radius: 10px;
	background: #f5f9f9;
	color: black;
	font-family: 'Roboto Slab';
	font-size: 14px;
}
.lsform.form_row .field .fieldin select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: url('/parameters/fitness/templates/img/2015/dropdown.png') no-repeat right;
	background-color: #f5f9f9;
}
form h2{
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	display: block;
	font-family: 'Roboto Slab';
	font-size: 23px;
	color: #78be20;
	margin-top: 45px !important;
	margin-bottom: 30px !important;
	font-weight: bold !important;
}
.applyform-standalone-button-container{
	margin-top:25px;
	margin-bottom:25px;
}
.applyform-messagebox{
	border: 1px solid #78be20;
	background-color: #f5f9f9;
	color: #333333;
	padding:7px;
}