/**
 * Styles for the CMS editor
 */
.highlight {
  color:        red;
}

.button {
  background:   url(../images/button_bg.gif) top center repeat-x;
  display:      block;
  float:        left;
  clear:        both;
  padding:      5px 20px;
  border:       1px solid #888;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  margin:       0.5em 0 0 0;
}


.floatleft {
  float:        left;
  margin:       0 15px 15px 0;
}
.floatright {
  float:        right;
  margin:       0 0 15px 15px;
}

