.label-floatlabel {
  font-size: 75%;
  color: #3498db;
  margin-left: 1px;
}
.floatlabel-wrapper input,
.floatlabel-wrapper input.form-text, .form-select, input.form-text {
	/*
  	border-top: 0;
  	border-left: 0;
  	border-right: 0;
  	*/
  	padding-top: 0px;
  	min-height: 50px;
}

.form-type-select{
  display: inline-block;
  margin-right: 5px;
  width: 100%;
}

.form-textarea-wrapper{
  width: 100%
}

input.push-down{
	padding-top: 16px !important;
}
html.js .floatlabel-wrapper input.form-autocomplete {
  background-position: 100% 7px;
}
