/* @override 
	http://localhost:3000/stylesheets/formtastic_changes.css?1262194531
	http://localhost:3000/stylesheets/formtastic_changes.css?1262194595
	http://localhost:3000/stylesheets/formtastic_changes.css
	http://localhost:3000/stylesheets/fnlv.css
*/

/* -------------------------------------------------------------------------------------------------

Load this stylesheet after formtastic.css in your layouts to override the CSS to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

For example, to make the inline hint paragraphs a little darker in color than the standard #666:

.formtastic fieldset ol li p.inline-hints { color:#333; }

--------------------------------------------------------------------------------------------------*/

.formtastic legend span {
	color: #cc6600;
	font-weight: bold;
	font-size: 12px;
	background: url(/images/FNLV/common/pointOvaleClair.gif) no-repeat 0 3px;
	padding-left: 20px;
}

.formtastic legend {
	margin-bottom: 40px;
}

.formtastic li {
	list-style-type: none;
}

.formtastic li, .formtastic ol > div {
	margin-top: 10px;
}

.formtastic li label {
	display: block;
	float: none;
	font-weight: bold;
}

.formtastic ol, .formtastic ul, .formtastic ol ul {
	list-style-type: none;
	margin-top: 10px;
}

.formtastic li input {
	display: block;
	float: none;
}

.formtastic fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}

.formtastic li.boolean input, .formtastic li.check_boxes input {
	float: left;
	margin-right: 10px;
}

.formtastic li.boolean label, .formtastic li.check_boxes label {
	display: block;
	font-weight: normal;
	font-style: normal;
	padding-left: 0;
}

.formtastic li.date li {
	float: left;
	margin-right: 10px;
}

.formtastic li.date li label {
	font-weight: normal;
	font-style: normal;
}

.formtastic .subpanel {
	margin-top: 10px;
}