.syntax_hilite, li .syntax_hilite {
	padding:10px 7px;
	border:5px solid #eee;
	background-color:#fff;
	font-size:12px;
	line-height:1.4;
	font-family:'Lucida Console','Courier New',Courier,monospace;/*'Courier New',Courier,monospace*/
	/* comment the line below to remove scrolling in code boxes */
	overflow:auto;
	white-space:nowrap;
}
.syntax_hilite li{
	margin:0!important;
}
/* change this line to set the width of code box */
.syntax_hilite {
	margin-top: 0!important;
	margin-bottom: 20px;
	font-family: 'Lucida Console','Courier New', Courier, monospace;
}
/* change this line to set the width of code box in a list */
/*li .syntax_hilite { width:460px; }*/
.igBar, li .igBar {
	background-color:#f5f5f5;
	font-family:arial,verdana;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	/*border-bottom:1px solid #CCCCCC;*/
}
/* change this line to set the width of plain text bar above code box */
.igBar {
	margin-bottom: 0!important;
}
/* change this line to set the width of plain text bar above code box in a list */
/*li .igBar { width:471px; }*/
.igBar a, .igBar a:hover {
	margin:0px 5px 0px 10px;
	font-weight:bold;
	font-size:80%;
/*	color:#999999;*/
	text-decoration:none;
}
.syntax_hilite .langName { color:#999999; font-weight:bold; }
.syntax_hilite textarea {
	margin:0;
	border:none!important;
	background-color:#fff;
	font-size: 12px;
	line-height: 1.5em;
}

