.wp_syntax {
  color: #100;
  background-color: #f9f9f9;
  border:1px solid #ececec;
}

/* IE FIX */
.wp_syntax {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  overflow: visible;
  background-color: #f9f9f9;
  color: gray;
  border-right: 4px solid #ececec;
  line-height: 22px;
  padding: 3px;
  width: 30px;
}

/* potential overrides for other styles */
.wp_syntax pre {
  font-size: 12px;
  white-space: pre;
  line-height: 22px;
  padding: 8px;
  padding-top: 10px;
}

