#content .double-column
{
  position: relative;
}

#letter-bottom
{
  position: absolute;
  top: -1px;
  left: 156px;
  z-index: 10;
  background: url('../../../images/letter-bottom.png') no-repeat;
  width: 164px;
  height: 31px;
}

#info
{
  width: 470px;
  margin: 0 auto;
  padding: 10px 0 10px;
}

#info table
{
  border-collapse: collapse;
  width: 100%;
  font-weight: bold;
  color: #233e51;
}

#info div
{
  padding-top: 20px;
  color: #ff7f00;
}

form
{
  width: 500px;
  margin: 0 auto;
  background: #fef4e6;
}

form .container
{
  padding: 12px;
}

form .container .section
{
  padding: 4px 0;
}

form .container .section .right
{
  margin-left: 160px;
}

label, .text-field
{
  float: left;
  padding: 2px;
  display: inline;
}

label
{
  width: 150px;
  font-weight: bold;
  margin-right: 5px;
  color: #0060b6;
}

.text-field
{
  border: 1px solid #0060b6;
  background: #ffffff;
  color: #000000;
  width: 280px;
}

textarea
{
  height: 115px;
}

form .container .section .right label
{
  float: none;
  font-weight: normal;
  color: #000000;
  font-size: 13px;
}

form .container .section .button-container
{
  text-align: center;
  margin-right: 40px;
}

#form-errors
{
  padding-bottom: 10px;
  color: #ee0000;
  text-align: center;
}

button
{
  border: 0;
  cursor: pointer;
  font-weight: bold;
  padding: 0 20px 0 0;
  text-align: center;
  background: url('../../../images/button-right-02.png') no-repeat 100%;
  width: auto;
  overflow: visible;
}

button span
{
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 0 0 0 20px;
  height: 23px;
  line-height: 23px;
  background: url('../../../images/button-left-02.png') no-repeat;
  color: #ffffff;
  margin-top: 1px;
}