.cfe-elements {
	margin-top: 0px;
	margin-left: 0px;
	border: solid 0px;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;*/
	-webkit-box-shadow: #414a35 0px 0px 3px;
	-moz-box-shadow: #414a35 0px 0px 3px;
	box-shadow: #414a35 0px 0px 3px;
	background-color: #f5f5f5;
	/*behavior: url(/js/PIE.htc);*/
}

.cfe-select-input {
	padding: 6px;
	background-image: url(bg_select_menu.png);
	background-position: right center;
	cursor: default;
}

.cfe-select-options {
	margin-top: -2px;
	position: absolute;
	display: none;
	color: black;
	padding: 5px;
	background-color: #f5f5f5;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0px 0px 4px 4px;*/
	-webkit-box-shadow: #414a35 0px 2px 2px;
	-moz-box-shadow: #414a35 0px 2px 2px;
	box-shadow: #414a35 0px 2px 2px;
	cursor: default;
}

.cfe-select-options ul {
	list-style: none;
	padding: 0px;
}

.cfe-select-options li {
	float: left !important;
	width: 100%;
	line-height: 22px;
	background-color: #f5f5f5;
	cursor: pointer;
	color: black !important;
}

.cfe-select-options li:hover {
	background-color: #F2553D;
	color: white !important;
}

.cfe-calendar-input {
	padding: 6px;
	background-image: url(bg_input_cal.png);
	background-position: right center;
	cursor: default;
}