

.hidden {
	display: none !important;
}

/*
form select {
	display: block;
	width: 225px;
	float: left;
}

.message {
	width: 50%;
	margin: 15px auto 40px auto;
	padding: 20px;
	text-align: center;
	background: #efefef;
	border: 2px solid #c8c8c8;
	font-weight: bold;
}
*/


/* Used only when enhanced */
div.enhanced a {
	font-size: 11px;
	text-decoration: none;
	color:#333;
	font-weight: bold;
}
dl.dropdown {
	float: left;
	width: 200px;
	position:relative;
/*font-family: Arial, Helvetica, Verdana, sans-serif;*/
margin: 0;
padding: 0;
}
dl.dropdown div.options {
	position: absolute;
	z-index: 10;
	left: 5px;
	top: 24px;
	overflow: auto;
	background: #f4f4f4;
	width: 169px;
	height: 55px;
height: auto;
	border: 1px solid #c8c8c8;
	border-top: 0;
	padding: 7px 7px;
}
dl.dropdown div.options ul,
dl.dropdown div.options ul li {
	list-style: none !important;
margin: 0;
padding: 0;
}
dl.dropdown div.options a {
	display: block; 
	font-size: 12px;
	padding: 2px 5px;
}
dl.dropdown div.options a:hover {
	text-decoration: none;
	color: #357C97;
	background-color: #e2e2e2;
}
a.dropdown_toggle { 
	display: block; 
	height: 24px;
	background: url(/images/select_enhanced/enhanced_select_bg.jpg) no-repeat right top;
	padding-right: 25px;
}
a.dropdown_toggle span {
	display: block;
	background: url(/images/select_enhanced/enhanced_select_bg.jpg) no-repeat left top;
	/*padding: 7px 0 0 8px;*/
	padding: 0 0 0 8px;
	line-height: 24px;
	height: 24px;
	cursor: pointer !important;
}


