		#editor {
	position: absolute;
	left: 215px;
	top: 170px;
	background-image: url(../pics/gui/kl_editback.gif);
	width: 595px;
	height: 370px;
		}
		#edit {
	height:220px;
	overflow:auto;
	width:370px;
	position: absolute;
	left: 40px;
	top: 85px;
	border: 0px none #FFFFFF;
		}
		#editor a:link, #editor a:visited {
		}
		#editor a:hover, #editor a:active {
	position: relative;
	color: #FFFFFF;
		}
		#editor a:link span, #editor a:visited span {
			background:#000000;
			display:none;
			z-index:10;
		}
		#editor a:hover span, #editor a:active span {
	position:absolute;
	top:10px;
	left:0px;
	display:block;
	z-index:10;
	padding:3px;
	background-color: #000000;
	width: 60px;
		}
		span img {
	border:1px solid #000000;
	display:inline;
	float:left;
	height:10px;
	width:10px;
		}
		.bold {
			font-weight:bold;
		}
		.italic {
			font-style:italic;
		}
		.underline {
			text-decoration:underline;
		}




div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0;

	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	font-weight: bold;
}
.name_input{
	background-image: url(../pics/gui/kl_input_back.gif);
	position: absolute;
	height: 20px;
	width: 370px;
	left: 40px;
	top: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

