span.select {
	position: absolute;
	width: 142px; /* With the padding included, the width is 190 pixels: the actual width of the image. */	
	height: 15px;
	padding: 2px 15px 0 5px;
	color: #000000;
	background: url(/images/select.gif) no-repeat;	
	overflow: hidden;
	margin: 0px; 
}

select.styled { }

input.f-input {
	position: absolute;
	width: 104px; /* With the padding included, the width is 190 pixels: the actual width of the image. */	
	height: 16px;
	padding: 4px 15px 0 5px;
	color: #000000;
	font: 10px Arial;
	background: url(/anima/input.gif) no-repeat;	
	overflow: hidden;
	margin: 0px; 
	border: 0px;
}

input.f-input-s {
	position: absolute;
	width: 39px; /* With the padding included, the width is 190 pixels: the actual width of the image. */	
	height: 16px;
	padding: 4px 15px 0 17px;
	color: #000000;
	font: 10px Arial;
	background: url(/anima/input-s.gif) no-repeat;	
	background-attachment: fixed ;
	overflow: hidden;
	margin: 0px; 
	border: 0px;
}

input.f-input-s-ot { background: url(/anima/input-s-ot.gif) no-repeat; }
input.f-input-s-do { background: url(/anima/input-s-do.gif) no-repeat; }

