<style type="text/css">
    input {
	background-image: url('images/bgf.jpg');
	outline-color: orange;
	border:1px solid grey;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family: arial, sans-serif; 
	border-radius: 2px;
	height: 25px;
	}
	select {
	background-image: url('images/bgf.jpg');
	background-repeat:repeat-x;
	outline-color: orange;
	border:1px solid grey;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family: arial, sans-serif;
	border-radius: 2px;
	background-repeat: 
	}
	textarea {
	background-image: url('images/bgf.jpg');
	outline-color: orange;
	border:1px solid grey;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family: arial, sans-serif; 
	border-radius: 2px;
	width: 400px;
	height: 150px; 
	background-position: 50px 125px; 
	background-repeat:repeat-x;
	}
</style>