.syntax_hilite, li .syntax_hilite
{
	padding:6px 0 0 3px;
	border:1px solid #303130;
	background-color:#FEFEFE;
	line-height:0;
	font-size:12px;
	font-family:'Courier New', Courier, monospace;
	overflow:auto;
	white-space:nowrap;
}


/* change this line to set the width of code box */
.syntax_hilite
{
	width:575px;
}


/* change this line to set the width of code box in a list */
li .syntax_hilite
{
	width:460px; 
}


.igBar, li .igBar
{
	background-color:#D6D3CE;
	font-family:'Courier New', Courier, monospace;
	font-size:12px;
	border-left:1px solid #424142;
	border-top:1px solid #424142;
	border-right:1px solid #424142;
}


/* change this line to set the width of plain text bar above code box */
.igBar
{
	width:120px;
}


/* change this line to set the width of plain text bar above code box in a list */
li .igBar
{
	width:120px;
}


.igBar a, .igBar a:hover
{
	margin:0px 5px 0px 10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}


.syntax_hilite .langName
{
	color:#000000;
	font-weight:bold;
}

.syntax_hilite textarea
{
	width:420px;
	margin:-7px -5px -2px -3px;
	border:none;
}
