.calaform h2 {
  color: #e3007e; 
  text-transform: uppercase;
}

.calaform form label {
  width: 130px;
  display: block;
  float: left;
  text-align: left;
  padding-right: 10px;
  cursor: pointer;
}

.calaform input.textfield {

}

.calaform form li {
  clear: both;
  padding: 5px 0;
}

.calaform form li input {
  float: left;	
}

.calaform form li .right {
  width: 300px;
  float: left;
}

.calaform form input.submit_button {
  margin: 10px 0 0 140px;  
}

.calaform .error_list li {
  margin-left: 140px;
  color: red;
}

.calaform .error_list_overview {
  padding: 5px;
  border: 1px solid red;
}

.calaform .error_list_overview li {
  list-style: square;
  color: red;
  margin-left: 15px;
}

.calaform ul {
  list-style: none;
}

