/*******************************************************************************
*  Forms.css : 2005-08-11 : edited for Contract CEO
* ------------------------------------------------------------------------------
*  This shows the effects on the form elements.
*******************************************************************************/

#marginForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
}

#marginForm fieldset legend
{
	color: #000000;
}

#marginForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#marginForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#marginForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: normal;
}

#marginForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

#marginForm input
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}

#marginForm div.submit
{
	clear: both;
}

#marginForm input.buttons
{
	top: 0;
	margin: 0 5px;
	display: inline;
}

#marginForm label
{
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -1em;
}

#marginForm label.first
{
	margin-top: 1em;
}

#marginForm select
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}

#marginForm textarea
{
	position: relative;
	top: -1.4em;
	left: 8.2em;
	display: block;
}

.mandat {
	font-weight: normal;
	/*color:#0000FF;*/
}

.mandat:before {
	content: " * ";
}

label.mandat input {
	/*border: 1px solid #039;*/
}

label.mandat textarea {
	/*border: 1px solid #039;*/
}

input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FFE;
	}
label.errHilite {
	color: #C00;
	}
	
ul#errors {
	display: none;
	margin: 1em 0.25em;
	background-color: #FFE;
	border: 1px solid #CC9;
	padding: .3em;
	color: #C00;
	font-weight: bold;
	font-size: .95em;
	list-style-position: inside;
	}	
ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
	}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-size: .9em;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
	}