input,
select,
textarea {
  font-size:1em;  
  margin-top: 2px;
}

select.wide
{
	width : 220px;
}

input.small
{
	width : 3em;
}

input.auto {
  width:auto;
}

input.num {
  width:2em;
}

input.big_num {
  width: 4em;
}

input.submit, input.button {
  width:auto;
}

input.text, textarea.address {
  width: 15em;  
}

input.state {
  width: 4em;
}

input.postcode {
  width: 4em;
}

label.postcode_label {
  padding-left: 0.8em;
}

input.phone {
  width: 10em;
}