.elFormPane {
	width: 100%;
	padding: 0;
	margin: 0;
}
input, textarea  {
	border: 1px solid #BBB;	
}
fieldset input, fieldset select, fieldset textarea, fieldset img {
	margin-left: .5em;
}
input.readonly {
	background-color: #EEE;
}
input:focus, select:focus, textarea:focus, button:focus,
input.focus, select.focus, textarea.focus {
	border: 1px solid #3C02A4;	
}
textarea.readonly {
	background-color: #EEE;
}
button, .button {
	padding: 1px;
	background-color: #A3C200;
	border: 1px solid #A3C200;
	cursor: pointer;
	color: #FFF;
	margin-right: 4px;
}
button:hover , .button:hover {
	border: 1px solid #3D00A4;
	background-color: #BEDF00;	
}
fieldset button, fieldset .button {
	margin-left: .5em;		
}
.elCheckBox, .elRadioButton {
	border: 0;
}
fieldset {
	padding: 0 0 4px 0;
	margin: 0 0 6px 0;
	border: 1px solid #A3C200;
}
fieldset div {
	clear: both;
	margin: .6em 0;
}
fieldset > div {
	float: left;	
	margin: 0;
}
.collapsed div {
	display: none;
	margin: 0;
}
.collapsed {
	padding: 0;
	margin: 6px 6px 0 6px;
	background-image: url(../images/grp_collapsed.gif);
	background-position: right;
	background-repeat: no-repeat;	
}
fieldset br {
	display: none;
}
fieldset .legend, fieldset legend {
	display: block;
	padding: 2px;	
	margin-bottom: 4px;
	border-right: 1px solid #A3C200;
	border-bottom: 1px solid #A3C200;	
	color: #FFF;
	background-color: #A3C200;
	float: left;
	cursor: pointer;
}
label, fieldset div.cr p {
	display: block;
	float: left;
	width: 13em;
	margin: 0;
	padding-left: 0.5em;
	padding-top: .2em;
	padding-right: .6em;
	text-align: left;	
}
fieldset div.cr label {
	text-align: left;
	margin-left: 13em;
	border: 0;
	width: auto;
	float: none;
	white-space: nowrap;
}
.mandat {
	background-image: url(../images/mandatory.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.removed {
	display: none !important;
}
input.error, select.error, textarea.error {
	border: 1px solid #F00;
}
span.error, span.general_error, span.general_info {
	display: block;
	height: auto;
	line-height: 16px;
	padding: 0 0 0 18px;
	margin: 2px 0 0 14.5em;
	background-image: url(../images/elMsg/error.gif);
	background-position: left middle;
	background-repeat: no-repeat;
	color: red;
	vertical-align: middle;
	
}
span.general_error, span.general_info {
	padding: 0 0 0 18px;
	margin: 2px 4px;
}
span.general_info {
	color: #333;
	background-image: url(../images/elMsg/info.gif);
	background-position: left middle;
	background-repeat: no-repeat;
}

span.info_red {
	color: red;
}
/* elDatePicker */
.elDatePicker {
	border: 1px solid #CCCCCC;
}
.elDatePickerImg {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 0px 1px 2px;
	vertical-align: bottom;
	padding: 0px;
}
button.cart, input.cart {
	height: 20px;
	padding-right: 20px;
	background-image: url(../images/cart.gif);
	background-position: right;
	background-repeat: no-repeat;
}
button.delete, input.delete {
	width: 16px;
	height: 16px;
	background-image: url(../images/delete.gif);
	background-position: right;
	background-repeat: no-repeat;
}
