div.textbox {
	position: relative;
	overflow: hidden;
}

div.textbox input {
	background-color: transparent;
	margin: 0;
	border-width: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

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

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

div.textbox .cback {
	height: 100%;
}

/***** TEXTAREA ******/

div.textarea {
	position: relative;
}

div.textarea textarea {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	position: relative;
	z-index: 3;
	resize: none;
	
	-moz-padding-start: 0;
	-webkit-appearance: textfield;
}

div.textarea .inner 
{
    position: relative;
}

div.textarea .cleft {
	height: 100%;
	position: absolute;
	z-index: 2;
}

div.textarea .ctop {
	width: 100%;
	position: absolute;
	z-index: 2;
}

div.textarea .cbottom {
	width: 100%;
	position: absolute;
	z-index: 2;
}

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

div.textarea .cback 
{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

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

div.select {
	position: relative;
	overflow: hidden;
}

div.select .selected {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	z-index: 3;
	height: 100%;
}

div.select select {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	-webkit-appearance: textfield;
}

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

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

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

div.checkbox {
}

div.checkbox .cbox {
	
}

div.checkbox input {
	display: none;
}