.syntax_hilite, li .syntax_hilite {
	padding: 3px; 
	border: 1px solid #303130; 
	background-color: #fcfcfc;
	font-size: 1em; 
	font-family: 'Courier New',Courier,monospace;
	overflow: auto; 
	white-space: nowrap;
}

/* change this line to set the width of code box */
.syntax_hilite { width: 510px; }

.syntax_hilite p {
	margin: 0px;
	padding: 0px;
}

.igBar, li .igBar {
	margin: 0px;
	padding: 0px;
	margin-bottom: -10px;
	font-family: courier,arial,verdana;
	font-size: 1em;
}

.igBar a, .igBar a:hover {
	margin:0px; 
	font-weight: bold; 
}

.syntax_hilite .langName { color:#000000; font-weight:bold; padding: 0px; padding: 0px; margin: 0px;}
.syntax_hilite textarea { margin:0px -5px -2px 0px; border:none; }
