input.textbox
{
	width: 175px;
	font-family: "courier new", monospace;
}
textarea
{
	width: 175px;
	height: 50px;
	font-family: "courier new", monospace;
}
select
{
	width: 175px;
	font-family: "courier new", monospace;
}
select.delivery
{
	width: 300px;
}
input.price
{
	width: 50px;
	text-align: right;
	font-family: "courier new", monospace;
}
input.qty
{
	width: 20px;
	text-align: center;
	font-family: "courier new", monospace;
}
input.expiry
{
	width: 30px;
}
input.button
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
input.readonly
{
	border: none;
}
table.cart
{	
	width: 550px;
}
table.cart caption
{
	background-color: #DDDDDD;
}
td.line
{
	vertical-align: top;
	border-bottom: solid 2px #C0C0C0;
}