

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	margin-right: 1px;
	position:relative;
	height: 30px;
	background: white;
	float:left;
	font-size: 16px;
	color: #3A3A3A;
	font-family: arial, sans-serif; 
	box-shadow: inset 0 4px #f1f1f1;
	margin-left: 6px;
	border: 1px solid #b8b8b8;
	width: 186px;
}

.small .jqTransformSelectWrapper { width: 90px; }

.jqTransformSelectWrapper div { 
	padding-right: 40px;
	overflow: hidden;
}

.jqTransformSelectWrapper div span {
	float: none;
	white-space: nowrap;
	color:#3A3A3A;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	display: block;
	overflow: hidden;
	cursor:pointer;
	
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 32px;
	height: 30px;
	border-left: 1px solid #b8b8b8;
	background: #e9f4f8 url(../images/select.png) no-repeat center;
}

.error a.jqTransformSelectOpen { background-color: #eed4d4; }



.jqTransformSelectWrapper ul {
	position: absolute;
	top: 30px;
	left: -1px;
	list-style: none;
	background-color: #f2f2f2;
	border: solid 1px #d5d5d5;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	min-width: 100%;
	z-index:10;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px 10px;
	line-height: 16px;
	text-decoration: none;
	white-space:nowrap;
	color:#333;
	height: 16px;
}

.jqTransformSelectWrapper ul a.selected {
	background-color: #e5e5e5;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#e5e5e5;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}