/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	position:relative;
	height: 23px;
	float: left;
	*float: none;
}

.jqTransformSelectWrapper div span {
	font-size: 11px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 31px;
	line-height: 15px;
	padding: 5px 0 0 2px;
	cursor:pointer;
}

.jqTransformSelectWrapper a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: -2px;
	width: 28px;
	height: 23px;
	background: url('../images/ico-bt-drop.png') no-repeat center center;
}
.jqTransformSelectWrapper a.jqTransformSelectOpenDisabled {
	display: block;
	position: absolute;
	right: -2px;
	width: 28px;
	height: 23px;
	background: url('../images/ico-bt-drop-disabled.png') no-repeat center center;
}
.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 24px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	max-height: 150px;
	overflow: auto;
	overflow-y: auto !important;
	text-align: left;
}
.jqTransformSelectWrapper ul a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 11px;
	font-weight: normal;
	height: 14px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#3582c4;
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}