.formstyle, .formstyle *{box-sizing: border-box;}
.formstyle::after{content: ""; clear: both; display: table;}
.formstyle{
	width: 100%;
	border: 1px #bbb solid;
	border-radius: 7px;
	padding: 2px 5px;
	position: relative;
}
.formstyle fieldset{
	padding-bottom: 2px;
	margin: 5px 2px;
	position: relative;
}
.formstyle textarea{
	width: 100%;
	resize: vertical;
	overflow-y: scroll;
}
.formstyle input, .formstyle output, .formstyle button{margin: 2px 0;}
.formstyle input, .formstyle output, .formstyle label{float: left;}
.formstyle button{float: right;}
.formstyle input{width: 60%;}
.formstyle input[type="range"], .formstyle label{width: 40%;}
.formstyle input[type="range"]{margin: 5px 15px 5px 0;}
.formstyle output{color: #57f;}