/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 22px;
	/*background: url(gfx/select_left.gif) no-repeat top left;*/
	float:left;
}

.jqTransformSelectWrapper div span {
	
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 18px;
	line-height: 15px;
	padding: 2px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	border: 1px solid #b9aca5;
	border-right: none;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 22px;
	height: 22px;
	background: url(gfx/dropDownMenuArrow.png) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 21px;
	left: 0px;
	list-style: none !important;
	background-color: #FFF;
	border: solid 1px #b9aca5;
	display: none;
	margin: 0px;
	padding: 0px !important;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper ul a.selected {
	font-weight:bold;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}