form.cmxform label.error, label.error {
  color: red; }

.inputWaku {
  border: solid 2px #ccc;
  padding: 20px 50px; }

.yesDisplay {
  display: block; }

.noDisplay {
  display: none; }

.previewWaku {
  margin-bottom: 20px; }
  .previewWaku a {
    color: #fff;
    line-height: 1.0em; }
  .previewWaku a img {
    border: none; }
  .previewWaku a:not(.nohighlight) {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    animation: mouse-out 1.0s;
    -moz-animation: mouse-out 1.0s;
    -webkit-animation: mouse-out 1.0s; }
  .previewWaku a:hover {
    text-decoration: none; }
  .previewWaku a:hover:not(.nohighlight) {
    color: black; }
  .previewWaku a:hover:not(.nohighlight):not(.nohighlight) {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    animation: mouse-in 0.1s;
    -moz-animation: mouse-in 0.1s;
    -webkit-animation: mouse-in 0.1s; }
