div.textbox {
	line-height: 1em;
	position: relative;
}

div.textbox input {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border-width: 0;
	float: left;
	position: relative;
	z-index: 3;
	color: #000;
}

div.textbox input.inactive {
	color: #999;
}

div.textbox .cleft {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

div.textbox .cright {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

div.textbox .cback {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/***** CHECKBOX *****/

div.checkbox {
}

div.checkbox .cbox {
	
}

div.checkbox input {
	display: none;
}

/***** SELECT ******/

div.select {
	position: relative;
	overflow: hidden;
	line-height: 1em;
}

div.select select {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}

div.select span {
	position: relative;
	z-index: 50;
	font-size: 12px;
	padding: 3px 0 0;
}

div.select .cleft {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

div.select .cright {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

div.select .cback {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}