#SubscriptionBox {
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  /*background: white url(/images/boxes/BigBoxesBackground) repeat-x bottom;*/
}

#SubscriptionBox .header {
  padding: 0 10px;
  font-style: italic;
}

#SubscriptionBox .error {
  color: #0D1572;
  font-weight: normal;
  font-size: 11px;
}

#SubscriptionBox .AutoForm {
  padding: 0 10px 10px 10px;
}

#SubscriptionBox .AutoForm table{
  border-collapse: separate;
}

#SubscriptionBox .AutoForm .required {
  color: red;
  font-size: 14px;
}

#SubscriptionBox .AutoForm .SubmitButton {
  text-align: center;
}

#FranchisedBox {
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: white url(/images/boxes/BigBoxesBackground) repeat-x bottom;
  text-align: justify;
  height: 380px;
  display: table-cell;
}

#FranchisedBox .franchised {
  margin: 0;
  padding: 0 10px;
}

#FranchisedBox .franchised H1{
  margin: 30px 0 10px 0;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #30348F;
  background: transparent url(/images/triangles.gif) no-repeat right;
  clear: both;
}

#FranchisedBox .franchised p {
  display: block;
}


#FranchisedBox .franchised .photo {
  display: inline;
}

#FranchisedBox .franchised .reunion {
  float: left;
  margin-right: 5px;
}

#FranchisedBox .franchised .commercial {
  float: left;
  margin-right: 5px;
}

#FranchisedBox .franchised .center {
  text-align: center;
}

#SendedBox {
  margin: 0;
  padding: 20px 10px 290px 10px;
  background: white url(/images/boxes/BoxesBackground) repeat-x bottom;
}
#SendedBox p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}