#wcm-survey-popup {
  width: 290px;
  height: 300px;
  background-color: #00518c;
  padding: 10px;
  color: #fff;
}

#wcm-survey-popup .message strong {
  font-size: 1.1em;
}
#wcm-survey-popup .choices {
  text-align: center;
  margin-top: 40px;
}
#wcm-survey-popup .choices .button a {
  background: #fff;
  padding: 5px 15px;
  color: #000;
  text-decoration: none;
  margin: 5px;
}

#cboxClose {
  background: none !important;
  width: auto !important;
  height: auto !important;
  text-indent: 0 !important;
}
