#left {
  float: left;
  width: 500px;
}

a.big_request {
  width: 228px;
  height: 65px;
  background: url(../images/button_big_request_info.png) no-repeat;
  float: left;
  text-indent: -9999px;
}
a.design_questionary {
  width: 228px;
  height: 65px;
  background: url(../images/button_big_design_quest.png) no-repeat;
  float: left;
  margin-left: 13px;
  text-indent: -9999px;
}
.contact_block {
  width: 464px;
  min-height: 288px; /* Applies min-height en IE6 */
  height: auto !important; /**/
  height: 288px; /**/
  padding-top: 19px;
  padding-bottom: 9px;
  overflow: hidden;
}

.contact_block p {
  float: left;
  margin: 0;
}
.iconed_info {
  float: left;
  width: 100%;
  padding: 4px 0 10px 30px;
}
.iconed_info p {
  float: left;
  margin: 0;
}
.iconed_info p a {
  color: #444444;
}
.iconed_info p a:hover {
  text-decoration: none;
  background: #84bfbf; 
}
.contact_icon {
  float: left;
  margin-right: 18px; 
}
.field {
  font-weight: bold;
}