.wp_syntax {
  color: #100fff;
  background-color: #f9f9f9;
  border: 1px solid #cccccc; 
  width: 665px;
  margin: 0 0 0 0;
  overflow: auto;
  
  font-weight: normal !important;
  letter-spacing: 0px;
}

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: auto;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 665px;
  letter-spacing: 0px;
  font-weight: normal;
}

.wp_syntax table {
  border-collapse: collapse;
  letter-spacing: 0px;
}

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

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #FFF;
  color: #999;
  overflow: visible;
  letter-spacing: 0px;
  border-right: 1px solid #cccccc;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: 100%;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 11px;
  line-height: 1.333;
  white-space: pre;
  letter-spacing: 0px;
}
