﻿.input_l  
{
	behavior: url(/htc/iepngfix.htc);
	background: url('images/form/formfield_leftcap.png') no-repeat top left;
	float: left;
	width: 9px; height: 19px;
}

.input_r  
{
	behavior: url(/htc/iepngfix.htc);
	background: url('images/form/formfield_rightcap.png') no-repeat top left;
	float: left;
	width: 9px; height: 19px;
}

.input input
{
	background: url('images/form/formfield_repeat.png') repeat-x top left;
	float: left;
	border: 0;
	height: 15px;
	font-family: Arial, Helvetica;
	color: #000000;
}

