.syntax_hilite, li .syntax_hilite {
	padding:0 8px;
	border:1px solid #666;
	background-color:#fff;
	font-size: 90%;
	font-family: 'Courier New',Courier,monospace;
	overflow:auto;
 	white-space:nowrap;
}
.syntax_hilite {
	margin-top: 0!important;
	margin-bottom: 20px;
	width:95%;
	font-family: 'Courier New',Courier,monospace;
}
.igBar, li .igBar {
	background-color: #333;
	font-family: arial,verdana;
}
.igBar {
	margin-bottom: 0!important;
	width:30%;
}
.igBar a,
.igBar a:active,
.igBar a:link,
.igBar a:visited,
.igBar a:hover {
	margin:0px 5px 0px 10px;
	font-weight:bold;
	font-size: 80%;
	color:#FFF;
	text-decoration:none;
}
.syntax_hilite .langName {
	color:#D60;
	font-weight:bold; 
}
.syntax_hilite textarea {
	width: 450px;
	height: 250px;
	max-height: 600px;
	margin: 0 0 10px 0;
	border: 1px solid #999; //none!important;
	background-color:#fff;
	font-size: 12px;
	line-height: 1.5em;
}

