.textbox {
	background-image: url(img/text_bgleft.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 3px;
}
.textbox2 {
	background-image: url(img/text_bgright.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
	padding: 10px 0px 0px;
}
.textbox input[type="text"] {
	color: #666666;
	background:none;
	background-image: none;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	font-size: 14px;
}

