.syntax_hilite, li .syntax_hilite{
	padding:6px 3px 6px 5px;
	border:1px solid #666;
	background-color:#FEFEFE;
	font-size:11px;
	font-family:'Courier New',Courier,monospace;
	/*line-height:0.9em;*/
	line-height:1.2em;
	/* comment the line below to remove scrolling in code boxes */
	/*overflow:auto;
	white-space:nowrap;*/
}
li .syntax_hilite {
	padding-left:34px;
	margin:0 15px 0 15px;
}
/* change this line to set the width of code box */
.syntax_hilite { 
	width:495px;
}
/* change this line to set the width of code box in a list */
li .syntax_hilite { width:414px; }
.igBar, li .igBar {
	background-color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* change this line to set the width of plain text bar above code box */
.igBar { width:505px; }
/* change this line to set the width of plain text bar above code box in a list */
li .igBar { width:453px; }
li .igBar {
	margin:0 15px 0 15px;
}

.igBar a{
	margin:0px 0px 0px 10px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.igBar a:hover {
	color:#CCCCCC;
}
.syntax_hilite .langName { color:#000000; font-weight:bold; }
.syntax_hilite textarea {
	margin:0px -25px -2px 0px;
	border:none;
}
li .syntax_hilite textarea {
	margin:0px 0px 0px -30px;
	border:none;
}

