.cms form {
	
	}
	.cms form fieldset {
		
		}
	.cms form legend {
		font-weight: bold;
		}
	.cms form div.control {
		clear: both;
		}
.cms label {
	float: left;
	width: 8em;
	margin: 0;
	clear: left;
	}
.cms input,
.cms select,
.cms textarea,
.cms button {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
	}
	.cms input[type=text],
	.cms input[type=password],
	.cms textarea {
		width: 10em;
		cursor: text;
		}
	.cms input[type=checkbox],
	.cms input[type=radio] {
		margin: .2em 0 0;
		width: auto;
		}
	.cms select {
		width: 10.3em;
		}
	.cms textarea {
		width: 10.15em;
		height: 5em;
		}

