input.text { background: transparent url(....png) no-repeat left top; /*テキストボックス用の背景画像を指定*/ } textarea { background: transparent url(...png) no-repeat left top; /*テキストエリア用の背景画像を指定*/ } input.submit { background: transparent url(...png) no-repeat left top; /*送信ボタン用の背景画像を指定*/ }