/* form elements */
div#contact {
	border: 1px solid #505050;
	background: #000;
	color: #fff;
	float: left;
	width: 766px;
	margin-bottom: 10px;
}

div.submitted p {
	background: inherit;
	color: #F00;
	margin-left: 200px;
	width: 350px;
}

div.submitted p.thank_you {
	color: #6ebb0a;
}

fieldset {
	margin: 20px;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

fieldset legend {
	background-color: inherit;
	color: #808080;
}

fieldset legend span {
	font-size: smaller;
}

fieldset p {
	text-align: left;
	text-indent: 0;
}

fieldset span.note {
	font-size: 86%;
}

fieldset label {
	float: left;
	display: block;
	width: 150px;
	text-align: right;
}

fieldset input, fieldset textarea, fieldset select {
	font-family: arial, helvetica, sans-serif;
	float: left;
	font-size: 92%;
	margin-left: 20px;
	padding-left: 2px;
	width: 350px;
	text-align: left;
	border: 1px solid #505050;
	background-color: #222;
	color: #FFF;
}

fieldset input[type="checkbox"] {
	font-family: arial, helvetica, sans-serif;
	float: left;
	font-size: 92%;
	margin-left: 20px;
	padding-left: 2px;
	width: 15px;
	height: 15px;
	text-align: left;
	border: 1px solid #505050;
	background-color: #222;
	color: #FFF;
}

fieldset select {
	width: 355px;
}

fieldset textarea {
	height: 12em;
}

fieldset.submit input {
	border-color: #505050;
	background-color: #222;
	color: #FFF;
	font-size: 92%;
	text-align: center;
	margin-left: 20px;
	padding: .1em 1em;
	width: auto;
}

fieldset.submit input:hover {
	border-color: #a9ff3c;
	background-color: #104500;
	color: #a9ff3c;
}

#wlst {
	list-style-position:outside;
	list-style-type: none;
}

/* custom classes */
.req {
	font-weight: bold;
}
.req:before {
	content: "*";
	font-size: larger;
}