/* START FORMS */

[class*='form-'] {
  float: left;
  padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-label {
	width: 30.00%;
	text-align: right;
}
.form-label-40 {
	width: 40.00%;
	text-align: right;
}
.form-label-50 {
	width: 50.00%;
	text-align: right;
}
.form-label-20 {
	width: 20.00%;
	text-align: right;
}
.form-label-15 {
	width: 15.00%;
	text-align: right;
}
.form-label-10 {
	width: 10.00%;
	text-align: right;
}
.form-5 {
	width: 5.00%;
}

.form-10 {
	width: 10.00%;
}
.form-15 {
	width: 15.00%;
}

.form-20 {
	width: 20.00%;
}

.form-25 {
	width: 25.00%;
}

.form-30 {
	width: 30.00%;
}

.form-33 {
	width: 33.33%;
}

.form-40 {
	width: 40.00%;
}

.form-50 {
	width: 50.00%;
}

.form-60 {
	width: 60.00%;
}

.form-70 {
	width: 70.00%;
}

.form-100 {
	width: 100.00%;
	text-align: center;
}
/* END FORMS */