fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #7DB835;
	background: transparent;
	font-family: "Trebuchet MS","Century Gothic",Verdana,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

label {
	float: left;
	width: 100px;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 90px;
}

fieldset div {
	margin-bottom: 20px;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 300px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 296px;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 20px;
	border: none;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 30px;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
  width: 100px;
	border: 1px solid #598426;
	padding: 2px 1em;
	background: #7DB835;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

fieldset input:focus, fieldset textarea:focus {
	background: #efefef;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}


div#ClientValidationSummary { 
  background-color: #FF0000; 
  padding: 10px; 
  color: white; 
}
div#ClientValidationSummary a { color: white; }

div.validation-inline-error-message{ display: block; float: left; padding-left: 10px; color: #ff0000; }
