.syntax_hilite, li .syntax_hilite {
	/*padding:3px 3px 10px 8px; 
	border:1px solid #6081B4; */
	background-color:#f9fcff;
	font-size:12px; 
	font-family:'Courier New',Courier,monospace;
	/* comment the line below to remove scrolling in code boxes */
	overflow:auto; white-space:nowrap;
}
/* change this line to set the width of code box */
.syntax_hilite, li .syntax_hilite, .igBar, li .igBar {display:block;}

/*.syntax_hilite li {
	white-space:nowrap;
}*/
.syntax_hilite li div {
	display:inline;
}

.igBar, li .igBar {text-align:right;float:right}
.igBar a, .igBar a:hover {font-size:10px;padding:3px 6px;}

.syntax_hilite .langName { 
	display:block;
	font-weight:bold; 
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:10px;
}
.syntax_hilite textarea { 
	margin:0px -5px -2px 0px; 
	width:100%;
	border:none; 
}
