
#formWarning, #formError, #formCongratulation {
	background-color : inherit;
	color : white; 
	text-align : justify;
}

input, textarea, select {
	background-color : white;
	color : black;
}

legend {
	color : white;
	background-color : black;
}

label {
	width : 40%;
}

input, textarea, select {
	width : 55%;
}

#livreOrSearchFieldset {
	float : left;
	width : 47%;
	margin : 0px;
}

div.formFieldset, fieldset.formFieldset {
	clear : both;
	top : 10px;
}