form.forms div.dateOfPurchase .input
{
	width: 150px;
	border: 1px solid #999;
}

form.forms div.invoiceNumber .input
{
	width: 150px;
	border: 1px solid #999;
}

form.forms div.merchandiseInQuestion .input
{
	width: 250px;
	border: 1px solid #999;
}

form.forms div.merchandiseInQuestion .input
{
	width: 250px;
	border: 1px solid #999;
}

form.forms div.firstName .input
{
	width: 150px;
	border: 1px solid #999;
}

form.forms div.lastName .input
{
	width: 150px;
	border: 1px solid #999;
}

form.forms div.company .input
{
	width: 200px;
	border: 1px solid #999;
}

form.forms div.department .input
{
	width: 200px;
	border: 1px solid #999;
}

form.forms div.address1 .input
{
	width: 250px;
	border: 1px solid #999;
}

form.forms div.address2 .input
{
	width: 250px;
	border: 1px solid #999;
}

form.forms div.city .input
{
	width: 150px;
	border: 1px solid #999;
}

form.forms div.postalCode .input
{
	width: 75px;
	border: 1px solid #999;
}

form.forms div.daytimePhone .input,
form.forms div.phoneNumber .input,
form.forms div.faxNumber .input
{
	width: 200px;
	border: 1px solid #999;
}

form.forms div.emailAddress .input
{
	width: 250px;
	border: 1px solid #999;
}

form.forms div.comments .input,
form.forms div.reasonForClaim .input,
form.forms div.description .input
{
	width: 450px;
	height: 140px;
	border: 1px solid #999;
}

form.forms div.submitCancel .inline-reset
{
	font-size: 9px;
	background: transparent;
	border: none;
	text-decoration: underline;
}
