.order input, .order select, .order textarea {
	border: 1px solid #ccc;
	padding:3px;
	width:200px;
	margin:2px 0;
	}
.order input.short, .order select.short {
	width:50px;
	}
.order input.med {
	width:169px;
	}
.order textarea {
	height:70px;
	}
.order input.submit {
	background:transparent url('../images/g-submit.gif') no-repeat;
	width:107px;
	height:28px;
	border:0;
	color:#fff;
	cursor:pointer;
	}
	
.f input, .f select, .f textarea
{
  border: 1px solid #ccc;
	padding:3px;
	width:200px;
	margin:2px 0;
}

.f select
{
  width: auto;
}

.f input.postcode
{
  width: 80px;
}

.f input.mini
{
  width: 50px;
}

.f input.medium
{
  width: 170px;
}