/*
  Contact module css
*/


#contact-details-container {
  float: left; 
  width: 35%;
}

#contact-form-container {
  float: left; 
  width: 55%;
}

/* SM 24Aug11: Quick hack cause the frozen form's not removing the Submit as it should */
.contact-thanks input {
  display: none;
}

