body {
  background-image: url(../img/bg_box_head_contact_run.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
}

/* Frame */
#frame { 
  margin: 20px 20px 20px 20px;
}

/* Boxes */
ul.help_contact {
  clear: both;
  margin: 0px;
  padding: 0px;
  padding-bottom: 19px;
}
li.help_contact_box_full {
  float: left;
  list-style-type: none;
  margin-bottom: 19px;
  width: 289px;
}
li.help_contact_box_full {
  background-image: url(../img/bg_box_foot_contact.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  clear: left;
  float: left;
  padding-bottom: 31px;
  width: 587px;
}
/* Boxes head */
li.help_contact_box_full h1 {
  color: #213588;
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica; 
  height: 29px;
  line-height: 29px;
  margin: 0px;
  padding: 0px;
  padding-left: 9px;
  text-indent: 0px;
}
li.help_contact_box_full h1 {
  background-image: url(../img/bg_box_head_contact.gif);
}
#closebutton {
  margin-left: 480;
  color: #213588;
  font-size: 12px;  
  border: 1px solid #213588;  
}
#closebutton a {
  color: #213588;
  text-decoration: none;
}
/* Boxes body */
div.help_contact_box_body {
  font-family: Verdana,Arial,Helvetica; 
  font-size: 12px;
  line-height: 16px;
  color: #213588;  
  background-color: #ffffff;
  border: 0px none;
  border-left: 1px solid #8f9bc9;
  border-right: 1px solid #8f9bc9;
  display: block;
  padding: 18px;
  height: 360px;
}
div.help_contact_box_body #submit {
  margin-left: 427px;
}
input, textarea {
  font-size: 12px;
}
