@charset "UTF-8";
#emailBulletin, #contactForm, #ktmlForm, #photoUpload {
	margin: 0 23px;
	padding: 8px;
	text-align: left;
	border: 1px solid #ccc;
	background: #f1f1f1;
}
fieldset {
	margin: 0;
	padding: 0 0 1.2em 0;
	border-style: none;
	position: relative;
}
legend {
	margin-left: 1em;
	color: #52681d;
	padding: 0;
}
legend span {
	position: absolute;
	margin-top: 0.74em;
	font-size: 1.3em;
	font-weight: bold;
	left: 0.74em;
	top: 0;
}
fieldset ol {
	padding: 3.5em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset li span {
	font-size: .95em;
	font-style: italic;
	color: #036;
}
fieldset.submit {
	margin: 0;
	padding: 1.5em 0 1.2em 1em;
	text-align: left;
}
label {
	display: block;
	font-size: .95em;
	font-weight: bold;
	padding-bottom: 1px;
	color: #666;
}
label span {
	font-size: .95em;
	font-weight: normal;
	font-style: italic;
}
#emailBulletin .text, #emailBulletin .textarea, #ktmlForm .text, #ktmlForm .textarea, #photoUpload .text, #photoUpload .textarea {
	width: 97%;
	color: #333;
	font-weight: bold;
	font-size: 1em;
	padding: 3px;
}
#emailBulletin .textarea, #ktmlForm .textarea, #photoUpload .textarea {
	width: 98%;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 3px;
}
#emailBulletin label span, #ktmlForm label span, #photoUpload label span {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}
.select {
	padding: 3px;
	font-size: 1em;
	width: 100%;
}
span.comment {
	color: #666;
}
#ktmlForm #Submit, #emailBulletin #save, #emailBulletin #send, #photoUpload #save  {
	margin: 0;
	padding: 0 5px 5px 5px;
	background: #71951a;
	color: #edf8d5;
	border: 1px solid #edf8d5;
	font-weight: bold;
	font-size: 1.15em;
	cursor: pointer;
	height: 27px;
	outline: none;
}
#ktmlForm #Submit:hover, #emailBulletin #save:hover, #emailBulletin #send:hover, #photoUpload #save:hover {
	background: #52681d;
	color: #c2e56f;
	border: 1px solid #c2e56f;
}
