/* SOULWALK FORMS
==================== */
.tiny-input {
	width: 2em;
}
.short-input {
	width: 100px;
}
.med-input {
	width: 200px;
}
.long-input {
	width: 290px;
}
textarea {
	width: 300px;
	font-size: 12px;
}
.fullsize {
	width: 100%;
}
fieldset {
	margin: 10px 0;
	padding: 20px 10px;
	border: 1px solid gold;
	background: #ffe;
}
legend {
	font-weight: bold;
	color: white;
	background: gold;
	padding: 0 5px;
}
.formcontainer {
	background: #fff7d9;
	padding: 5px 10px;
	margin: 10px 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.formcontainer label, .formcontainer span.label {
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	width: 200px;
	float:left;
}
.formcontainer label.error {
	display: block;
	width: 300px;
	margin: .2em 0 .2em 220px;
	color: #f00;
	text-align: left;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}
.formcontainer label em, .formcontainer span.label em {
	position: absolute;
	margin-left: 3px;
	color: #f00;
	font-style: normal;
}
.formcontainer div {
	margin: .5em 0;
	padding: .25em 0;
	clear: both;
}
.formcontainer p {
	margin: 0;
}
.formcontainer p.note {
	margin-left: 220px;
	font-size: 9px;
	color: #333;
}
.formcontainer div.error {
	color: red;
}
.formcontainer div.error input {
	background: #fee;
}
.formcontainer div.controlset label {
	display: block;
	float: none;
	width: auto;
	text-align: left;
	margin-left: 220px;
}
.formcontainer div.controlset div {
	margin: 0 0 0 230px;
	clear: none;
	padding: 0;
	line-height: 1.3em;
}
.formcontainer div.buttonrow {
	margin-left: 230px;
}
#newsletter-form {
	padding: 40px 10px;
}
#newsletter-form p {
	color: #eee;
	border-bottom: 1px dotted #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
#newsletter-form div {
	margin-bottom: 10px;
	color: white;
}
#newsletter-form label {
	text-align: right;
	margin-right: 10px;
	width: 50px;
	position: relative;
	float: left;
}
#newsletter-form .buttonrow {
	margin-left: 60px;
}
#newsletter-form .med-input {
	width: 190px;
}
