#content .connect_form table{
  margin: 15px 0 15px 125px;
  width: 600px;
}
#content .connect_form table td,
#content .connect_form table th{
  border: 1px solid #999;
}
#content .connect_form table th{
  background: #ffe5f5;
  text-align: right;
}
#content .connect_form table tfoot td{
  text-align: right;
}
#content .connect_form table .required_field{
  color: red;
  font-size: 20px;
}
#content .connect_form .error_list,
#content .connect_form .error_list li{
  color: red;
  list-style-type: none;
  background: none;
}
.info {
  margin: 5px;
  text-align: center;
}
.connect_submit{
  background: url(/img/button_8.png);
  width: 90px;
  height: 20px;
  border: none;
  color: #fff;
  font-size: 11px;
  padding-bottom: 4px;
  cursor: pointer;
}
