/* cmsms stylesheet: formbuilder modified: Monday, February 10, 2020 11:47:45 PM */
form {
	float: left;
	max-width: 200px;
	width: 45%;
	margin: 1em;
	color: #FFF;
}
form, td, th, li {
	font-size: 100%
}
form div {
	float: left;
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1e;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1e
}
fieldset {
	border: none;
	padding: 0; 
}
fieldset label {
	width: auto;
}
textarea {
	margin: 0 0 0.5e;
	width: 173px;
	height: 4em;
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em; 
	margin-left: 0;
	width: 173px;
	text-align: left;
}
.captcha img {
	width: 173px;
	height: auto;
	border: 1px solid #3F557E;
	margin-bottom: 0.5em
}
.captcha input {
	width: 120px;
	margin-top: 0.5em;
}
/* Just a bit more room for the Submit button */
.submit {
	margin-left: 12px;
	clear: both;
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #3F557E;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 60px;
	margin-bottom: 0.5em
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #fff; 
	border: 1px solid #3F557E;
}
/* formbuilder */
