/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {	
	width: 45px;
	height: 25px;
	background-color: #fff;
	position:relative;	
	float:left;
}

.jqTransformSelectWrapper div span {
	height: 25px;
	line-height: 15px;
	font-size: 12px;
	color: #000;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	cursor:pointer;
	padding: 4px 0 0 7px;
	float: none;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	width: 22px;
	height: 25px;
	background: #fff url('../images/select_right.gif') no-repeat center center;
	display: block;
	position: absolute;
	right: -3px;
}

.jqTransformSelectWrapper ul {
	width: 43px;
	height: 150px;
	position: absolute;
	top: 25px;
	left: 0px;
	list-style: none;
	background: #fff;
	border: solid 1px #ccc;
	display: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#333;
	background-color: #fff;
	font-size: 12px;
}

.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;}
