/** wp_syntax */ 

.wp_syntax {
	background: #ffffab;
	overflow: auto;
	direction: ltr;
	color: #333;
	margin: 0 0 10px;
	-moz-border-radius: 05px;
    -webkit-border-radius: 05px
}
.wp_syntax {
	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 pre {
	float: none;
	clear: none;
	overflow: visible;
	font-family: 'Trebuchet MS'
}