.error {
	color:red;
	font-weight: bold;
	font-size: 11px;
}

.text-error {
	border: 1px solid red !important;
}

.saved {
	color:green;
	font-weight: bold;
}

.ui-datepicker {
	display: none;
}

.formlabel {
	display:block;
	vertical-align:baseline;
	line-height:16px;
	float:left;
	padding-top:6px;
}

.NAM_select {
	z-index: 900;
	display: none;
	font-family: Arial,sans-serif;
	font-size: 11px;
	padding: 5px 0px 0px 0px !important;
	margin:0px !important;
	background-color: white;
	position:absolute;
	width:341px;
	border-left: 1px solid #375D81;
	border-bottom: 1px solid #375D81;
	border-right: 1px solid #375D81;
	right:50px;
	max-height: 200px;
	overflow-y: auto;	
}

.NAM_select li {
	background-image: none !important;
	cursor: pointer;
	margin:0px !important;
	padding: 2px 0px 2px 7px !important;
}

.NAM_select li:hover {
	background-color: #375D81 !important;
	color:white;
}

#select-add {
	top:118px;
}

#select-gamme {
	top:280px;
}

#select-type,
#select-product-gamme {
	top:159px;
}

#select-product-list {
	top:186px;
}

#select-product-type {
	top:202px;
}

#select-product-level {
	top:244px;
}

