div.textbox {
	line-height: 1em;
	position: relative;
	height: 25px;
	width: 180px;
}

div.textbox input {
	background-color: transparent;
	margin: 0;
	padding: 7px 6px 0;
	border-width: 0;
	float: left;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	font-size: 12px;
}

div.textbox .cleft {
	background-image: url(../img/form/text-box.png);
	width: 6px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

div.textbox .cright {
	background-image: url(../img/form/text-box.png);
	background-position: right top;
	width: 6px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

div.textbox .cback {
	height: 100%;
	background-image: url(../img/form/text-box.png);
	background-position: -6px top;
	margin: 0 6px;
}

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

div.select {
	background-image: url(../img/form/drop-down.png);
	position: relative;
	height: 25px;
	overflow: hidden;
}

div.select span {
	margin: 0 25px 0 6px;
	line-height: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
}

div.select select {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	font-size: 12px;
}

div.select .cleft {
	background-image: url(../img/form/drop-down.png);
	width: 6px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

div.select .cright {
	background-image: url(../img/form/drop-down.png);
	background-position: right top;
	width: 25px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}