form {
	margin: 0;
	padding: 0;
	background: #fff;
}

fieldset {
	margin: 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	margin: 6px 0;
	padding: 0 5px;
	color: #d52d20;
	background: transparent;
	font-size: 100%;
	font-weight: bold;
}

label {
	float: left;
	width: 90px;
	padding: 0 1em;
	text-align: right;
	color: #333;
	font: 12px arial,verdana,sans-serif;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input,fieldset div textarea,fieldset div select {
	width: 137px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}
	fieldset div textarea{
		width: 408px;
		margin: 0 0 10px 0;
	}
	fieldset div select {
		width: 141px;
	}

fieldset p {
float: left;
}

div.fm-chk input {
	width: 30px;
	border: none;
}
div.fm-chk label {
	width: 150px;
}

div.comments {
margin: 10px 0 0 0;
}

div.fm-multi {
	text-align: center;
}

div.fm-multi input {
	width: 1em;
	border: none;
}

div.fm-multi label {
	display: block;
	width: 10px;
	text-align: center;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #aaa;
	padding: 2px 1em;
	background: #ddd;
	color: #000;
	font-size: 100%;
}

input:focus,textarea:focus {
	background: #efefef;
	color: #000;
}

fieldset div.fm-req label {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* ";
}

div.left {
	width: 270px;
	float: left;
}

div.right {
	width: 270px;
	float: left;
}
div.full {
	width: 540px;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}
.error {
	color: red;
}