.syntax_hilite, li .syntax_hilite {
	padding:3px 3px 5px 2px; 
	background-color:#f1f1f1;
	font-family:Courier, sans-serif; 
	font-size:12px;
	overflow:auto; 
	white-space:nowrap;
	line-height:13px;

}

.syntax_hilite ol li, .syntax_hilite ul li {
margin-left:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:decimal;
}

/* change this line to set the width of code box */
.syntax_hilite { width:100%; }


/* change this line to set the width of code box in a list */
.igBar, li .igBar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:511px;
}
/* change this line to set the width of plain text bar above code box in a list */
.igBar a, .igBar a:hover {
	margin-left:2px; color:#666;
	text-decoration:none;
}

.syntax_hilite textarea { margin:0px; }