form.jqtransformdone label {
	display       : block;
	float         : left;
	padding-right : 10px;
}

form.jqtransformdone div.rowElem {
	clear   : both;
	padding : 4px 0px;
}

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width      : 80px;
	position   : relative;
	height     : 20px;
	background : url(../images/jstransform/select_left.gif) no-repeat top left;
	float      : left;
}

.jqTransformSelectWrapper div span {
	font-size   : 10px;
	font-weight : bold;
	color       : #666;
	float       : none;
	position    : absolute;
	white-space : nowrap;
	height      : 18px;
	line-height : 15px;
	padding     : 2px 0 0 5px;
	overflow    : hidden;
	cursor      : pointer;
	/*border: 1px solid #CCCCCC;*/
	/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display    : block;
	position   : absolute;
	right      : 0px;
	width      : 20px;
	height     : 20px;
	background : url(../images/jstransform/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position         : absolute;
	width            : 150px;
	top              : 19px;
	left             : 0px;
	list-style       : none;
	background-color : #fff;
	border           : solid 1px #d7d7d7;
	border-top       : 0px;
	display          : none;
	margin           : 0px;
	padding          : 0px;
	height           : 150px;
	overflow         : auto;
	overflow-y       : auto;
	z-index          : 10;
}

.jqTransformSelectWrapper ul a {
	display          : block;
	padding          : 4px 5px;
	text-decoration  : none;
	color            : #666666;
	font-weight      : bold;
	background-color : #fff;
}

.jqTransformSelectWrapper ul a.selected {
	background : #fff;
	color      : #d7d7d7;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background : #efefef;
	color      : #000;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
	display : none;
}