/* FORMS STYLE SHEET
	Mike Folsom
	Nissi Creative Services
	www.nissicreative.com
*/

/* ESSENTIAL STYLES
==================== */
form.ncsform label, form.ncsform span.label {
	float: left;
	margin-right: 20px;
}
form.ncsform fieldset ol {
	margin: 0;
	padding: 0;
}
form.ncsform fieldset li {
	list-style: none;
	margin: 0;
	clear: both;
}
/* SKIN
==================== */
form.ncsform fieldset {
	border: 1px solid gold;
	padding: 10px;
	background: url(/images/yellow-grad.png) repeat-x 0 -250px;
	margin-bottom: 1em;
	position: relative;
}
form.ncsform legend {
	padding: 0 5px;
	font-weight: normal;
	font-size: 16px;
	color: #6db13f;
}
form.ncsform li {
	padding: 1em .5em;
}
form.ncsform label, form.ncsform span.label {
	width: 120px;
	text-align: right;
}
form.ncsform li.controlset label {
	display: block;
	width: auto;
	text-align: left;
	float: none;
	margin: 0 0 0 220px;
}
form.ncsform li.buttonrow {
	margin: 0 0 0 140px;
}
/* TEXT INPUTS
==================== */
form.ncsform input[type=text] {
	width: 300px;
	border: 2px inset;
}
form.ncsform input.tiny {
	width: 50px;
}
form.ncsform input.small {
	width: 100px;
}
form.ncsform input.med {
	width: 200px;
}
form.ncsform input.big {
	width: 300px;
}
form.ncsform textarea {
	width: 300px;
	display: block;
}
/* FEEDBACK
==================== */
form.ncsform label.error {
	display: block;
	clear: both;
	margin: .3em 0 .2em 140px;
	color: #f00;
	width: auto;
	text-align: left;
}
form.ncsform input.error, form.ncsform select.error {
	border: 2px solid #f00;
}
/* TYPOGRAPHY
==================== */
form.ncsform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	position: absolute;
	margin-left: .3em;
}
p.instructions em {
	position: static;
}
form.ncsform p.note {
	margin: .5em 0 0 140px;
	font: italic .8em/1 Georgia, "Times New Roman", Times, serif;
	clear: both;
}

