label
{
  display: block;
  float: left;
  margin-right: 20px;
  width: 15%;
  text-align: right;
}

dl
{
  list-style: none;
  margin: 0;
}
dl dt, dl dd
{
  float: left;
  min-height: 15px;
}
dl dt
{
  margin: 0 20px 25px 0;
  width: 35%;
  text-align: right;
}
dl dd
{
  margin: 0 0 25px 0;
  width: 59%;
}

input.small { width: 50px; }
input.medium { width: 100px; }

div.clear { clear: both; }
div.center, p.center { text-align: center; }
div.right { text-align: right; }
div.field { margin-bottom: 10px; }
div.half
{
  float: left;
  width: 50%;
}
div.half label { width: 30%; }

div.submit { margin: auto; }

hr.separator
{
  margin: 25px auto;
  height: 1px;
  background-color: #ccc;
  border: 0;
  color: #ccc;
}

table.items
{
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
}
table.items tr th,
table.items tr td
{
  padding: 5px;
  border: 1px solid #000;
}
table.items tr th
{
  background-color: #de6908;
  color: #fff;
}

div#content
{
  margin: auto;
  padding: 15px 50px;
  width: 781px;
  background: url('http://www.make-parts.com/images/tablemid_bgWht.png') top center repeat-y;
}

label#ServicesRequested { height: 50px; }

input#SubmissionFileUpload { float: left; }

div#note
{
  float: left;
  margin-left: 20px;
  width: 300px;
}
div#note strong { color: #ff6600; }

div#referrer-field { padding-top: 13px; }