/* @override http://ahouseformykids.com/css/forms.css */

/* 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 {
	margin-bottom: 1em;
	border: 1px solid #e9e9e9;
	padding: 15px;
}
form.ncsform legend {
	padding: 0 2px;
	font-weight: bold;
}
form.ncsform ol li {
	padding: 8px 5px;
	background: #fafafa;
	margin: 10px 0;
	line-height: 1 !important;
}
form.ncsform label, form.ncsform span.label {
	width: 200px;
	text-align: right;
	font-size: 14px;
}
form.ncsform li.controlset label {
	display: block;
	width: auto;
	text-align: left;
	float: none;
	margin: 0 0 0 220px;
}
form.ncsform label.full, form.ncsform span.full {
	display: block;
	width: 100%;
	text-align: left;
	float: none;
}
form.ncsform textarea.full {
	width: 99%;
}
form.ncsform li.buttonrow {
	margin: 0;
	padding: 0 0 0 220px;
}
/* TEXT INPUTS
==================== */
form.ncsform input {
	border: 2px inset;	
}
form.ncsform input[type=text] {
	width: 300px;
}
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;
}
/* ERRORS AND MANDATORY FIELDS
==================== */
form.ncsform label.error {
	display: block;
	clear: both;
	margin: .3em 0 .2em 220px;
	color: #f00;
	width: auto;
	text-align: left;
	font-style: italic;
}
form.ncsform input.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 220px;
	font: italic .8em/1 Georgia, "Times New Roman", Times, serif;
}


