﻿.formboxheader {
  width: 430px;
  color: #000;
  padding-left: 10px;
  background-image: url(/../images/bg_contactform_header.gif);
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.formbox {
  width: 420px;
  color: #000;
  padding: 10px;
  background-image: url(/../images/bg_contactform.gif);
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.row {
  clear: both;
  padding: 2px 0px;
}

.label {
  float: left;
  width: 140px;
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;
}

.field {
  float: right;
  width: 280px;
  text-align: left;
} 

.button {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

*+html input.defwidthlarge {
  width: 252px;
}

.defwidthlarge {
  width: 250px;
}

input.defwidthlarge {
	width: 250px;
}

*+html select.defwidthlarge {
  width:258px;
}

select.defwidthlarge {
  width:254px;
}

*+html textarea.defwidthlarge 
{
	width:252px;	
}

textarea.defwidthlarge 
{
	width:250px;	
}

.defwidthsmall {
  width: 123px;
}

.defwidthzip {
  width: 72px;
}

.defwidthcity {
  width: 174px;
}
