.rstpl-lower-fluid-position .control-group {
	box-sizing:content-box;
}
.rstpl-lower-fluid-position textarea, .rstpl-lower-fluid-position  input[type="text"], .rstpl-lower-fluid-position  input[type="email"] {
	width:100%;
	box-sizing:border-box;
	min-height:3rem;
}