h1 {
  /*font-size:     72px;*/
  line-height:   1.5;
  /*font-weight:   100;*/
}

#container {
  width:  980px;
  margin: 0 auto;
}

section {
  height: auto;
  margin: 60px 0;
}

.section--purple {
  background-color: #9b59b6;
}

.section--blue {
  background-color: #3498db;
}

.section--green {
  background-color: #2ecc71;
}

#main {
  text-align: center;
}

#more {
  margin: 20px auto 48px;
}

form.cmxform label.error, label.error {
   color: #FFFFFF;
   font-style: italic;
   font-weight: normal;
   font-size: 12px;
   width: 100%;
   margin-left: 10px;
 }
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  cursor: hand;
}
.loader_ajax {
  text-align: center;
  margin-top: 10px;
  display: none;
}
.success_msg
{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 10px;
  text-align: center;
  margin-left: 10px;
  display: none;
}
