/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	text-align: left;
	width: 45px;
	position:absolute;
	top: 2px;
	right: 30px;
	height: 26px;
	background: url(../images/select_left.gif) no-repeat top left;
}

.jqTransformSelectWrapper div span {
	
	font-size: 9px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 26px;
	line-height: 12px;
	padding: 7px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 26px;
	height: 26px;
	background: url(../images/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 30px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 1px 3px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 9px;
}

.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;}
