form{
	margin-right:auto;
	margin-left:auto;
}

form.mediumWidth{
	width:530px;
}

form p.info{
	font-style:italic;
	font-size:11pt;
	margin-bottom:10px;
}

fieldset.main_set{
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
}

fieldset.main_set legend{
	color:#ff7f00;
	font-weight:bold;
	font-size:14pt;
}

fieldset.main_set fieldset.main_set,
fieldset.sub_set{
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	border:none;
}

fieldset.main_set fieldset.main_set legend,
fieldset.sub_set legend{
	padding:2px 5px;
	margin-bottom:10px;
	background-color:#ddd;
	color:black;
	font-weight:bold;
	font-size:10pt;
}

fieldset.classic{
	border:none;
	margin-bottom:0 0 10px 0;
	padding:0;
}

fieldset.classic legend{
	display:block;
	clear:left;
	font-weight:bold;
	font-size:10pt;
	color:black;
	background-color:transparent;
}

/*************************************************************\
|	INPUTS
\*************************************************************/

input{
	display:block;
}

label.with_next{
	margin-bottom:3px;
}

textarea, input, select{
	width:100%;
}

input[type='text'],input[type='password']{
	background:white url(../images/gradient-white-soft.gif) top left repeat-x;
	border:1px solid #888;
}

input.color{
	background:white;
	background-image:none;
	border:1px solid #888;
}

input[type='text']:focus, input[type='password']:focus{
	background:white;
}

input[type='submit']{
	color:white;
	font-weight:bold;
	background:black url(../images/gradient-black.gif) top left repeat-x;
	border:1px black solid;
}

input[type='submit']:focus{
	text-indent:2px;
}

input.checkbox, input.radio{
	display:inline;
	width:auto;
	margin-right:5px;
}

/*************************************************************\
|	LABELS
\*************************************************************/

label{
	display:block;
	clear:left;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:10px;
}

label span{
	font-weight:normal;
}

span.required{
	color:#41a62a;
	font-style:italic;
	font-weight:normal;
}

span.facultative{
	color:#888;
	font-style:italic;
}

form .error{
	background-color:#ff6666;
	color:white;
	padding:5px;
}

.error span.required{
	color:black;
}

span.error{
	display:block;
	padding-left:20px;
	margin:5px;
	background:url(../images/icons/exclamation_16.png) center left no-repeat;
}

label span.description{
	color:grey;
	font-style:italic;
}

label .static, fieldset .static{
	display:block;
	font-weight:normal;
	/*margin-left:10pt;*/
}

/*************************************************************\
|	MISES EN FORME
\*************************************************************/

form table.columns{
	width:100%;
}

form table.columns td{
	padding-left:15px;
	vertical-align:top;
}

form table.columns td.first{
	padding-left:0;
}





.static{
	display:block;
	border:1px solid #ddd;
}

div.dimensions input, div.dimensions label{
	display:inline;
	width:auto;
}

div.dimensions{
	margin-bottom:10px;
	font-size:10pt;
}

table.aql_crit, table.inspection_test{
	width:100%;
}

table.aql_crit td, table.inspection_test td{
	vertical-align:top;
}


/*************************************************************\
|	ANCIENNE METHODE POUR LES 2 COLONNES, ENCORE DANS QQ PAGES
\*************************************************************/

.two_cols label{
	width:48%;
}

.two_cols label.left{
	float:left;
	clear:left;
}

.two_cols label.right{
	float:right;
	clear:right;
}