.syntaxed
{
	position: relative;
	overflow: auto;
	border: 1px solid black;
}

.syntaxed ol
{
	line-height: 1;
	margin: 0;
	padding: 0 0 0 3em;
	position: absolute;
	left: 0;
	font-size: 13px;
	font-family: 'Andale Mono', 'Courier New', fixed;
	background-color: #fafafa;
	border-right: 1px solid #eaeaea;
	color: #aaaaaa;
	width: 0;
}

.syntaxed ol li
{
	text-align: right;
	line-height: 1;
	
	display: list-item;
}


.syntaxed-output
{
	white-space: pre; 
	font-family: 'Andale Mono', 'Courier New', fixed; 
	font-size: 13px;
	position: absolute;
	line-height: 1;
}


.syntaxed textarea
{
	font-family: 'Andale Mono', 'Courier New', fixed;
	font-size: 13px;
	border: none;
	position: absolute;
	
	/*opacity: 0.2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);*/
	filter:progid:DXImageTransform.Microsoft.Chroma(color=black);
	color: black;
	color: transparent;
	
	background-color: transparent;
	overflow: hidden;
	line-height: 1;
	margin: 0 0 0 -1px;
	top: -1px\9
}

.syntaxed-cursor
{
	font-size: 13px;
	color: black;
	text-decoration: blink;
	position: absolute;
	font-family: 'Andale Mono', 'Courier New', fixed;
	white-space: pre;
	line-height: 1;
}

