#source-container {
	cursor :		crosshair;
	background :	#000;
	margin :		0;
	padding :		0;
	position :		relative;
	overflow :		hidden;
	width :			850px;
	height :		220px;
	top :			0px;
	left :			0px;
}

#src {
	position :		absolute;
	width :			49%;
	height :		100%;
	overflow :		hidden;
	background :	#111;
	line-height :	1.1em;
	margin-left :	51%;
	!margin-left :	0px;
}

#lines {
	font-family :	courier new;
	font-size :		12px;
	color :			#888;
}

#coord {
	position :		absolute;
	bottom :		5px;
	right :			10px;
	font-family :	courier new;
	font-size :		12px;
	color :			#FFF;
	background :	#333;
}

#bline {
	position :		relative;
	font-family :	courier new;
	font-size :		50px;
	color :			#666;
	width :			49%;
	height :		100%;
	overflow :		hidden;
	text-align :	right;
	line-height :	0.9em;
}

#keyword {
	color :			#FFF;
}

.cursor {
	position :		relative;
	background :	#FFF;
	font-size :		12px;
}