.error-message { 
	z-index: 990;
	color: white;
	font-weight: bold;
	background-image:url('icon_error.png');
	background-repeat:no-repeat;
	background-position:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:10px;
	margin-left: 10px;
	white-space: nowrap;
	display: none;
	width: auto;
	background-color: #F15A22;
}
select.limited-width {     
	width: 100%;     
	position: static; 
}
select.expanded-width {    
 	width: auto !important;     
 	position: relative; /* was static */	 
	z-index: 10; /* it will be placed in front of any z-index less than 10 */
}
.selectdivoverflow {
	overflow: visible; 
}